summaryrefslogtreecommitdiff
path: root/src/device.c
Commit message (Expand)AuthorAgeFilesLines
* core: Remove pending connection attemptClaudio Takahasi2012-06-021-0/+5
* core: Fix connected callback not being calledClaudio Takahasi2012-06-021-12/+9
* core: Fix repeated connection attemptClaudio Takahasi2012-06-021-1/+1
* core: Move UUID string definition to libDaniel Wagner2012-06-021-1/+0
* core: Remove unneeded textfile header includeClaudio Takahasi2012-05-301-1/+0
* storage: Store address type in "longtermkeys" filePaulo Alcantara2012-05-271-8/+17
* storage: Store address type in "ccc" filePaulo Alcantara2012-05-271-0/+5
* storage: Store address type in "appearance" filePaulo Alcantara2012-05-271-2/+4
* core: Fix removing device services from "primary" filePaulo Alcantara2012-05-231-1/+1
* storage: Store BLE address type in "primary" filePaulo Alcantara2012-05-231-1/+1
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-171-9/+9
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-171-9/+15
* Constify GDBus signal tablesLucas De Marchi2012-05-171-1/+1
* Constify GDBus method tablesLucas De Marchi2012-05-171-1/+1
* device: Fix tab misuseAnderson Lizardo2012-05-101-1/+1
* Remove addr_type_t definition from adapter.hClaudio Takahasi2012-04-251-31/+31
* Add address type for BLE bt_io_connect callsClaudio Takahasi2012-04-251-1/+4
* build: Remove glib-compat.h supportMarcel Holtmann2012-04-161-1/+0
* Add AUTH_TYPE_NOTIFY_PASSKEY to device_request_authenticationScott James Remnant2012-04-121-2/+57
* Pass passkey by pointer rather than by valueScott James Remnant2012-04-121-4/+5
* Rename AUTH_TYPE_NOTIFY to AUTH_TYPE_NOTIFY_PASSKEYScott James Remnant2012-04-121-4/+4
* DeviceInfo: Read PNP IDChen Ganir2012-04-041-0/+34
* device: Appearance characteristic from GAP serviceBruna Moreira2012-03-301-7/+63
* core: Fix device version in GetPropertiesChen Ganir2012-03-291-1/+1
* GATT: Replace start/end with att_rangeChen Ganir2012-03-261-3/+3
* GATT: Rename service and char structsChen Ganir2012-03-261-4/+4
* Fix not marking a reverse SDP discovery as "reverse"Vinicius Costa Gomes2012-03-201-1/+1
* Revert "core: Add provision for terminating an ATT connection"Arik Nemtsov2012-03-151-8/+0
* device: don't auto-connect on disc-cb attio callback registrationArik Nemtsov2012-03-151-4/+9
* device: Fix memory leak during GATT service updateAnderson Lizardo2012-02-161-0/+8
* device: Fix invalid D-Bus calls during Reverse GATT DiscoveryAnderson Lizardo2012-02-161-4/+8
* device: Fix invalid memory read during GATT discoveryAnderson Lizardo2012-02-161-0/+1
* device: Fix NULL pointer dereference during GATT service discoveryAnderson Lizardo2012-02-161-2/+4
* device: Add common ATT connection cleanup functionClaudio Takahasi2012-02-141-51/+30
* device: Remove GAttrib disconnect callbackClaudio Takahasi2012-02-141-6/+23
* attrib-server: Remove GAttrib disconnect callbackClaudio Takahasi2012-02-141-1/+1
* device: Fix trying to connect if already connectedVinicius Costa Gomes2012-02-141-3/+8
* device: Fix notifying ATTIO drivers when browsingClaudio Takahasi2012-02-141-13/+12
* device: Consolidate ATT connection managementClaudio Takahasi2012-02-141-63/+88
* device: Remove unused variableClaudio Takahasi2012-02-091-4/+0
* adapter_opts: Add address type to block() and unblock()Johan Hedberg2012-02-091-2/+4
* adapter_ops: Add address type to disconnect()Johan Hedberg2012-02-091-1/+2
* adapter_ops: Add address type to remove_bonding()Johan Hedberg2012-02-091-2/+4
* device: Remove unused fields from browse_reqAndre Guedes2012-02-091-2/+0
* device: Move GAttrib reference to deviceAndre Guedes2012-02-091-14/+3
* device: Remove unused function parameterAndre Guedes2012-02-091-10/+7
* device: Use att_io in device_browse_primaryAndre Guedes2012-02-091-7/+11
* device: Shutdown connection if ATTIO list is emptyAndre Guedes2012-02-091-0/+6
* device: Reply ATT requests during bondingAndre Guedes2012-02-091-0/+47
* device: Fix invalid read in att_connect_cbAndre Guedes2012-02-091-1/+11