summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* adapter: Fix not removing client from discovery listLuiz Augusto von Dentz2020-05-281-112/+113
* shared/shell: don't hook io_hup on non-interactiveStimim Chen2020-05-271-3/+3
* advertising: Fix advertising flagsLuiz Augusto von Dentz2020-05-261-3/+6
* shared/gatt-server: Fix read multiple charc valuesArchie Pusaka2020-05-111-43/+45
* device: Return error when ConnectProfile DBus method fails (second fix)Pali Rohár2020-05-041-1/+3
* shared/gatt-client: Ignore orphaned characteristicsAlain Michaud2020-05-011-1/+7
* shared/gatt-client: Fixing a few comment typosAlain Michaud2020-05-011-2/+2
* log: Make error and warn log file and function informationLuiz Augusto von Dentz2020-05-012-28/+4
* device: Fix reply of DisconnectProfilePali Rohár2020-04-282-1/+7
* src/gatt-client: allow "command" even when property not setDavid Lechner2020-04-281-2/+2
* gatt: Fix service_changed characteristic permissionArchie Pusaka2020-04-281-1/+1
* device: Fix not reporting errors to ConnectLuiz Augusto von Dentz2020-04-241-1/+1