summaryrefslogtreecommitdiff
path: root/attrib/gatt.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09attrib: Remove opcode parameter from g_attrib_send()Vinicius Costa Gomes1-30/+21
2012-10-09gatt: Add support for find included servicesVinicius Costa Gomes1-0/+192
2012-10-01gatt: Remove offset parameter from gatt_read_charJefferson Delfes1-11/+4
2012-08-20gatt: Don't raise error if declaration was foundClaudio Takahasi1-4/+4
2012-08-20gatt: Return not found if characteritics is emptyClaudio Takahasi1-1/+2
2012-08-15attrib: Use proper types for size variablesJohan Hedberg1-21/+22
2012-08-15gatt: Add support to GATT Write Long CharacteristicEder Ruiz Maria1-5/+104
2012-05-30GATT: Avoid unneeded discover transactionClaudio Takahasi1-1/+1
2012-04-16build: Remove glib-compat.h supportMarcel Holtmann1-2/+0
2012-03-26GATT: Replace start/end with att_rangeChen Ganir1-2/+2
2012-03-26GATT: Rename service and char structsChen Ganir1-4/+4
2011-10-18Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg1-1/+1
2011-09-22Refactor value assignments of bt_uuid_t variablesAnderson Lizardo1-1/+1
2011-07-04Allow building with GLib 2.16 for nowMarcel Holtmann1-0/+6
2011-06-30Make use of g_slist_free_full on attribLuiz Augusto von Dentz1-2/+1
2011-05-15Remove unused op variable from encode_discover_primarySzymon Janc1-3/+0
2011-04-14Register primary services exported over basic rateClaudio Takahasi1-0/+78
2011-03-18Add Exchange MTU operation in GATT libraryBruna Moreira1-0/+13
2011-03-18Use GAttrib buffer for ATT protocol PDUsBruna Moreira1-45/+64
2011-03-17Add discover characteristics by UUID to gatttoolSheldon Demario1-5/+11
2011-03-15Use new UUID functions in GATTElvis Pfützenreuter1-33/+35
2011-03-10Extend Characteristic Write to support Write Without ResponseClaudio Takahasi1-2/+6
2011-03-04Add offset option to characteristic read by handleSheldon Demario1-4/+11
2011-02-04Fix invalid read after list concatenationBruna Moreira1-1/+0
2011-01-21Fix incoming attrib-server connection MTUsBrian Gix1-14/+14
2011-01-19Move common code from Discover all Characteristics to GATT libraryBruna Moreira1-3/+108
2011-01-19Rename gatt_primary_t to more generic nameBruna Moreira1-2/+2
2011-01-08Move interactive code of Discover Primary to gatt.cClaudio Takahasi1-7/+158
2011-01-07Fix gatt_read_char() to support long Attrib ValuesBrian Gix1-2/+128
2011-01-07Fix g_attrib_send() to include a new ID parameterBrian Gix1-6/+6
2010-11-19Implement Characteristic Value Read using UUID in the gatttoolSheldon Demario1-3/+12
2010-11-18Add an extra parameter in the discovery primary to specify the UUIDClaudio Takahasi1-7/+30
2010-10-09Add support for Attribute Write RequestAnderson Lizardo1-0/+11
2010-10-04Implement Write command in GATT APIBruna Moreira1-0/+11
2010-09-13Define maximum and default MTU valuesVinicius Costa Gomes1-4/+4
2010-08-09Update copyright information of GATT library/toolsVinicius Costa Gomes1-1/+2
2010-08-09Add helper functions to send Find Information requestsVinicius Costa Gomes1-0/+14
2010-08-09Implement characteristic value read on attribute serverAnderson Lizardo1-0/+11
2010-08-09Move gatt_discover_char to gatt.cClaudio Takahasi1-1/+18
2010-08-09Move gatt_discover_primary to gatt.cClaudio Takahasi1-0/+48