summaryrefslogtreecommitdiff
path: root/attrib/client.c
Commit message (Expand)AuthorAgeFilesLines
* core: Remove attribute client APIJohan Hedberg2012-12-131-1218/+0
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Reorder btio.h includesLucas De Marchi2012-12-051-1/+1
* Use the entire include path for btio.hLucas De Marchi2012-12-051-1/+1
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* gatt: Update characteristic names translation tableAndrzej Kaczmarek2012-11-131-0/+23
* gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes2012-10-111-2/+2
* attrib: Remove opcode parameter from g_attrib_send()Vinicius Costa Gomes2012-10-091-2/+1
* 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-011-6/+6
* attrib: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-23/+18
* gatt: Translate Characteristic namesChen Ganir2012-09-041-3/+72
* Add profile abstraction (replaces btd_device drivers)Johan Hedberg2012-09-031-0/+1
* Update code base to use the new BtIO APIJohan Hedberg2012-08-281-6/+4
* attrib: Use proper types for size variablesJohan Hedberg2012-08-151-1/+1
* generic attribute: Use GAttrib bufferClaudio Takahasi2012-06-271-2/+4
* Fix GDBus flags after conversion to macrosLucas De Marchi2012-06-271-1/+1
* attrib: Fix always requiring high securityJohan Hedberg2012-06-061-1/+9
* 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
* build: Remove glib-compat.h supportMarcel Holtmann2012-04-161-1/+0
* attrib: Fix D-Bus service disconnect watch removalAnderson Lizardo2012-04-041-3/+2
* attrib: Fix missing Discovery reply when disconnectedClaudio Takahasi2012-04-031-0/+14
* 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
* GATT: Replace start/end with att_rangeChen Ganir2012-03-261-5/+5
* GATT: Rename service and char structsChen Ganir2012-03-261-6/+6
* attrib-client: Fix consecutive set value when disconnectedClaudio Takahasi2011-12-271-3/+5
* attrib-client: Fix GAttrib reference countingClaudio Takahasi2011-12-271-3/+7
* attrib-client: Remove unused SDP header includesClaudio Takahasi2011-12-271-2/+0
* Fix device address type trackingJohan Hedberg2011-12-231-1/+1
* Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg2011-10-181-1/+1
* Add on demand characteristic writeClaudio Takahasi2011-07-271-5/+37
* On demand connection for characteristics discoveryClaudio Takahasi2011-07-271-9/+75
* Register ATT connection callback based on watchersClaudio Takahasi2011-07-271-23/+32
* Change GAttrib ref counting in Generic AttributeClaudio Takahasi2011-07-271-12/+0
* Remove implicit connection from generic APIClaudio Takahasi2011-07-271-111/+10
* Register the ATT connection callbacksClaudio Takahasi2011-07-271-0/+22
* Cleanup of primary service structsClaudio Takahasi2011-07-271-188/+144
* Cleanup of primary service registrationClaudio Takahasi2011-07-271-23/+24