summaryrefslogtreecommitdiff
path: root/src/shared/gatt-db.c
Commit message (Expand)AuthorAgeFilesLines
* shared/gatt-db: Make gatt_db_attribute_get_value publicLuiz Augusto von Dentz2023-03-271-6/+6
* shared/gatt-db: Add gatt_db_attribute_get_serviceLuiz Augusto von Dentz2022-12-161-0/+9
* shared/gatt-db: Allow passing NULL to gatt_db_attribute_writeLuiz Augusto von Dentz2022-12-091-2/+3
* shared/gatt-db: Fix scan-build warningsLuiz Augusto von Dentz2022-09-211-5/+9
* gatt-db: Check if permissions are set when adding CCCLuiz Augusto von Dentz2022-09-211-1/+1
* gatt-db: Allow passing Characteristic Value to gatt_db_attribute_get_char_dataLuiz Augusto von Dentz2022-05-121-3/+13
* shared/gatt-db: Fix gatt_db_attribute_get_indexLuiz Augusto von Dentz2022-04-011-5/+5
* gatt-db: Fix gatt_db_attribute_notifyLuiz Augusto von Dentz2022-03-141-12/+51
* shared/gatt-db: Introduce gatt_db_attribute_notifyLuiz Augusto von Dentz2022-01-271-4/+77
* shared/gatt-db: Introduce gatt_db_service_add_cccLuiz Augusto von Dentz2022-01-211-0/+53
* gatt-db: remove redundant check in foreach rangeYun-Hao Chung2021-07-291-2/+2
* shared/gatt-db: Introduce gatt_db_attribute_set_fixed_lengthLuiz Augusto von Dentz2021-01-051-12/+56
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* shared/gatt-db: Add support for notifying attribute changesLuiz Augusto von Dentz2020-07-161-0/+103
* gatt: Fix possible crash when unable to generate hashLuiz Augusto von Dentz2020-06-031-0/+8
* shared/gatt-db: Fix crash when generating hashLuiz Augusto von Dentz2019-05-141-10/+18
* shared/gatt-db: Simplify attribute lookupLuiz Augusto von Dentz2019-04-111-152/+99
* shared/gatt-db: Skip ahead if handle range is not within serviceLuiz Augusto von Dentz2019-04-081-21/+19
* shared/gatt-db: Remove update_attributeLuiz Augusto von Dentz2019-03-191-16/+3
* shared/gatt-db: Fix crash if next_handle is 0Luiz Augusto von Dentz2019-02-131-0/+3
* shared/gatt-db: Add gatt_db_set_authorizeLuiz Augusto von Dentz2019-02-061-0/+41
* shared/gatt-db: Generate database hashLuiz Augusto von Dentz2019-02-061-2/+66
* shared/gatt-db: Introduce Database HashLuiz Augusto von Dentz2019-02-061-0/+36
* shared/gatt-db: Allow passing 0 as handle to gatt_db_insert_*Luiz Augusto von Dentz2019-01-311-5/+7
* shared/gatt-db: Fix declaration attributes permissionKonstantin Zhukov2018-02-121-13/+17
* shared/gatt-db: Add gatt_db_attribute_get_user_dataLuiz Augusto von Dentz2017-09-221-0/+8
* shared/gatt-db: Fix memory comparison errorMiao-chen Chou2017-08-081-4/+9
* shared/gatt-db: Add gatt_db_insert_descriptorLuiz Augusto von Dentz2017-05-121-0/+20
* shared/gatt-db: Add gatt_db_insert_characteristicLuiz Augusto von Dentz2017-05-121-0/+22
* shared/gatt-db: Add gatt_db_insert_includedLuiz Augusto von Dentz2017-05-121-0/+13
* shared/gatt-db: Add gatt_db_service_insert_includedLuiz Augusto von Dentz2017-05-121-8/+32
* shared/gatt-db: Add gatt_db_get_serviceLuiz Augusto von Dentz2017-05-121-3/+18
* shared/gatt-db: Make gatt_db_clear call gatt_db_clear_rangeLuiz Augusto von Dentz2016-12-021-8/+12
* shared/gatt-db: Extend gatt_db_attribute_get_char_data with ext. propƁukasz Rymanowski2016-04-221-0/+63
* core: Add missing HAVE_CONFIG_H for shared GATT codeMarcel Holtmann2015-11-081-0/+4
* shared: Remove dead codeSzymon Janc2015-10-301-37/+0
* shared/gatt-db: Fix allocating characteristic at 0xffffLuiz Augusto von Dentz2015-06-111-0/+12
* shared/gatt-client: Speed up discoveryLuiz Augusto von Dentz2015-06-111-6/+27
* shared/gatt-client: Fix handling of servicesLuiz Augusto von Dentz2015-03-191-30/+117
* shared/gatt-db: Extend API for find attribute requestsLukasz Rymanowski2015-02-221-2/+9
* shared/gatt: Cancel timeouts when attrib removedArman Uguray2015-02-221-24/+38
* shared/gatt-db: Fix zero length reallocLuiz Augusto von Dentz2015-02-191-0/+5
* shared: Add explicit include for lib/bluetooth.hMarcel Holtmann2015-02-181-0/+1
* shared/gatt: Pass bt_att instead of bdaddr_tArman Uguray2015-02-161-5/+5
* shared/gatt-client: Fix bug in service discoveryJakub Pawlowski2015-02-041-3/+2
* shared/gatt-db: fix error read from invalid offsetMichael Janssen2015-01-221-2/+5
* shared/gatt-db: Refactor gatt_db_attribute_get_permissionsAndrei Emeltchenko2015-01-201-7/+5
* shared/gatt-db: Add "claimed" field to servicesArman Uguray2015-01-161-0/+20
* shared/gatt-db: Add service getter by UUIDArman Uguray2015-01-161-0/+26
* shared/gatt-db: Fix using plain integer as NULL pointerLuiz Augusto von Dentz2015-01-131-1/+1