summaryrefslogtreecommitdiff
path: root/attrib/att.c
Commit message (Expand)AuthorAgeFilesLines
* attrib: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-1/+1
* attrib: Use local libbluetooth includesMarcel Holtmann2015-02-281-3/+3
* android/gatt: Fix signed write command encodingLukasz Rymanowski2014-05-301-4/+7
* attrib: Add helpers to enc and dec signed write commandLukasz Rymanowski2014-05-261-0/+55
* Replace att_put_u16() by put_le16()Claudio Takahasi2014-03-241-24/+24
* Replace att_put_uuid() by util.h helpersClaudio Takahasi2014-03-241-2/+11
* Replace att_get_uuid128() by bswap_128()Claudio Takahasi2014-03-241-10/+28
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-241-22/+22
* Replace att_get_uuid16() by get_le16()Claudio Takahasi2014-03-241-3/+3
* Replace att_put_uuid16() by put_le16()Claudio Takahasi2014-03-241-1/+2
* attrib: Add extra PDU checks when decoding Read by Type ResponseAnderson Lizardo2014-01-111-0/+17
* attrib: Fix PDU length check for Read by Type RequestAnderson Lizardo2014-01-111-1/+1
* attrib: Reject incomplete PDU in dec_find_by_type_resp()Anderson Lizardo2014-01-111-0/+9
* attrib: Remove unnecessary local variables from dec_find_by_type_req()Anderson Lizardo2014-01-111-10/+4
* attrib: Remove unnecessary NULL checks on dec_find_by_type_req()Anderson Lizardo2014-01-111-15/+9
* attrib: Add extra PDU checks when decoding Read by Group Type ResponseAnderson Lizardo2014-01-111-0/+18
* attrib: Fix PDU length check for Read by Group Type RequestAnderson Lizardo2014-01-111-1/+1
* attrib: Remove unnecessary checks for PDU length on ATT encodingAnderson Lizardo2014-01-111-85/+46
* attrib: Use att_put_u16() instead of htobs() + memcpy()Anderson Lizardo2014-01-111-3/+1
* attrib: Allow dec_read_resp() to just check if PDU is validAnderson Lizardo2013-07-241-3/+3
* attrib: Add encode/decode execute write supportAlvaro Silva2013-07-241-0/+31
* attrib: Add encode/decode prepare write supportAlvaro Silva2013-07-241-0/+56
* attrib: Remove unused parameter from enc_write_resp()Alvaro Silva2013-07-241-1/+1
* attrib: Fix coding style for various enc_*/dec_* functionsEder Ruiz Maria2013-07-241-7/+10
* attrib: Fix compilation errors when compiled without optimizationAnderson Lizardo2013-01-101-2/+2
* attrib: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-1/+1
* attrib: Fix missing config.h includesCristian Rodríguez2012-12-231-0/+4
* attrib: Fix not checking if att_data_list_alloc failsVinicius Costa Gomes2012-10-111-0/+6
* att: Fix sending pdu's with invalid dataVinicius Costa Gomes2012-10-111-0/+3
* 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