summaryrefslogtreecommitdiff
path: root/src/gatt-database.c
Commit message (Expand)AuthorAgeFilesLines
...
* gatt: Implement Handle propertyLuiz Augusto von Dentz2019-01-311-4/+43
* gatt: Register GATT and GAP services as SDP recordsLuiz Augusto von Dentz2018-12-051-0/+4
* gatt: Switch from pipe2 to sockepair for Acquire*Luiz Augusto von Dentz2018-11-201-11/+15
* gatt: Fix crash on disconnectLuiz Augusto von Dentz2018-10-251-0/+5
* gatt: Fix not cleaning up device state properlyLuiz Augusto von Dentz2018-10-021-2/+26
* gatt: Fix attempting to create device on disconnectionLuiz Augusto von Dentz2018-10-021-2/+2
* gatt: Make ATT MTU configurable in main.confDavid Krauser2018-07-121-0/+2
* gatt: provide MTU in ReadValue and WriteValueDavid Krauser2018-07-121-16/+7
* gatt: Don't require prepare write authorization for trusted devicesGrzegorz Kolodziejczyk2018-05-291-2/+4
* shared/gatt-server: Request authorization for prepare writesGrzegorz Kolodziejczyk2018-05-281-21/+87
* gatt: Fix crash with BR/EDR only adapterSzymon Janc2018-04-041-0/+3
* gatt: Add support for storing Service Changed CCC valueSzymon Janc2018-03-291-2/+83
* gatt: Fix checking for paired flag instead of bondedLuiz Augusto von Dentz2018-03-281-2/+2
* gatt: Send device and link options with AcquireNotifyLuiz Augusto von Dentz2018-03-261-64/+115
* gatt: Fail to register service with invalid Includes propertySzymon Janc2018-03-231-1/+4
* gatt: Properly handle service changes when offlineLuiz Augusto von Dentz2018-03-221-15/+74
* gatt: Add confirmation callbackLuiz Augusto von Dentz2018-03-221-13/+20
* doc/gatt-api: Includes shall not be mandatoryLuiz Augusto von Dentz2018-03-221-1/+1
* gatt: Add org.bluez.Error.InvalidOffset for long read procedureGrzegorz Kolodziejczyk2018-03-211-0/+3
* gatt-database: Add support for Included serviceAvichal Agarwal2018-03-201-0/+79
* tools: Remove monitor/uuid.{c,h}Luiz Augusto von Dentz2017-12-211-4/+3
* gatt: Add all services as recordsLuiz Augusto von Dentz2017-12-041-18/+45
* gatt: Use monitor code to decode service nameLuiz Augusto von Dentz2017-12-041-6/+10
* gatt: Make database_add_record detect the UUIDLuiz Augusto von Dentz2017-12-041-5/+19
* gatt: Fix crash while disconnecting ATTLuiz Augusto von Dentz2017-11-021-1/+3
* gatt: Add implementation of link optionLuiz Augusto von Dentz2017-11-021-14/+39
* gatt: Fix crash when disconnectingLuiz Augusto von Dentz2017-10-251-1/+2
* gatt: Clear subscriptions for device not pairedLuiz Augusto von Dentz2017-10-231-52/+103
* gatt: Fix sending indications with proxyYunhan Wang2017-10-051-1/+1
* gatt: Fix not sending indications properlyLuiz Augusto von Dentz2017-10-031-1/+2
* gatt: Fix not replying to Write requestLuiz Augusto von Dentz2017-10-021-0/+2
* gatt: Implement AcquireNotify for serverLuiz Augusto von Dentz2017-09-221-5/+111
* gatt: Implement AcquireWrite for serverLuiz Augusto von Dentz2017-09-221-0/+142
* gatt: Fix not calling gatt_db_attribute_write_resultLuiz Augusto von Dentz2017-09-071-4/+2
* gatt: Add indication confirm callback using Gatt Confirm methodYunhan Wang2017-08-291-4/+12
* core/gatt: Fix not registering .accept callback for external profilesLuiz Augusto von Dentz2017-06-171-0/+10
* core/gatt-database: Send offset if set to WriteValueLuiz Augusto von Dentz2016-12-181-5/+10
* core/gatt-database: Send offset if set to ReadValueLuiz Augusto von Dentz2016-12-181-5/+13
* core: Fix passing correct local address type to ATT socketJohan Hedberg2016-11-111-1/+2
* core/gatt: Don't register attribute handler until core service are registeredLuiz Augusto von Dentz2016-11-081-6/+7
* core/gatt: Remove CCC state if no longer activeLuiz Augusto von Dentz2016-09-201-5/+17
* core/gatt-database: Remove unused functionLuiz Augusto von Dentz2016-09-141-22/+4
* core/gatt: Promote GATT D-Bus interfaces to stableLuiz Augusto von Dentz2016-07-291-5/+5
* core/gatt: Print address typeLuiz Augusto von Dentz2016-07-131-2/+3
* core/gatt: Fix attribute permissionsLuiz Augusto von Dentz2016-07-071-3/+3
* doc/gatt-api: Add secure flagsLuiz Augusto von Dentz2016-05-181-52/+38
* doc/gatt-api: Merge RegisterProfile with RegisterApplicationLuiz Augusto von Dentz2016-05-181-251/+162
* doc/gatt-api: Add options dictionary to ReadValue/WriteValueLuiz Augusto von Dentz2016-05-181-59/+160
* core/gatt-database: Don't always wait for responseLuiz Augusto von Dentz2016-03-081-0/+36
* gatt-database: Fix GATT object orderingOlivier Martin2016-03-071-30/+86