summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* device: Return error when ConnectProfile DBus method failsPali Rohár2020-04-241-6/+10
* profile: Fix reporting error message when connection failedPali Rohár2020-04-221-2/+3
* device: Fix compilation with GCC 10Szymon Janc2020-04-201-1/+1
* profile: Return -ENOENT for HSP AGLuiz Augusto von Dentz2020-04-141-1/+1
* profile: Add default SDP record for Headset role of HSP 1.2Pali Rohár2020-04-131-0/+63
* profile: Export Remote Audio Volume Control SDP valuePali Rohár2020-04-131-2/+14
* profile: Remove duplicate initialization of version and profileLuiz Augusto von Dentz2020-04-131-3/+0
* profile: Fix not setting default features for HFP 1.7Pali Rohár2020-04-131-6/+14
* shared/att: Check the signature of att packetsArchie Pusaka2020-04-071-17/+16
* shared/crypto: Add bt_crypto_verify_att_signArchie Pusaka2020-04-072-2/+28
* gatt: Fix not sending any data when server supports AcquireWriteLuiz Augusto von Dentz2020-04-071-0/+1
* gatt: Fix AcquireWrite and AcquireNotify server supportSzymon Janc2020-04-071-3/+2
* gatt: Fix Acquire* reply handlingLuiz Augusto von Dentz2020-04-021-2/+3
* gatt: Check error before retrying if Acquire* failedLuiz Augusto von Dentz2020-04-011-13/+35
* gatt: Fix possible crashes when disconnectingLuiz Augusto von Dentz2020-04-011-0/+10