summaryrefslogtreecommitdiff
path: root/src/gatt-database.c
Commit message (Expand)AuthorAgeFilesLines
* gatt: Use DEFER_SETUP for EATT channelsLuiz Augusto von Dentz2023-03-091-19/+69
* gatt: Fix creating duplicated objectsLuiz Augusto von Dentz2023-03-071-2/+16
* gatt: proxy_property_changed: check for NULL iteratorChristian Eggers2022-09-231-9/+11
* gatt: Fix scan-build warningsLuiz Augusto von Dentz2022-09-211-2/+2
* gatt: Fix not setting permissions for CCCLuiz Augusto von Dentz2022-09-211-1/+7
* gatt: Parse error messageLuiz Augusto von Dentz2022-08-251-12/+28
* device: Add btd_ prefix to device_is_trustedLuiz Augusto von Dentz2022-08-021-2/+2
* gatt: Store local GATT databaseLuiz Augusto von Dentz2022-05-181-0/+15
* gatt: Fix double free and freed memory dereferenceIldar Kamaletdinov2022-04-041-0/+4
* gatt: Print error if gatt_db_attribut_notify failsLuiz Augusto von Dentz2022-03-141-4/+6
* gatt: sanitize input at profile registrationAndreas Kemnade2022-03-071-0/+5
* gatt: Make use of gatt_db_attribute_notifyLuiz Augusto von Dentz2022-01-271-14/+59
* shared/gatt-db: Introduce gatt_db_attribute_notifyLuiz Augusto von Dentz2022-01-271-1/+1
* gatt: Make use of gatt_db_service_add_cccLuiz Augusto von Dentz2022-01-211-34/+28
* gatt: added missing disconn_id's and removed extra checkBernie Conrad2021-10-251-5/+3
* gatt: Allow GATT server to dicate CCC permissionsDagan Martinez2021-10-011-10/+42
* gatt: Fix not cleaning up when disconnectedBernie Conrad2021-09-291-54/+74
* gatt: remove superfluous extended propertiesDagan Martinez2021-09-271-6/+0
* gatt: Add support for Central Address Resolution characteristicLuiz Augusto von Dentz2021-07-281-8/+25
* gatt-database: No multiple calls to AcquireWriteSebastian Urban2021-06-141-8/+33
* gatt: Fix registering DIS without a valid sourceLuiz Augusto von Dentz2021-03-051-11/+8
* gatt-database: Fix notifying on indicatable attrCurtis2021-02-221-9/+6
* gatt: Fix crash when a device is removedLuiz Augusto von Dentz2021-01-191-2/+8
* gatt: Fix assuming service changed has been subscribedLuiz Augusto von Dentz2021-01-081-1/+1
* gatt: Make use of gatt_db_attribute_set_fixed_lengthLuiz Augusto von Dentz2021-01-051-20/+16
* gatt: Fix potential buffer out-of-boundLuiz Augusto von Dentz2021-01-051-0/+5
* gatt: Fix duplicate free for GATT service includesPavel Maltsev2020-11-191-1/+6
* core: Rename hcid.h to btd.hLuiz Augusto von Dentz2020-10-291-1/+1
* core: Rename main_opts to btd_optsLuiz Augusto von Dentz2020-10-291-9/+9
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* gatt: Accept empty array in parse_includes()Jie Jiang2020-08-271-5/+7
* gatt: Support DeviceInfo Service when vid/pid is specifiedAlain Michaud2020-07-171-0/+41
* gatt: Fix possible crash when unable to generate hashLuiz Augusto von Dentz2020-06-031-2/+6
* gatt: Fix service_changed characteristic permissionArchie Pusaka2020-04-281-1/+1
* 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
* core: Add support for setting the number of GATT bearersLuiz Augusto von Dentz2020-03-021-2/+10
* gatt: Add support for Notify MultipleLuiz Augusto von Dentz2020-03-021-3/+5
* gatt: Enable EATT bearer supportLuiz Augusto von Dentz2020-03-021-26/+69
* share/att: Add EATT supportLuiz Augusto von Dentz2020-03-021-2/+2
* gatt: Fix assuming writes to CCC will always contain 2 bytesLuiz Augusto von Dentz2019-09-111-15/+18
* gatt: Require medium security for ATT socket over BR/EDRLuiz Augusto von Dentz2019-07-081-1/+1
* gatt: Fix not allowing 'extended-properties' as flagsLuiz Augusto von Dentz2019-02-131-0/+2
* gatt: Implement Robust Caching handling for serverLuiz Augusto von Dentz2019-02-061-4/+71
* gatt: Add caching support for serverLuiz Augusto von Dentz2019-02-061-1/+102
* client: Enable setting attribute handlesLuiz Augusto von Dentz2019-01-311-5/+19
* gatt: Write back the handle to Handle propertyLuiz Augusto von Dentz2019-01-311-0/+27