summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gatt: Accept empty array in parse_includes()Jie Jiang2020-08-271-5/+7
* adapter: Mark device temporary state pairing failureYu Liu2020-08-271-0/+8
* device: Fix race condition between device connection and disconnectionSonny Sasaka2020-08-211-0/+13
* adapter: Fix crash in discovery_disconnectSonny Sasaka2020-08-211-5/+15
* input/device: Unregister all UHID event listeners at UHID_DESTROYSonny Sasaka2020-08-212-0/+10
* main: add configurable refresh_discovery parameterArchie Pusaka2020-08-184-1/+14
* device: Don't browse SDP if HIDSDPDisable is setArchie Pusaka2020-08-182-2/+10
* shared/ad: move MAX_ADV_DATA_LEN macro to the headerMiao-chen Chou2020-08-182-10/+10
* advertising: Fix dbus response for over-advertisingDaniel Winkler2020-08-171-4/+8
* device: add device_remove_bonding functionArchie Pusaka2020-07-282-10/+19
* main: add missing comma after AlwaysPairableMichael Nosthoff2020-07-271-1/+1
* adapter: Don't remove temporary devices on disconnectLuiz Augusto von Dentz2020-07-232-7/+2
* device: Fix not removing temporary timer when connectedLuiz Augusto von Dentz2020-07-171-0/+6
* shared/gatt-client: Consolidate code parsing servicesLuiz Augusto von Dentz2020-07-171-67/+50
* shared/gatt-client: Fix possible crashLuiz Augusto von Dentz2020-07-171-1/+1
* profile: Add exception to battery profile for external accessSonny Sasaka2020-07-171-0/+4
* gatt: Support DeviceInfo Service when vid/pid is specifiedAlain Michaud2020-07-171-0/+41
* shared/gatt-client: Fix handling of service changedLuiz Augusto von Dentz2020-07-171-2/+4
* shared/gatt-client: Don't remove active servicesLuiz Augusto von Dentz2020-07-171-0/+4
* shared/gatt-client: Remove notification if its attribute is removedLuiz Augusto von Dentz2020-07-161-18/+52
* shared/gatt-db: Add support for notifying attribute changesLuiz Augusto von Dentz2020-07-162-0/+111
* shared/att: Fix possible crash on disconnectLuiz Augusto von Dentz2020-07-161-6/+40
* adapter: Remove timer for removing temporary devicesLuiz Augusto von Dentz2020-07-151-30/+0
* device: Add timer for removing temporary devicesLuiz Augusto von Dentz2020-07-154-0/+53
* adapter: Fix not cleanup temporary devicesLuiz Augusto von Dentz2020-07-081-5/+5
* adapter: add support for the Roles propertyAlain Michaud2020-07-071-0/+91
* device: Support marking a device with wake allowedAbhishek Pandit-Subedi2020-07-074-1/+315
* shared/gatt-client: Fix not return error to callbackLuiz Augusto von Dentz2020-07-021-1/+1
* shared/gatt-client: Fix freeing instance while processing notificationLuiz Augusto von Dentz2020-06-251-26/+20
* src/shared: update uuid16_table to latestNoah Pendleton2020-06-231-84/+273
* main: adding missing connection parameter entriesAlain Michaud2020-06-171-0/+16
* main: Add configurable le autoconnect timeout valueAlain Michaud2020-06-174-0/+15
* main: Fix logical error when loading controller paramsAlain Michaud2020-06-171-3/+4
* mgmt: syncing configuration commands to the documentation.Alain Michaud2020-06-121-8/+8
* adapter: Fix not checking status of stop discovery commandLuiz Augusto von Dentz2020-06-121-0/+3
* adapter: Rename watch_client to discovery_clientLuiz Augusto von Dentz2020-06-111-24/+23
* adapter: Fix leaking filter patternLuiz Augusto von Dentz2020-06-111-0/+1
* adapter: Track discovery client which initiate an actionLuiz Augusto von Dentz2020-06-111-37/+43
* adapter: Fix passing wrong pointer to stop discoveryLuiz Augusto von Dentz2020-06-111-1/+1
* adapter: Fix possible crash when stopping discoveryLuiz Augusto von Dentz2020-06-101-2/+10
* adapter: Consolitate code for discovery replyLuiz Augusto von Dentz2020-06-101-22/+23
* adapter: Do not remove client watch directly if discovery failsLuiz Augusto von Dentz2020-06-101-1/+0
* a2dp: Use streaming mode when MPS is enabledLuiz Augusto von Dentz2020-06-102-10/+13
* advertising: Fix resetting NO_BREDR flagLuiz Augusto von Dentz2020-06-051-6/+10
* shared/ad: Add defines for possible flagsLuiz Augusto von Dentz2020-06-052-4/+10
* main: Read default system configuration from the conf fileAlain Michaud2020-06-042-0/+227
* adapter: Set default system configuration if availableAlain Michaud2020-06-042-0/+302
* shared/hci: Fix crash when bt_hci_unref is used from callbackLuiz Augusto von Dentz2020-06-041-3/+11
* shared/util: Fix undefined behavior of left shiftSonny Sasaka2020-06-031-2/+2
* gatt: Fix possible crash when unable to generate hashLuiz Augusto von Dentz2020-06-033-2/+15