aboutsummaryrefslogtreecommitdiff
path: root/attrib
AgeCommit message (Expand)Author
2011-03-15Fix not returning an error when DiscoverCharacteristics() failsVinicius Costa Gomes
2011-03-15Fix the behaviour of the DiscoverCharacteristics methodVinicius Costa Gomes
2011-03-15Rename the Discover method to DiscoverCharacteristicsVinicius Costa Gomes
2011-03-11Add indication/notification support to interactive gatttoolSheldon Demario
2011-03-10gatttool: Add Write Without Response optionClaudio Takahasi
2011-03-10Extend Characteristic Write to support Write Without ResponseClaudio Takahasi
2011-03-04Add option to pass adapter to interactive gatttoolSheldon Demario
2011-03-04Add missing const to interactive() parameter in gatttoolSheldon Demario
2011-03-04Replace all strdup() with g_strdup() in gatttoolSheldon Demario
2011-03-04Add offset option to characteristic read by handleSheldon Demario
2011-02-24Remove unused MTU variable in GAttrib structBruna Moreira
2011-02-24Coding standard change replacing malloc by glib functionsClaudio Takahasi
2011-02-24Add sec-level option to interactive gattoolSheldon Demario
2011-02-24Add Write Request in interactive gatttoolBruna Moreira
2011-02-24Move attr_data_from_string() to utils.cBruna Moreira
2011-02-24Add characteristics read options in interactive gatttoolSheldon Demario
2011-02-24Add Characteristics Descriptor Discovery option in interactive gatttoolSheldon Demario
2011-02-24Create a helper function to deal with handles on interactive gatttoolSheldon Demario
2011-02-24gatttool: Remove extra reference to the connection IO ChannelVinicius Costa Gomes
2011-02-24Add support for GATT client timeoutsVinicius Costa Gomes
2011-02-24Fix gattrib.c coding styleVinicius Costa Gomes
2011-02-24Add read/write callbacks to attribute serverAnderson Lizardo
2011-02-24Don't register GATT related SDP records if attrib server is disabledClaudio Takahasi
2011-02-23Fix typo on DBG() string formatAnderson Lizardo
2011-02-23Check malformed notification/indication PDUElvis Pfützenreuter
2011-02-23Add Characteristics Discovery option to interactive gatttoolSheldon Demario
2011-02-23Improve help messages in interactive gatttoolSheldon Demario
2011-02-20Add missing UUID16 field to Included Svc AttributeBrian Gix
2011-02-19Add SDP registration of Primary GATT servicesBrian Gix
2011-02-18Add UUID property to GATT service objectElvis Pfützenreuter
2011-02-18Add Primary Discovery Services option to interactive gatttoolSheldon Demario
2011-02-17Use PSM value to select LE or BR/EDR transport on gatttoolSheldon Demario
2011-02-17Move do_connect() to a common file between interactive.c and gatttool.cSheldon Demario
2011-02-16Fix Min MTU to reflect values for both L2CAP & LEBrian Gix
2011-02-16Fix wrong header include on interactive gatttoolClaudio Takahasi
2011-02-15Add connect/disconnect options on interactive mode of gatttoolSheldon Demario
2011-02-15Add an initial interactive mode to gatttoolSheldon Demario
2011-02-15Add Write Request operation in gatttoolBruna Moreira
2011-02-15Add encode/decode for write responseBruna Moreira
2011-02-08Fix GATT listen mode updatingAndre Dieb Martins
2011-02-04Fix invalid read after list concatenationBruna Moreira
2011-02-04Fix parameter type in att_put_u32Elvis Pfützenreuter
2011-01-21Fix incoming attrib-server connection MTUsBrian Gix
2011-01-21Fix duplicate characteristicsBruna Moreira
2011-01-20Add READ_BLOB_REQUEST support to attribute serverBrian Gix
2011-01-19Move common code from Discover all Characteristics to GATT libraryBruna Moreira
2011-01-19Rename gatt_primary_t to more generic nameBruna Moreira
2011-01-08Move interactive code of Discover Primary to gatt.cClaudio Takahasi
2011-01-07Move GATT service to attribute server coreAnderson Lizardo
2011-01-07Move GAP service registration to src/attrib-server.cAnderson Lizardo