summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
Commit message (Expand)AuthorAgeFilesLines
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-58/+0
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-2/+4
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-281-2/+2
* Renaming device to btd_device and making theAlok Barsode2008-07-281-22/+16
* Moving struct device to device.cAlok Barsode2008-07-281-19/+0
* Adding device_get_auth.Alok Barsode2008-07-281-0/+1
* Adding device_set_auth.Alok Barsode2008-07-281-0/+1
* Adding device_set_cap.Alok Barsode2008-07-281-0/+1
* Adding device_set_temporary.Alok Barsode2008-07-281-0/+1
* Adding device_is_temporary.Alok Barsode2008-07-281-0/+1
* Adding device_is_busy.Alok Barsode2008-07-281-0/+1
* Adding device_set_agent.Alok Barsode2008-07-281-0/+1
* Adding device_get_agent.Alok Barsode2008-07-281-0/+1
* Adding device_get_path.Alok Barsode2008-07-281-0/+1
* Adding device_get_address.Alok Barsode2008-07-281-0/+1
* Adding device_get_adapter.Alok Barsode2008-07-281-0/+1
* Added uuid128 support for device DiscoverServicesClaudio Takahasi2008-06-301-1/+1
* Fix probing and removing drivers when discovering services.Luiz Augusto von Dentz2008-06-261-2/+2
* Cleanup device_browse code.Luiz Augusto von Dentz2008-06-251-1/+1
* Only allow discover requestor to cancel it.Luiz Augusto von Dentz2008-06-171-0/+3
* Store IO capabilities of remote device in device objectJohan Hedberg2008-06-121-0/+4
* Use the pattern parameter in DiscoverServices()Marcel Holtmann2008-06-101-1/+1
* Added device DisconnectClaudio Takahasi2008-06-091-0/+1
* First attempt at Device.DiscoverServices() implementationMarcel Holtmann2008-06-091-1/+1
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-081-2/+9
* Make sure to probe drivers on startupMarcel Holtmann2008-06-081-0/+1
* Keep track of attached driversMarcel Holtmann2008-06-081-0/+1
* More cleanups and less castingMarcel Holtmann2008-06-061-1/+1
* Add first skeletion of device driver integrationMarcel Holtmann2008-05-281-0/+12
* Added local agent in CreatePairedDeviceCidorvan Leite2008-04-101-0/+1
* Fix CreatePairedDevice and CreateDevice behavior.Luiz Augusto von Dentz2008-04-081-4/+4
* hcid: temporary devices, now devices created at incoming pairing are removed ...Vinicius Gomes2008-04-071-1/+1
* Implement support for new Agent.RequestPasskeyJohan Hedberg2008-03-201-0/+1
* device: adding device_remove functionVinicius Gomes2008-03-201-0/+2
* Created devices from linkkeysCidorvan Leite2008-03-131-0/+1
* Add device SetProperty implementation and mark it and GetProperties experimen...Luiz Augusto von Dentz2008-03-131-0/+2
* cleanup: removed device's static D-Bus connection referenceClaudio Takahasi2008-03-131-4/+3
* Keep a list of device's structure pointers instead of pathsClaudio Takahasi2008-03-121-5/+2
* CreateDevice: Check if the device already existsClaudio Takahasi2008-03-111-0/+1
* minor cleanup: replace char by gcharClaudio Takahasi2008-03-111-5/+5
* added new function to convert uuid to string(uuid128)Claudio Takahasi2008-03-101-2/+2
* Intial device GetProperties implementation.Luiz Augusto von Dentz2008-03-101-0/+1
* extract the service class uuidClaudio Takahasi2008-03-071-2/+2
* Registering device's object pathClaudio Takahasi2008-03-071-2/+5
* Adding Device InterfaceVinicius Gomes2008-03-051-2/+2
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
* Add initial steps for generic device handlingMarcel Holtmann2007-08-171-0/+32