summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-11shared/gatt-db: Fix crash if next_handle is 0Luiz Augusto von Dentz1-0/+3
2020-02-11device: Store Database Hash on storageLuiz Augusto von Dentz1-9/+77
2020-02-11shared/gatt-client: Write Client FeaturesLuiz Augusto von Dentz1-0/+23
2020-02-11shared/gatt-client: Read database hash if availableLuiz Augusto von Dentz1-26/+153
2020-02-11gatt: Implement Robust Caching handling for serverLuiz Augusto von Dentz3-6/+73
2020-02-11shared/gatt-server: Add bt_gatt_server_set_authorizeLuiz Augusto von Dentz2-0/+41
2020-02-11shared/gatt-db: Add gatt_db_set_authorizeLuiz Augusto von Dentz2-0/+47
2020-02-11gatt: Add caching support for serverLuiz Augusto von Dentz1-1/+102
2020-02-11shared/gatt-db: Generate database hashLuiz Augusto von Dentz1-2/+66
2020-02-11shared/gatt-db: Introduce Database HashLuiz Augusto von Dentz2-0/+37
2020-01-29Revert "Add custom uuid support to trusted profile"Anupam Roy4-74/+28
2020-01-22shared/att-types: Add errors introduced by GATT cachingLuiz Augusto von Dentz1-0/+5
2020-01-22shared/util: Add decoding support for GATT caching attributesLuiz Augusto von Dentz1-0/+2
2020-01-22shared/crypto: Add bt_crypto_gatt_hashLuiz Augusto von Dentz2-0/+34
2020-01-22client: Enable setting attribute handlesLuiz Augusto von Dentz1-5/+19
2020-01-22gatt: Write back the handle to Handle propertyLuiz Augusto von Dentz1-0/+27
2020-01-22gatt: Implement Handle propertyLuiz Augusto von Dentz1-4/+43
2020-01-22shared/gatt-db: Allow passing 0 as handle to gatt_db_insert_*Luiz Augusto von Dentz1-5/+7
2020-01-22shared/shell: Fix compilation errorLuiz Augusto von Dentz1-6/+3
2020-01-22gatt: Register GATT and GAP services as SDP recordsLuiz Augusto von Dentz1-0/+4
2020-01-22shared/tester: Make use of mainloop_run_with_signalLuiz Augusto von Dentz1-71/+8
2020-01-22core: Make use of mainloop_run_with_signalLuiz Augusto von Dentz1-61/+3
2020-01-22shared/mainloop: Remove mainloop_set_signalLuiz Augusto von Dentz2-129/+4
2020-01-21shared/mainloop: Add mainloop_run_with_signalLuiz Augusto von Dentz3-0/+87
2020-01-21shared/timeout-glib: Check 0 id when removing timeoutLuiz Augusto von Dentz1-1/+5
2020-01-21core: Use mainloop_sd_notify instead of sd_notifyLuiz Augusto von Dentz1-40/+11
2020-01-21share/mainloop: Add watchdog supportLuiz Augusto von Dentz1-0/+28
2020-01-21share/mainloop: Add handling of NOTIFY_SOCKETLuiz Augusto von Dentz5-0/+135
2020-01-15Fix adapter_le_enable_privacy for disable functionalityhimanshu1-1/+8
2020-01-14shell: Fix artifacts when asking for user inputLuiz Augusto von Dentz1-2/+12
2020-01-14log: Use shared log codeLuiz Augusto von Dentz1-117/+13
2020-01-14shared/shell: Add option to print to monitorLuiz Augusto von Dentz1-3/+27
2020-01-14shared/tester: Make use of shared logLuiz Augusto von Dentz1-103/+9
2020-01-14shared/log: Add common code to interface with logging channelLuiz Augusto von Dentz2-0/+222
2020-01-14gatt: Fix invalid read when disconnectingLuiz Augusto von Dentz1-12/+12
2020-01-14sdp: Fix not checking if cstate lengthLuiz Augusto von Dentz1-35/+39
2020-01-14gatt: Fix not removing disconnect handler properlyLuiz Augusto von Dentz1-3/+3
2020-01-14gatt: Fix crash on disconnectLuiz Augusto von Dentz1-0/+5
2020-01-14shared/gatt-server: Add bt_gatt_server_get_attLuiz Augusto von Dentz2-0/+9
2020-01-14btmon: fix stack buffer overflowMatias Karhumaa1-0/+5
2020-01-14shared/shell: Fix parsing of tool nameLuiz Augusto von Dentz1-1/+1
2020-01-14shared/tester: Add option to print to monitorLuiz Augusto von Dentz2-21/+220
2020-01-14gatt: Fix not cleaning up device state properlyLuiz Augusto von Dentz3-2/+31
2020-01-14gatt: Fix attempting to create device on disconnectionLuiz Augusto von Dentz1-2/+2
2020-01-14shared/att: Reset fd when disconnectedLuiz Augusto von Dentz1-0/+1
2020-01-14shared/shell: Set rl_readline_nameLuiz Augusto von Dentz1-11/+12
2020-01-14shared/shell: Print commands when --help option is givenLuiz Augusto von Dentz1-5/+49
2020-01-14adapter: Fix not keeping discovery filtersLuiz Augusto von Dentz1-9/+16
2020-01-14adapter: Discovery filter discoverableLuiz Augusto von Dentz1-2/+54
2020-01-14agent: Make the first agent to register the defaultLuiz Augusto von Dentz1-8/+6