summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: Remove bogus adapter->up check from probe_driver()Johan Hedberg2012-03-021-3/+0
* core: Fix initial adapter stateJohan Hedberg2012-02-224-8/+6
* core: Fix block/unblock events for non-exitent devicesJohan Hedberg2012-02-191-2/+4
* mgmt: Update implementation to match latest APIJohan Hedberg2012-02-172-2/+4
* 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
* adapter: Fix possible invalid memory accessVinicius Costa Gomes2012-02-141-2/+4
* attrib-server: Fix invalid IO channel unrefClaudio Takahasi2012-02-141-1/+0
* 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-143-13/+21
* 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
* event: Add btd_event_device_unpaired callbackJohan Hedberg2012-02-092-0/+18
* adapter_opts: Add address type to block() and unblock()Johan Hedberg2012-02-093-11/+17
* adapter_ops: Add address type to confirm_reply and passkey_replyJohan Hedberg2012-02-093-12/+18
* adapter_ops: Add address type to disconnect()Johan Hedberg2012-02-093-5/+8
* adapter_ops: Add address type to remove_bonding()Johan Hedberg2012-02-093-6/+10
* 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
* device: Split att_connect_cbAndre Guedes2012-02-091-15/+33
* attrib-server: Fix bad error messageSantiago Carot-Nemesio2012-02-091-1/+1
* attrib-server: Fix memory leak attaching attribute channelsSantiago Carot-Nemesio2012-02-091-1/+7
* device: Fix doing SDP discovery for LE devicesVinicius Costa Gomes2012-02-031-2/+7
* attrib-server: Allocate 128-bits UUIDs using highest available handlersSantiago Carot-Nemesio2012-02-031-1/+41
* glib-compat: Add g_list_free_full to deal with issues in old GLib versionsSantiago Carot-Nemesio2012-02-031-0/+8
* attrib-server: Set database uuids as a double linked listSantiago Carot-Nemesio2012-02-031-34/+41
* attrib-server: Allocate 16-bits UUIDS at the begining of the listSantiago Carot-Nemesio2012-02-031-6/+36
* gatt-service: Provide service uuid in attrib_db_find_avail functionSantiago Carot-Nemesio2012-02-032-2/+4
* core: Add provision for terminating an ATT connectionSmriti Gupta2012-02-021-0/+8
* device: Fix segmentation fault removing devicesSantiago Carot-Nemesio2012-02-021-1/+3
* adapter_ops: Add address type information to the pair_device commandVinicius Costa Gomes2012-01-313-5/+8
* device: Fix not using the "bonded" property for new bondingsVinicius Costa Gomes2012-01-311-15/+1
* device: Fix not using the same way for pairing LE devicesVinicius Costa Gomes2012-01-311-9/+1
* device: Fix doing SDP discovery for LE devices after bonding is completeVinicius Costa Gomes2012-01-311-2/+6
* device: Fix setting the device as bonded when restoring from the LTKVinicius Costa Gomes2012-01-311-0/+5
* event: Add type information to the mgmt "Device Connected" eventVinicius Costa Gomes2012-01-314-2/+13
* attrib-server: Fix missing NULL check for adapter_find_deviceJohan Hedberg2012-01-311-2/+2
* Remove the SMP Long Term Key when the device is removedVinicius Costa Gomes2012-01-231-0/+1
* Use the helper function to convert a string to a binary bufferVinicius Costa Gomes2012-01-231-7/+1
* Add support for creating devices from the stored LTK'sVinicius Costa Gomes2012-01-231-3/+106