aboutsummaryrefslogtreecommitdiff
path: root/attrib/att.c
AgeCommit message (Expand)Author
2011-03-15Use new UUID functions in GATTElvis Pfützenreuter
2011-02-24Coding standard change replacing malloc by glib functionsClaudio Takahasi
2011-02-15Add encode/decode for write responseBruna Moreira
2011-01-20Add READ_BLOB_REQUEST support to attribute serverBrian Gix
2010-12-19Add enc_read_blob_req() as defined in BT Core Spec v4.0Brian Gix
2010-11-29Attrib server should truncate attribute value to pdu lengthSheldon Demario
2010-11-18Add Find By Type Value Response encoding/decoding functionsClaudio Takahasi
2010-11-18Implement Find by Type request encode/decodingBruna Moreira
2010-10-09Add support for Attribute Write RequestAnderson Lizardo
2010-10-04Modify dec_read_req() to get PDU length as parameterAnderson Lizardo
2010-10-04Replace hardcoded minimum length values with constantsAnderson Lizardo
2010-10-04Remove typecast from att_get_u16() callsAnderson Lizardo
2010-10-04Add encoders/decoders for the Write commandBruna Moreira
2010-09-22Add encoders/decoders for Indication/ConfirmationVinicius Costa Gomes
2010-09-22Fix coding style issues in attribute codeJohan Hedberg
2010-09-14Add support for UUID 128-bit in {enc, dec}_read_by_type_reqBruna Moreira
2010-09-14Add support for UUID 128-bit in {enc, dec}_read_by_grp_reqBruna Moreira
2010-09-13Add encoders/decoders for MTU ExchangeVinicius Costa Gomes
2010-09-13Fix dealing with the minimum MTU sizeVinicius Costa Gomes
2010-09-02Fix enc_read_resp to respect the buffer sizeAnderson Lizardo
2010-09-02Fix enc_read_by_type_resp accessing invalid memoryVinicius Costa Gomes
2010-09-01Fix encoding functions when buffer is smallBruna Moreira
2010-08-19Add attribute handle value notificationClaudio Takahasi
2010-08-19Fix alignment access issues during encoding/decodingVinicius Costa Gomes
2010-08-11Fix wrong byte order on the Error Response handleVinicius Costa Gomes
2010-08-09Update copyright information of GATT library/toolsVinicius Costa Gomes
2010-08-09Add encoders and decoders for the Find Information PDU'sVinicius Costa Gomes
2010-08-09Fix wrong calculation for number of elements of a data listVinicius Costa Gomes
2010-08-09Add the missing Read by Type functionsVinicius Costa Gomes
2010-08-09Fix Read by Group skipping two bytes when encodingVinicius Costa Gomes
2010-08-09Implement read by group type in the attribute serverClaudio Takahasi
2010-08-09Fix the return value of Read by Group response encoderVinicius Costa Gomes
2010-08-09Add support for dealing with Read Request/Response PDUsVinicius Costa Gomes
2010-08-09Add stubs for dealing with Read Request/Response PDUsVinicius Costa Gomes
2010-08-09Add encoder for Read By Group Type Response PDUVinicius Costa Gomes
2010-08-09Add decoder for Attribute Read by Group Type requestVinicius Costa Gomes
2010-08-09Fix ATT utility functions namingVinicius Costa Gomes
2010-08-09Add support to deal with Read by Type PDUsVinicius Costa Gomes
2010-08-09Add a way to decode the Read by Group type responseVinicius Costa Gomes
2010-08-09Add utility function to convert ATT error code to stringClaudio Takahasi
2010-08-09Initial Discover primary service implementationClaudio Takahasi
2010-08-09Initial GAttrib functionsClaudio Takahasi