summaryrefslogtreecommitdiff
path: root/src/device.h
Commit message (Expand)AuthorAgeFilesLines
* Fix device address type trackingJohan Hedberg2011-12-231-12/+6
* Add set auto connect in deviceClaudio Takahasi2011-10-051-0/+1
* Add Vendor, Product and Version properties to org.bluez.DeviceLuiz Augusto von Dentz2011-10-011-0/+3
* Add support for blacklisting eventsAntti Julku2011-09-011-0/+5
* Clean up device bonding removalJohan Hedberg2011-07-111-1/+1
* Fix unpair device when disconnected for No BondingDmitriy Paliy2011-07-111-0/+1
* Add support of secure pin code in mgmt codeWaldemar Rymarkiewicz2011-06-081-1/+1
* Cleanup of device class update signalSheldon Demario2011-05-191-0/+1
* Cleanup: remove header declared but not definedClaudio Takahasi2011-04-201-4/+0
* Fix primary services registration from storage for basic rateClaudio Takahasi2011-04-141-0/+2
* Remove btd_device_add_service functionClaudio Takahasi2011-04-141-1/+0
* Cleanup primary service registration from storageClaudio Takahasi2011-04-141-2/+2
* Move SSP auto-accept handling completely inside hciopsJohan Hedberg2011-02-171-1/+0
* Refactor pairing code to match the management interfaceJohan Hedberg2011-01-281-6/+0
* Keep connection handle information inside adapter_opsJohan Hedberg2011-01-211-5/+2
* Change CreatePairedDevice to support LE devicesSheldon Demario2010-12-241-1/+4
* Add the btd_ prefix to device_add_serviceVinicius Costa Gomes2010-12-231-1/+1
* Add a way to retrieve ATT primary servicesVinicius Costa Gomes2010-12-231-0/+3
* Add support for creating devices from stored typesVinicius Costa Gomes2010-12-231-0/+1
* Fix clearing authentication request for renewed keysJohan Hedberg2010-12-191-0/+1
* Add device type to identify LE, BR/EDR or dual mode devicesClaudio Takahasi2010-12-071-2/+9
* Check the device type when creating the deviceClaudio Takahasi2010-11-291-2/+3
* Add "Services" property in the org.bluez.Device interfaceVinicius Costa Gomes2010-09-301-0/+1
* Fix wrong parameter name in device.hJose Antonio Santos Cadenas2010-09-221-1/+1
* Fix not deleting stored keys when a new one is createdLuiz Augusto von Dentz2010-08-111-1/+1
* Store debug keys in runtime memoryJohan Hedberg2010-06-121-0/+2
* Remove unnecessary device_set_agent functionJohan Hedberg2010-06-121-1/+0
* Fix Device.SetProperty("Trusted",... always emit PropertyChangedLuiz Augusto Von Dentz2010-04-221-0/+1
* Update Nokia copyrightsJohan Hedberg2010-01-071-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Add proper tracking of device paired statusJohan Hedberg2009-10-071-0/+1
* Fix link key removal for temporary device connection failuresJohan Hedberg2009-10-051-0/+1
* Add public device_get_name functionJohan Hedberg2009-10-021-0/+1
* Fix extra PropertyChanged signal sent after DeviceRemoved.Claudio Takahasi2009-09-221-2/+1
* Fix pairing process even if the ACL gets dropped before successful SDPJohan Hedberg2009-06-011-0/+1
* Fix race condition on device removal.Luiz Augusto von Dentz2009-05-181-1/+1
* Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz2009-04-271-1/+2
* Add support to disconnect watch registration.Luiz Augusto von Dentz2009-04-221-0/+8
* Introduce btd_device_ref and btd_device_unref.Luiz Augusto von Dentz2009-04-221-0/+3
* Fix device removal while there's an authorization request pendingJohan Hedberg2009-04-111-0/+2
* Include the Paired property in the DeviceFound signalsJohan Hedberg2009-03-151-0/+1
* Fix emitting duplicated PropertyChanged signals for device Name property.Luiz Augusto von Dentz2009-02-131-0/+1
* Fix resetting trusts on every reboot.Luiz Augusto von Dentz2009-02-121-1/+1
* Add support for HCI_Simple_Pairing_Complete eventJohan Hedberg2009-02-031-0/+1
* Fix authentication replies when disconnectedJohan Hedberg2009-02-031-1/+1
* Require MITM for dedicated bonding if the remote side is capable of itJohan Hedberg2009-01-161-0/+1
* Don't remove linkkeys upon adapter removalJohan Hedberg2009-01-131-1/+2
* Don't do reverse SDP for renewed link keysJohan Hedberg2009-01-131-0/+1
* Handle active connection using device object.Luiz Augusto von Dentz2009-01-111-3/+6
* Move bonding creation to device.c.Luiz Augusto von Dentz2009-01-111-4/+23