aboutsummaryrefslogtreecommitdiff
path: root/attrib
AgeCommit message (Expand)Author
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
2011-01-07Refactor example server to use att_put_u16()Anderson Lizardo
2011-01-07Fix gatt_read_char() to support long Attrib ValuesBrian Gix
2011-01-07Fix g_attrib_send() to include a new ID parameterBrian Gix
2011-01-05Change security level on demand when reading characteristic descriptorClaudio Takahasi
2011-01-05Change security level on demand when reading characteristic valueClaudio Takahasi
2010-12-23Add GetProperties method the Service InterfaceVinicius Costa Gomes
2010-12-23Add support for adding services to the Services propertyVinicius Costa Gomes
2010-12-23Remove GetCharacteristics DBus methodVinicius Costa Gomes
2010-12-23Add a Discover method to the GATT ClientVinicius Costa Gomes
2010-12-23Add support for making LE connections to GATT clientVinicius Costa Gomes
2010-12-23Clean up the primary service D-Bus registrationVinicius Costa Gomes
2010-12-23Remove duplicated code for discovering GATT servicesVinicius Costa Gomes
2010-12-23Add the btd_ prefix to device_add_serviceVinicius Costa Gomes
2010-12-23Move primary service storage to device.cSheldon Demario
2010-12-22Fix attrib plugin deregistrationVinicius Costa Gomes
2010-12-19Add enc_read_blob_req() as defined in BT Core Spec v4.0Brian Gix
2010-12-16Fix memory leak of gattrib commands queueClaudio Takahasi
2010-12-14attrib: use btd_error_failed()Gustavo F. Padovan
2010-12-09Check the security level on a per request baseBruna Moreira
2010-12-07Remove automatic battery state change on attribute exampleClaudio Takahasi
2010-12-07Add btd_error_not_authorized()Gustavo F. Padovan
2010-12-07Create btd_error_invalid_args()Gustavo F. Padovan
2010-12-07Fix writing to GAttrib socket without POLLOUT eventVinicius Costa Gomes
2010-12-07Initial attribute permission implementationBruna Moreira
2010-11-29Attrib server should truncate attribute value to pdu lengthSheldon Demario
2010-11-29Don't trigger the discovering when registering the clientClaudio Takahasi
2010-11-29Fix memory leak of sdp list in the attribute clientClaudio Takahasi
2010-11-29Implement primary service search when creating a deviceClaudio Takahasi
2010-11-28Remove unused includesJohan Hedberg
2010-11-25Extend discover characteristic by UUID in gatttool to fetch all valuesSheldon Demario
2010-11-19Implement Characteristic Value Read using UUID in the gatttoolSheldon Demario
2010-11-18Implement Discover Primary Service by Service UUID in the gatttoolClaudio Takahasi
2010-11-18Add an extra parameter in the discovery primary to specify the UUIDClaudio Takahasi
2010-11-18Add Find By Type Value Response encoding/decoding functionsClaudio Takahasi
2010-11-18Implement Find by Type request encode/decodingBruna Moreira
2010-11-18Adding a new option to specify security level for gatttoolSheldon Demario
2010-11-11Use reference counting of the device object while discovering servicesClaudio Takahasi
2010-11-05Fix invalid reference to GATT service structureClaudio Takahasi
2010-11-05Enable GATT over LE link on the attribute clientClaudio Takahasi
2010-10-09Add support for Attribute Write RequestAnderson Lizardo