summaryrefslogtreecommitdiff
path: root/attrib
Commit message (Expand)AuthorAgeFilesLines
* Add READ_BLOB_REQUEST support to attribute serverBrian Gix2011-01-202-1/+49
* Move common code from Discover all Characteristics to GATT libraryBruna Moreira2011-01-195-106/+140
* Rename gatt_primary_t to more generic nameBruna Moreira2011-01-192-4/+4
* Move interactive code of Discover Primary to gatt.cClaudio Takahasi2011-01-083-78/+175
* Move GATT service to attribute server coreAnderson Lizardo2011-01-071-18/+0
* Move GAP service registration to src/attrib-server.cAnderson Lizardo2011-01-071-19/+0
* Refactor example server to use att_put_u16()Anderson Lizardo2011-01-071-117/+45
* Fix gatt_read_char() to support long Attrib ValuesBrian Gix2011-01-071-2/+128
* Fix g_attrib_send() to include a new ID parameterBrian Gix2011-01-075-18/+27
* Change security level on demand when reading characteristic descriptorClaudio Takahasi2011-01-051-9/+20
* Change security level on demand when reading characteristic valueClaudio Takahasi2011-01-053-0/+21
* Add GetProperties method the Service InterfaceVinicius Costa Gomes2010-12-231-0/+39
* Add support for adding services to the Services propertyVinicius Costa Gomes2010-12-231-0/+1
* Remove GetCharacteristics DBus methodVinicius Costa Gomes2010-12-231-46/+0
* Add a Discover method to the GATT ClientVinicius Costa Gomes2010-12-231-17/+23
* Add support for making LE connections to GATT clientVinicius Costa Gomes2010-12-231-1/+9
* Clean up the primary service D-Bus registrationVinicius Costa Gomes2010-12-231-191/+32
* Remove duplicated code for discovering GATT servicesVinicius Costa Gomes2010-12-231-97/+4
* Add the btd_ prefix to device_add_serviceVinicius Costa Gomes2010-12-231-1/+1
* Move primary service storage to device.cSheldon Demario2010-12-233-41/+7
* Fix attrib plugin deregistrationVinicius Costa Gomes2010-12-221-1/+1
* Add enc_read_blob_req() as defined in BT Core Spec v4.0Brian Gix2010-12-192-0/+21
* Fix memory leak of gattrib commands queueClaudio Takahasi2010-12-161-0/+1
* attrib: use btd_error_failed()Gustavo F. Padovan2010-12-141-8/+2
* Check the security level on a per request baseBruna Moreira2010-12-092-0/+15
* Remove automatic battery state change on attribute exampleClaudio Takahasi2010-12-071-19/+0
* Add btd_error_not_authorized()Gustavo F. Padovan2010-12-071-7/+1
* Create btd_error_invalid_args()Gustavo F. Padovan2010-12-071-13/+7
* Fix writing to GAttrib socket without POLLOUT eventVinicius Costa Gomes2010-12-071-2/+1
* Initial attribute permission implementationBruna Moreira2010-12-072-40/+50
* Attrib server should truncate attribute value to pdu lengthSheldon Demario2010-11-291-8/+7
* Don't trigger the discovering when registering the clientClaudio Takahasi2010-11-291-46/+1
* Fix memory leak of sdp list in the attribute clientClaudio Takahasi2010-11-291-1/+5
* Implement primary service search when creating a deviceClaudio Takahasi2010-11-291-18/+9
* Remove unused includesJohan Hedberg2010-11-281-1/+0
* Extend discover characteristic by UUID in gatttool to fetch all valuesSheldon Demario2010-11-251-1/+23
* Implement Characteristic Value Read using UUID in the gatttoolSheldon Demario2010-11-193-3/+55
* Implement Discover Primary Service by Service UUID in the gatttoolClaudio Takahasi2010-11-181-5/+60
* Add an extra parameter in the discovery primary to specify the UUIDClaudio Takahasi2010-11-184-15/+40
* Add Find By Type Value Response encoding/decoding functionsClaudio Takahasi2010-11-182-0/+53
* Implement Find by Type request encode/decodingBruna Moreira2010-11-182-3/+73
* Adding a new option to specify security level for gatttoolSheldon Demario2010-11-181-2/+13
* Use reference counting of the device object while discovering servicesClaudio Takahasi2010-11-111-1/+2
* Fix invalid reference to GATT service structureClaudio Takahasi2010-11-051-5/+4
* Enable GATT over LE link on the attribute clientClaudio Takahasi2010-11-053-11/+14
* Add support for Attribute Write RequestAnderson Lizardo2010-10-094-0/+68
* Change Battery Service on attribute sample serverClaudio Takahasi2010-10-061-1/+6
* Add PSM option for GATT/ATT over BR/EDR on gatttoolClaudio Takahasi2010-10-051-2/+4
* gatttool: fix trying to read beyond the last handleJohan Hedberg2010-10-051-0/+4
* Fix ATT OP codes to match specJohan Hedberg2010-10-051-2/+2