summaryrefslogtreecommitdiff
path: root/attrib
Commit message (Expand)AuthorAgeFilesLines
* gatt: Improve characteristics discoveryPaulo Borges2012-12-011-1/+1
* gatt: Fix memory leak in characteristic discoveryPaulo Borges2012-12-011-3/+3
* gatt: Update characteristic names translation tableAndrzej Kaczmarek2012-11-131-0/+23
* gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes2012-10-115-18/+42
* attrib: Fix not checking if att_data_list_alloc failsVinicius Costa Gomes2012-10-111-0/+6
* att: Fix sending pdu's with invalid dataVinicius Costa Gomes2012-10-111-0/+3
* att: Replace ATT_MAX_MTU with ATT_MAX_VALUE_LENVinicius Costa Gomes2012-10-111-1/+1
* attrib: Remove all the usages of ATT_MAX_MTUVinicius Costa Gomes2012-10-112-2/+2
* gattrib: Fix ignoring the error message when write failsVinicius Costa Gomes2012-10-111-1/+7
* attrib: Remove opcode parameter from g_attrib_send()Vinicius Costa Gomes2012-10-096-40/+33
* gatttool: Add "included" commandJefferson Delfes2012-10-091-0/+60
* gatt: Add support for find included servicesVinicius Costa Gomes2012-10-092-0/+201
* device: Convert device_get_address into simple getterSzymon Janc2012-10-051-26/+16
* adapter: Convert adapter_get_address into simple getterSzymon Janc2012-10-051-1/+1
* attrib: Get address type using gatt_get_address()Anderson Lizardo2012-10-021-4/+1
* gatt: Remove offset parameter from gatt_read_charJefferson Delfes2012-10-015-37/+15
* attrib: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-212-25/+19
* gatttool: Fix Characteristic descriptor discoveryClaudio Takahasi2012-09-201-9/+13
* gatt: Translate Characteristic namesChen Ganir2012-09-041-3/+72
* gatt: Fix whitespace in UUID definitionsAndrzej Kaczmarek2012-09-031-2/+2
* Add profile abstraction (replaces btd_device drivers)Johan Hedberg2012-09-031-0/+1
* Update code base to use the new BtIO APIJohan Hedberg2012-08-284-16/+10
* gatt: Don't raise error if declaration was foundClaudio Takahasi2012-08-201-4/+4
* gatt: Return not found if characteritics is emptyClaudio Takahasi2012-08-201-1/+2
* att: Add Find Info Response Format constantsClaudio Takahasi2012-08-201-0/+4
* gatt: Primary service interval may not changeClaudio Takahasi2012-08-201-0/+1
* attrib: Fix naming and variable types of security requirementsJohan Hedberg2012-08-152-10/+10
* attrib: Use proper types for size variablesJohan Hedberg2012-08-1510-149/+163
* gatt: Add support to GATT Write Long CharacteristicEder Ruiz Maria2012-08-154-7/+110
* att: Add encode/decode execute write supportEder Ruiz Maria2012-08-152-0/+37
* att: Add prepare write supportEder Ruiz Maria2012-08-152-0/+59
* gatt: Add a new descriptor UUIDJoão Paulo Rechi Vita2012-08-141-0/+1
* gatt: add Report Reference descriptor UUIDClaudio Takahasi2012-07-091-0/+1
* generic attribute: Use GAttrib bufferClaudio Takahasi2012-06-271-2/+4
* gatttool: Use GAttrib bufferClaudio Takahasi2012-06-272-4/+8
* ATT: Avoid invalid memory access for large PDUClaudio Takahasi2012-06-274-13/+19
* Fix GDBus flags after conversion to macrosLucas De Marchi2012-06-271-1/+1
* gattrib: Make event callback identifiers globally uniqueJohan Hedberg2012-06-081-2/+2
* gattrib: Fix protection of GAttrib while calling callbacksJohan Hedberg2012-06-071-0/+4
* Remove workaround in gatt_connectAndre Guedes2012-06-071-13/+0
* Fix gatt_connect for BR/EDRAndre Guedes2012-06-071-1/+1
* Remove omtu parameter from LE bt_io_connect callsAndre Guedes2012-06-071-1/+0
* gattrib: Fix g_attrib_set_mtuAndre Guedes2012-06-071-8/+0
* gattrib: Fix GAttrib buffer allocationAndre Guedes2012-06-071-12/+20
* gattrib: Fix a premature response timer removalIdo Yariv2012-06-071-5/+5
* att: Start application error codes from the beginning of the rangeJohan Hedberg2012-06-061-3/+3
* attrib: Fix always requiring high securityJohan Hedberg2012-06-061-1/+9
* gattrib: Fix command timeout handlingJohan Hedberg2012-06-053-1/+34
* GATT: Avoid unneeded discover transactionClaudio Takahasi2012-05-301-1/+1
* gattrib: Fix a request/response command deadlockIdo Yariv2012-05-301-24/+87