summaryrefslogtreecommitdiff
path: root/attrib/gatt.c
Commit message (Expand)AuthorAgeFilesLines
...
* gatt: Remove offset parameter from gatt_read_charJefferson Delfes2012-10-011-11/+4
* gatt: Don't raise error if declaration was foundClaudio Takahasi2012-08-201-4/+4
* gatt: Return not found if characteritics is emptyClaudio Takahasi2012-08-201-1/+2
* attrib: Use proper types for size variablesJohan Hedberg2012-08-151-21/+22
* gatt: Add support to GATT Write Long CharacteristicEder Ruiz Maria2012-08-151-5/+104
* GATT: Avoid unneeded discover transactionClaudio Takahasi2012-05-301-1/+1
* build: Remove glib-compat.h supportMarcel Holtmann2012-04-161-2/+0
* GATT: Replace start/end with att_rangeChen Ganir2012-03-261-2/+2
* GATT: Rename service and char structsChen Ganir2012-03-261-4/+4
* Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg2011-10-181-1/+1
* Refactor value assignments of bt_uuid_t variablesAnderson Lizardo2011-09-221-1/+1
* Allow building with GLib 2.16 for nowMarcel Holtmann2011-07-041-0/+6
* Make use of g_slist_free_full on attribLuiz Augusto von Dentz2011-06-301-2/+1
* Remove unused op variable from encode_discover_primarySzymon Janc2011-05-151-3/+0
* Register primary services exported over basic rateClaudio Takahasi2011-04-141-0/+78
* Add Exchange MTU operation in GATT libraryBruna Moreira2011-03-181-0/+13
* Use GAttrib buffer for ATT protocol PDUsBruna Moreira2011-03-181-45/+64
* Add discover characteristics by UUID to gatttoolSheldon Demario2011-03-171-5/+11
* Use new UUID functions in GATTElvis Pfützenreuter2011-03-151-33/+35
* Extend Characteristic Write to support Write Without ResponseClaudio Takahasi2011-03-101-2/+6
* Add offset option to characteristic read by handleSheldon Demario2011-03-041-4/+11
* Fix invalid read after list concatenationBruna Moreira2011-02-041-1/+0
* Fix incoming attrib-server connection MTUsBrian Gix2011-01-211-14/+14
* Move common code from Discover all Characteristics to GATT libraryBruna Moreira2011-01-191-3/+108
* Rename gatt_primary_t to more generic nameBruna Moreira2011-01-191-2/+2
* Move interactive code of Discover Primary to gatt.cClaudio Takahasi2011-01-081-7/+158
* Fix gatt_read_char() to support long Attrib ValuesBrian Gix2011-01-071-2/+128
* Fix g_attrib_send() to include a new ID parameterBrian Gix2011-01-071-6/+6
* Implement Characteristic Value Read using UUID in the gatttoolSheldon Demario2010-11-191-3/+12
* Add an extra parameter in the discovery primary to specify the UUIDClaudio Takahasi2010-11-181-7/+30
* Add support for Attribute Write RequestAnderson Lizardo2010-10-091-0/+11
* Implement Write command in GATT APIBruna Moreira2010-10-041-0/+11
* Define maximum and default MTU valuesVinicius Costa Gomes2010-09-131-4/+4
* Update copyright information of GATT library/toolsVinicius Costa Gomes2010-08-091-1/+2
* Add helper functions to send Find Information requestsVinicius Costa Gomes2010-08-091-0/+14
* Implement characteristic value read on attribute serverAnderson Lizardo2010-08-091-0/+11
* Move gatt_discover_char to gatt.cClaudio Takahasi2010-08-091-1/+18
* Move gatt_discover_primary to gatt.cClaudio Takahasi2010-08-091-0/+48