summaryrefslogtreecommitdiff
path: root/attrib/att.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix alignment access issues during encoding/decodingVinicius Costa Gomes2010-08-191-0/+34
* Update copyright information of GATT library/toolsVinicius Costa Gomes2010-08-091-1/+2
* Add encoders and decoders for the Find Information PDU'sVinicius Costa Gomes2010-08-091-0/+7
* Discover all characteristics of the primary servicesClaudio Takahasi2010-08-091-0/+7
* Add the missing Read by Type functionsVinicius Costa Gomes2010-08-091-0/+4
* Implement read by group type in the attribute serverClaudio Takahasi2010-08-091-1/+3
* Add stubs for dealing with Read Request/Response PDUsVinicius Costa Gomes2010-08-091-0/+4
* Add encoder for Read By Group Type Response PDUVinicius Costa Gomes2010-08-091-0/+1
* Add decoder for Attribute Read by Group Type requestVinicius Costa Gomes2010-08-091-0/+2
* Remove __ATT_H macro definitionClaudio Takahasi2010-08-091-13/+0
* Fix ATT utility functions namingVinicius Costa Gomes2010-08-091-5/+5
* Add support to deal with Read by Type PDUsVinicius Costa Gomes2010-08-091-0/+3
* Add a way to decode the Read by Group type responseVinicius Costa Gomes2010-08-091-0/+10
* Add utility function to convert ATT error code to stringClaudio Takahasi2010-08-091-0/+1
* Add simple implementation of g_attrib_send()Vinicius Costa Gomes2010-08-091-0/+2
* Initial Discover primary service implementationClaudio Takahasi2010-08-091-2/+4
* Initial GAttrib functionsClaudio Takahasi2010-08-091-0/+121