summaryrefslogtreecommitdiff
path: root/attrib/att.h
Commit message (Expand)AuthorAgeFilesLines
* attrib: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* android/gatt: Fix signed write command encodingLukasz Rymanowski2014-05-301-1/+5
* attrib: Fix minor whitespace issueJakub Tyszkowski2014-05-271-2/+2
* attrib: Add helpers to enc and dec signed write commandLukasz Rymanowski2014-05-261-0/+11
* attrib: Remove att_get_* and att_put_* helpersClaudio Takahasi2014-03-251-89/+0
* gatt: Move Characteristic properties to attrib/gatt.hClaudio Takahasi2014-03-251-10/+0
* attrib: Add encode/decode execute write supportAlvaro Silva2013-07-241-0/+2
* attrib: Add encode/decode prepare write supportAlvaro Silva2013-07-241-0/+5
* attrib: Remove unused parameter from enc_write_resp()Alvaro Silva2013-07-241-1/+1
* att: Replace ATT_MAX_MTU with ATT_MAX_VALUE_LENVinicius Costa Gomes2012-10-111-1/+1
* att: Add Find Info Response Format constantsClaudio Takahasi2012-08-201-0/+4
* attrib: Use proper types for size variablesJohan Hedberg2012-08-151-55/+61
* gatt: Add support to GATT Write Long CharacteristicEder Ruiz Maria2012-08-151-0/+4
* att: Add encode/decode execute write supportEder Ruiz Maria2012-08-151-0/+2
* att: Add prepare write supportEder Ruiz Maria2012-08-151-0/+5
* ATT: Avoid invalid memory access for large PDUClaudio Takahasi2012-06-271-1/+1
* att: Start application error codes from the beginning of the rangeJohan Hedberg2012-06-061-3/+3
* gattrib: Fix command timeout handlingJohan Hedberg2012-06-051-0/+2
* GATT: Move GATT assigned numbers to GATT headerClaudio Takahasi2012-05-301-27/+0
* GATT: Rename Characteristic Configuration constantsClaudio Takahasi2012-05-301-2/+2
* att: add remote btd_device to ATT read/write callbacksArik Nemtsov2012-04-031-20/+0
* GATT: Rename service and char structsChen Ganir2012-03-261-13/+0
* att.h: Add client characteristic configuration bit fieldsSantiago Carot-Nemesio2011-12-151-0/+3
* Fix using the attribute struct for encoding ATT pdusVinicius Costa Gomes2011-10-071-3/+6
* Add valid range descriptor uuidSantiago Carot-Nemesio2011-09-161-0/+1
* Fix allocation of attribute valuesVinicius Costa Gomes2011-09-161-1/+1
* Clean up ATT CID & PSM magic values & definititionsJohan Hedberg2011-04-261-0/+3
* Remove "authen" and "autho" short versions for ATT constantsClaudio Takahasi2011-03-301-2/+2
* Use new UUID functions in GATTElvis Pfützenreuter2011-03-151-7/+62
* Coding standard change replacing malloc by glib functionsClaudio Takahasi2011-02-241-0/+1
* Add read/write callbacks to attribute serverAnderson Lizardo2011-02-241-0/+3
* Add encode/decode for write responseBruna Moreira2011-02-151-0/+2
* Fix parameter type in att_put_u32Elvis Pfützenreuter2011-02-041-1/+1
* Fix incoming attrib-server connection MTUsBrian Gix2011-01-211-1/+2
* Add READ_BLOB_REQUEST support to attribute serverBrian Gix2011-01-201-1/+5
* Move common code from Discover all Characteristics to GATT libraryBruna Moreira2011-01-191-0/+7
* Move primary service storage to device.cSheldon Demario2010-12-231-0/+6
* Add enc_read_blob_req() as defined in BT Core Spec v4.0Brian Gix2010-12-191-0/+2
* Initial attribute permission implementationBruna Moreira2010-12-071-0/+10
* Add Find By Type Value Response encoding/decoding functionsClaudio Takahasi2010-11-181-0/+7
* Implement Find by Type request encode/decodingBruna Moreira2010-11-181-1/+3
* Add support for Attribute Write RequestAnderson Lizardo2010-10-091-0/+4
* Fix ATT OP codes to match specJohan Hedberg2010-10-051-2/+2
* Modify dec_read_req() to get PDU length as parameterAnderson Lizardo2010-10-041-1/+1
* Fix constness of att_get_u{8,16,32}() functionsAnderson Lizardo2010-10-041-6/+6
* Add encoders/decoders for the Write commandBruna Moreira2010-10-041-0/+4
* Add encoders/decoders for Indication/ConfirmationVinicius Costa Gomes2010-09-221-0/+3
* Define maximum and default MTU valuesVinicius Costa Gomes2010-09-131-1/+2
* Add encoders/decoders for MTU ExchangeVinicius Costa Gomes2010-09-131-0/+5
* Add attribute handle value notificationClaudio Takahasi2010-08-191-0/+1