summaryrefslogtreecommitdiff
path: root/attrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* GATT: Move GATT assigned numbers to GATT headerClaudio Takahasi2012-05-303-28/+30
* GATT: Rename Characteristic Configuration constantsClaudio Takahasi2012-05-301-2/+2
* storage: Store address type in "attributes" filePaulo Alcantara2012-05-271-1/+5
* storage: Store address type in "characteristics"Paulo Alcantara2012-05-271-10/+15
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-171-6/+6
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-171-10/+18
* Constify GDBus method tablesLucas De Marchi2012-05-171-2/+2
* gatttool: Add option to specify LE address typeAndrzej Kaczmarek2012-05-074-11/+33
* gatttool: Fix handle parsing in cmd_char_write()Andrzej Kaczmarek2012-04-261-2/+2
* build: Remove glib-compat.h supportMarcel Holtmann2012-04-163-4/+0
* attrib: Fix D-Bus service disconnect watch removalAnderson Lizardo2012-04-041-3/+2
* gattrib: Protect GAttrib when there is a pending writeClaudio Takahasi2012-04-031-4/+8