summaryrefslogtreecommitdiff
path: root/client/gatt.c
Commit message (Expand)AuthorAgeFilesLines
...
* shared/shell: Use wordexp to parse argumentsLuiz Augusto von Dentz2017-11-171-20/+22
* client: Make use of bt_shellLuiz Augusto von Dentz2017-11-171-75/+74
* gatt: Update signature of AcquireWrite and AcquireNotifyLuiz Augusto von Dentz2017-09-221-2/+16
* client: Implement AcquireNotify for serverLuiz Augusto von Dentz2017-09-221-3/+66
* client: Implement AcquireWrite for serverLuiz Augusto von Dentz2017-09-221-8/+158
* client: Rework variables for AcquireWrite/AcquireNotifyLuiz Augusto von Dentz2017-09-221-41/+39
* client: Add Confirm implementationYunhan Wang2017-08-291-0/+11
* client: Fix error when AcquireNotify failsLuiz Augusto von Dentz2017-07-121-1/+1
* client: Add release-notify commandLuiz Augusto von Dentz2017-07-051-0/+10
* client: Add acquire-notify commandLuiz Augusto von Dentz2017-07-051-25/+138
* client: Add release-write commandLuiz Augusto von Dentz2017-07-051-0/+13
* client: Add acquire-write commandLuiz Augusto von Dentz2017-07-051-0/+73
* client: Add unregister-descriptor commandLuiz Augusto von Dentz2017-06-301-0/+46
* client: Add register-descriptor commandLuiz Augusto von Dentz2017-06-301-22/+220
* client: Add unregister-characteristic commandLuiz Augusto von Dentz2017-06-301-0/+41
* client: Add register-characteristic commandLuiz Augusto von Dentz2017-06-301-15/+307
* client: Add unregister-service commandLuiz Augusto von Dentz2017-06-301-1/+39
* client: Add register-service commandLuiz Augusto von Dentz2017-06-301-22/+127
* client: Allow register-application without any UUIDLuiz Augusto von Dentz2017-06-261-9/+15
* client: Fix using RegisterProfileLuiz Augusto von Dentz2017-05-291-35/+59
* client: Use selected attribute when selecting by UUIDLuiz Augusto von Dentz2017-03-151-7/+19
* client: Add support to pass UUIDs to select-attributeLuiz Augusto von Dentz2017-03-151-1/+45
* client: Show UUIDs when listing attributesFrancois Beaufort2016-09-201-25/+41
* client: Update to use new GATT APILuiz Augusto von Dentz2016-05-181-2/+25
* client: Fix crash when exitingLuiz Augusto von Dentz2015-11-121-5/+17
* client: Make GATT listing more readableJohan Hedberg2015-11-121-4/+5
* client: Fix potential array overflowJohan Hedberg2015-07-071-2/+2
* client: Add unregister-profile commandLuiz Augusto von Dentz2015-03-251-0/+44
* client: Add register-profile commandLuiz Augusto von Dentz2015-03-251-0/+104
* client: Fix includes for gdbus.h headerMarcel Holtmann2015-02-281-1/+1
* client: Add notify commandLuiz Augusto von Dentz2015-02-101-0/+47
* client: Add write commandLuiz Augusto von Dentz2015-02-101-0/+80
* client: Add read commandLuiz Augusto von Dentz2015-02-101-0/+59
* client: Add command select-attributeLuiz Augusto von Dentz2015-02-101-0/+77
* client: Add command list-attributesLuiz Augusto von Dentz2015-02-101-0/+29
* client: Add support for GattDescriptor1Luiz Augusto von Dentz2015-02-101-0/+66
* client: Add support for GattCharacteristic1Luiz Augusto von Dentz2015-02-101-0/+66
* client: Add support for GattService1Luiz Augusto von Dentz2015-02-101-0/+90