summaryrefslogtreecommitdiff
path: root/src/shared/gatt-client.c
Commit message (Expand)AuthorAgeFilesLines
* shared/gatt-client: Fix not creating a request for notificationsLuiz Augusto von Dentz2023-03-171-17/+15
* shared/gatt-client: Fix crash on bt_gatt_client_idle_unregisterLuiz Augusto von Dentz2023-03-141-0/+3
* shared/gatt-client: Introduce bt_gatt_client_ref_safeLuiz Augusto von Dentz2023-03-141-3/+18
* share/gatt-client: Introduce idle callbackLuiz Augusto von Dentz2023-03-021-2/+76
* shared/gatt-client: Fix smatch warningsLuiz Augusto von Dentz2023-01-051-8/+8
* shared/gatt-client: Allow registering with NULL callbackLuiz Augusto von Dentz2023-01-051-4/+12
* shared/gatt-client: Use parent debug_callback if not set on cloneLuiz Augusto von Dentz2023-01-051-3/+17
* shared/gatt-client: Fix not removing pending servicesLuiz Augusto von Dentz2022-12-161-10/+36
* shared/gatt-client: Fix not checking valid rangesLuiz Augusto von Dentz2022-12-021-7/+23
* shared/gatt-client: Make use of gatt_db_attribute_get_cccLuiz Augusto von Dentz2022-09-161-31/+10
* gatt-client: Add DBG macroLuiz Augusto von Dentz2022-03-231-90/+70
* shared/gatt-client: Skip included service if it cannot be resolvedLuiz Augusto von Dentz2021-12-131-2/+3
* shared/gatt-client: Make use of bt_att_resendLuiz Augusto von Dentz2021-10-061-14/+19
* gatt-client: Check length of notify multiple opSebastian Urban2021-06-161-0/+3
* gatt: Either notify or indicate, do not do bothCurtis Maves2021-04-131-5/+5
* shared/gatt-client: fix BT_ATT_OP_HANDLE_NFY_MULT parsingArchie Pusaka2021-03-161-0/+1
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* 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
* 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-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
* shared/gatt-client: Ignore orphaned characteristicsAlain Michaud2020-05-011-1/+7
* shared/gatt-client: Fixing a few comment typosAlain Michaud2020-05-011-2/+2
* gatt: Add support for Notify MultipleLuiz Augusto von Dentz2020-03-021-0/+2
* shared/gatt: Add support for Handle Value Multiple NotificationsLuiz Augusto von Dentz2020-03-021-26/+50
* shared/gatt-client: Add support for Read Multiple Variable LengthLuiz Augusto von Dentz2020-03-021-4/+38
* shared/gatt-client: Add support for EATT featuresLuiz Augusto von Dentz2020-03-021-12/+155
* share/att: Add EATT supportLuiz Augusto von Dentz2020-03-021-1/+1
* shared/gatt-client: Automatically add CCC when discoveringLuiz Augusto von Dentz2019-09-061-0/+25
* gatt: Fix failure of repeated AcquireNotify callsRob Spanton2019-07-111-1/+1
* shared/gatt-client: Fix failing to discover included attributesLuiz Augusto von Dentz2019-03-191-0/+5
* shared/gatt-client: Add debug for error with included servicesLuiz Augusto von Dentz2019-03-191-3/+14
* shared/gatt-client: Write Client FeaturesLuiz Augusto von Dentz2019-02-061-0/+23
* shared/gatt-client: Read database hash if availableLuiz Augusto von Dentz2019-02-061-25/+152
* shared/gatt-client: Fix crash on ext prop read failureSzymon Janc2018-07-271-0/+3
* core: Fix compiler warning from casting functionsMarcel Holtmann2018-05-231-2/+6
* Add support for requiring min key size for access GATT characteristicsSzymon Janc2018-03-261-2/+2
* shared/gatt-client: Fix tracking current service during discoveryAndrzej Kaczmarek2018-03-231-13/+13
* shared/gatt-client: Fix discovery of discontinuous databaseAndrzej Kaczmarek2018-03-231-10/+106
* shared/gatt-client: Fix removing services from pending listAndrzej Kaczmarek2018-03-231-3/+6
* shared/gatt-client: Fix attempting to discovery with handle 0Luiz Augusto von Dentz2018-03-151-1/+1
* shared/gatt-client: Fix secondary service discoveryLuiz Augusto von Dentz2018-03-151-3/+5
* shared/gatt-client: Omit valid errors for primary discoveryLuiz Augusto von Dentz2018-03-151-3/+3
* shared/gatt-client: Reset callbacks when unregisteringLuiz Augusto von Dentz2018-02-121-1/+7
* shared/gatt-client: Fix memory leak of ready callbackSzymon Janc2017-12-211-1/+8
* shared/gatt-client: Check if ATT is connected before creating requestsLuiz Augusto von Dentz2017-11-211-0/+3
* shared/gatt-client: Allow multiple ready callbacksLuiz Augusto von Dentz2017-07-041-15/+45