summaryrefslogtreecommitdiff
path: root/attrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* attrib: Fix missing Discovery reply when disconnectedClaudio Takahasi2012-04-031-0/+14
* att: add remote btd_device to ATT read/write callbacksArik Nemtsov2012-04-033-20/+44
* attrib: Attempt to remove attio callback on watcher exitAnderson Lizardo2012-03-301-0/+1
* attrib: Fix missing D-Bus message unref on DiscoverCharacteristicsClaudio Takahasi2012-03-301-0/+3
* attrib: Register only new characteristics foundClaudio Takahasi2012-03-301-2/+1
* attrib: Move Characteristic Discovery reply to a new functionClaudio Takahasi2012-03-301-17/+27
* attrib: Discover Characteristics if already connectedClaudio Takahasi2012-03-301-25/+24
* attrib: Centralize ATTIO connection managementClaudio Takahasi2012-03-301-16/+24
* gatttool: Update interactive prompt if connection is lostJefferson Delfes2012-03-281-12/+27
* GATT: Replace start/end with att_rangeChen Ganir2012-03-265-11/+10
* GATT: Rename service and char structsChen Ganir2012-03-266-27/+27
* gatttool: Add command completion for interactive modeJefferson Delfes2012-02-291-0/+28
* GAttrib: Remove unused functionClaudio Takahasi2012-02-142-24/+1
* GAttrib: Fix leak when remote disconnectsClaudio Takahasi2012-02-091-2/+3
* GAttrib: Add debug message for GAttrib referencesClaudio Takahasi2012-02-091-1/+10
* gatt-service: Provide service uuid in attrib_db_find_avail functionSantiago Carot-Nemesio2012-02-031-1/+1
* gatt-service: Move va_end just after processing the argument listSantiago Carot-Nemesio2012-02-031-1/+3
* gatt-service: Add support for 128-bit Bluetooth UUIDsSantiago Carot-Nemesio2012-02-032-17/+42
* gatt-service: Add missing user_data parameter for callbacksSantiago Carot-Nemesio2012-01-091-0/+4
* gatt-service: Delete attributes when service registration failsSantiago Carot-Nemesio2012-01-091-4/+25
* gatt-service: Add adapter in gatt_service_add functionSantiago Carot-Nemesio2011-12-302-19/+15
* attrib-server: Add adapter in attrib_db_addSantiago Carot-Nemesio2011-12-301-5/+10
* attrib-server: Add adapter to attrib_db_find_avail functionSantiago Carot-Nemesio2011-12-301-1/+3
* attrib-client: Fix consecutive set value when disconnectedClaudio Takahasi2011-12-271-3/+5
* attrib-client: Fix GAttrib reference countingClaudio Takahasi2011-12-271-3/+7