summaryrefslogtreecommitdiff
path: root/attrib/att.c
Commit message (Expand)AuthorAgeFilesLines
* attrib: Use proper types for size variablesJohan Hedberg2012-08-151-63/+69
* att: Add encode/decode execute write supportEder Ruiz Maria2012-08-151-0/+35
* att: Add prepare write supportEder Ruiz Maria2012-08-151-0/+54
* ATT: Avoid invalid memory access for large PDUClaudio Takahasi2012-06-271-8/+9
* gattrib: Fix command timeout handlingJohan Hedberg2012-06-051-0/+4
* Fix using the attribute struct for encoding ATT pdusVinicius Costa Gomes2011-10-071-20/+25
* Fix memory allocation of struct attributeAnderson Lizardo2011-09-221-4/+3
* Remove empty line before declarationAnderson Lizardo2011-09-221-1/+0
* Fix common misspelled wordsLucas De Marchi2011-07-031-1/+1
* Remove "authen" and "autho" short versions for ATT constantsClaudio Takahasi2011-03-301-2/+2
* Use new UUID functions in GATTElvis Pfützenreuter2011-03-151-27/+20
* Coding standard change replacing malloc by glib functionsClaudio Takahasi2011-02-241-31/+45
* Add encode/decode for write responseBruna Moreira2011-02-151-0/+21
* Add READ_BLOB_REQUEST support to attribute serverBrian Gix2011-01-201-0/+44
* Add enc_read_blob_req() as defined in BT Core Spec v4.0Brian Gix2010-12-191-0/+19
* Attrib server should truncate attribute value to pdu lengthSheldon Demario2010-11-291-8/+7
* Add Find By Type Value Response encoding/decoding functionsClaudio Takahasi2010-11-181-0/+46
* Implement Find by Type request encode/decodingBruna Moreira2010-11-181-2/+70
* Add support for Attribute Write RequestAnderson Lizardo2010-10-091-0/+50
* Modify dec_read_req() to get PDU length as parameterAnderson Lizardo2010-10-041-1/+4
* Replace hardcoded minimum length values with constantsAnderson Lizardo2010-10-041-44/+84
* Remove typecast from att_get_u16() callsAnderson Lizardo2010-10-041-13/+13
* Add encoders/decoders for the Write commandBruna Moreira2010-10-041-0/+45
* Add encoders/decoders for Indication/ConfirmationVinicius Costa Gomes2010-09-221-0/+50
* Fix coding style issues in attribute codeJohan Hedberg2010-09-221-1/+2
* Add support for UUID 128-bit in {enc, dec}_read_by_type_reqBruna Moreira2010-09-141-7/+19
* Add support for UUID 128-bit in {enc, dec}_read_by_grp_reqBruna Moreira2010-09-141-6/+17
* Add encoders/decoders for MTU ExchangeVinicius Costa Gomes2010-09-131-0/+66
* Fix dealing with the minimum MTU sizeVinicius Costa Gomes2010-09-131-4/+10
* Fix enc_read_resp to respect the buffer sizeAnderson Lizardo2010-09-021-2/+5
* Fix enc_read_by_type_resp accessing invalid memoryVinicius Costa Gomes2010-09-021-0/+3
* Fix encoding functions when buffer is smallBruna Moreira2010-09-011-3/+6
* Add attribute handle value notificationClaudio Takahasi2010-08-191-0/+15
* Fix alignment access issues during encoding/decodingVinicius Costa Gomes2010-08-191-55/+19
* Fix wrong byte order on the Error Response handleVinicius Costa Gomes2010-08-111-2/+1
* 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/+107
* Fix wrong calculation for number of elements of a data listVinicius Costa Gomes2010-08-091-2/+2
* Add the missing Read by Type functionsVinicius Costa Gomes2010-08-091-0/+50
* Fix Read by Group skipping two bytes when encodingVinicius Costa Gomes2010-08-091-3/+4
* Implement read by group type in the attribute serverClaudio Takahasi2010-08-091-1/+19
* Fix the return value of Read by Group response encoderVinicius Costa Gomes2010-08-091-1/+1
* Add support for dealing with Read Request/Response PDUsVinicius Costa Gomes2010-08-091-4/+54
* Add stubs for dealing with Read Request/Response PDUsVinicius Costa Gomes2010-08-091-0/+20
* Add encoder for Read By Group Type Response PDUVinicius Costa Gomes2010-08-091-0/+21
* Add decoder for Attribute Read by Group Type requestVinicius Costa Gomes2010-08-091-0/+29
* 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/+52
* Add a way to decode the Read by Group type responseVinicius Costa Gomes2010-08-091-0/+37
* Add utility function to convert ATT error code to stringClaudio Takahasi2010-08-091-0/+44