OSDN Git Service

attrib: Add encode/decode prepare write support
[android-x86/external-bluetooth-bluez.git] / attrib / att.c
2013-07-24 Alvaro Silvaattrib: Add encode/decode prepare write support
2013-07-24 Alvaro Silvaattrib: Remove unused parameter from enc_write_resp()
2013-07-24 Eder Ruiz Mariaattrib: Fix coding style for various enc_*/dec_* functions
2013-01-11 Anderson Lizardoattrib: Fix compilation errors when compiled without...
2013-01-10 Anderson Lizardoattrib: Fix remaining references to bluetooth/uuid.h
2012-12-24 Cristian Rodríguezattrib: Fix missing config.h includes
2012-10-11 Vinicius Costa Gomesattrib: Fix not checking if att_data_list_alloc fails
2012-10-11 Vinicius Costa Gomesatt: Fix sending pdu's with invalid data
2012-08-15 Johan Hedbergattrib: Use proper types for size variables
2012-08-15 Eder Ruiz Mariaatt: Add encode/decode execute write support
2012-08-15 Eder Ruiz Mariaatt: Add prepare write support
2012-06-27 Claudio TakahasiATT: Avoid invalid memory access for large PDU
2012-06-05 Johan Hedberggattrib: Fix command timeout handling
2011-10-07 Vinicius Costa GomesFix using the attribute struct for encoding ATT pdus
2011-09-22 Anderson LizardoFix memory allocation of struct attribute
2011-09-22 Anderson LizardoRemove empty line before declaration
2011-07-03 Lucas De MarchiFix common misspelled words
2011-03-30 Claudio TakahasiRemove "authen" and "autho" short versions for ATT...
2011-03-15 Elvis PfützenreuterUse new UUID functions in GATT
2011-02-24 Claudio TakahasiCoding standard change replacing malloc by glib functions
2011-02-15 Bruna MoreiraAdd encode/decode for write response
2011-01-20 Brian GixAdd READ_BLOB_REQUEST support to attribute server
2010-12-19 Brian GixAdd enc_read_blob_req() as defined in BT Core Spec...
2010-11-29 Sheldon DemarioAttrib server should truncate attribute value to pdu...
2010-11-18 Claudio TakahasiAdd Find By Type Value Response encoding/decoding functions
2010-11-18 Bruna MoreiraImplement Find by Type request encode/decoding
2010-10-09 Anderson LizardoAdd support for Attribute Write Request
2010-10-04 Anderson LizardoModify dec_read_req() to get PDU length as parameter
2010-10-04 Anderson LizardoReplace hardcoded minimum length values with constants
2010-10-04 Anderson LizardoRemove typecast from att_get_u16() calls
2010-10-04 Bruna MoreiraAdd encoders/decoders for the Write command
2010-09-22 Vinicius Costa GomesAdd encoders/decoders for Indication/Confirmation
2010-09-21 Johan HedbergFix coding style issues in attribute code
2010-09-14 Bruna MoreiraAdd support for UUID 128-bit in {enc, dec}_read_by_type_req
2010-09-14 Bruna MoreiraAdd support for UUID 128-bit in {enc, dec}_read_by_grp_req
2010-09-13 Vinicius Costa GomesAdd encoders/decoders for MTU Exchange
2010-09-13 Vinicius Costa GomesFix dealing with the minimum MTU size
2010-09-02 Anderson LizardoFix enc_read_resp to respect the buffer size
2010-09-02 Vinicius Costa GomesFix enc_read_by_type_resp accessing invalid memory
2010-09-01 Bruna MoreiraFix encoding functions when buffer is small
2010-08-19 Claudio TakahasiAdd attribute handle value notification
2010-08-19 Vinicius Costa GomesFix alignment access issues during encoding/decoding
2010-08-11 Vinicius Costa GomesFix wrong byte order on the Error Response handle
2010-08-09 Vinicius Costa GomesUpdate copyright information of GATT library/tools
2010-08-09 Vinicius Costa GomesAdd encoders and decoders for the Find Information...
2010-08-09 Vinicius Costa GomesFix wrong calculation for number of elements of a data...
2010-08-09 Vinicius Costa GomesAdd the missing Read by Type functions
2010-08-09 Vinicius Costa GomesFix Read by Group skipping two bytes when encoding
2010-08-09 Claudio TakahasiImplement read by group type in the attribute server
2010-08-09 Vinicius Costa GomesFix the return value of Read by Group response encoder
2010-08-09 Vinicius Costa GomesAdd support for dealing with Read Request/Response...
2010-08-09 Vinicius Costa GomesAdd stubs for dealing with Read Request/Response PDUs
2010-08-09 Vinicius Costa GomesAdd encoder for Read By Group Type Response PDU
2010-08-09 Vinicius Costa GomesAdd decoder for Attribute Read by Group Type request
2010-08-09 Vinicius Costa GomesFix ATT utility functions naming
2010-08-09 Vinicius Costa GomesAdd support to deal with Read by Type PDUs
2010-08-09 Vinicius Costa GomesAdd a way to decode the Read by Group type response
2010-08-09 Claudio TakahasiAdd utility function to convert ATT error code to string
2010-08-09 Claudio TakahasiInitial Discover primary service implementation
2010-08-09 Claudio TakahasiInitial GAttrib functions