summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Collapse)AuthorAgeFilesLines
* Move adapter initialization code from dbus-hci.c to manager.c.Luiz Augusto von Dentz2008-07-286-424/+426
|
* Renaming device to btd_device and making theAlok Barsode2008-07-288-114/+103
| | | | | | necessary changes in plugins. Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Moving struct device to device.cAlok Barsode2008-07-282-19/+19
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding device_get_auth.Alok Barsode2008-07-283-1/+7
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding device_set_auth.Alok Barsode2008-07-283-1/+10
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding device_set_cap.Alok Barsode2008-07-283-1/+10
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding device_set_temporary.Alok Barsode2008-07-284-6/+15
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding device_is_temporary.Alok Barsode2008-07-284-6/+12
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding device_is_busy.Alok Barsode2008-07-283-1/+7
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding device_set_agent.Alok Barsode2008-07-284-4/+17
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding device_get_agent.Alok Barsode2008-07-285-20/+54
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding device_get_path.Alok Barsode2008-07-286-17/+62
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding device_get_address.Alok Barsode2008-07-284-8/+27
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding device_get_adapter.Alok Barsode2008-07-284-4/+15
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Cleanup device.c and move adapter initialization to manager.c.Luiz Augusto von Dentz2008-07-283-681/+678
|
* Remove dbus-error.c dbus-error.hLuiz Augusto von Dentz2008-07-287-139/+17
|
* Remove dbus-sdp.c and dbus-sdp.h.Luiz Augusto von Dentz2008-07-286-1171/+37
|
* Cleanup dbus-database.c.Luiz Augusto von Dentz2008-07-282-162/+0
|
* Remove pending disconnect from adapter.c.Luiz Augusto von Dentz2008-07-283-84/+0
|
* Further cleanups to dbus-hci.c.Luiz Augusto von Dentz2008-07-281-87/+5
|
* Further cleanups to device.c.Luiz Augusto von Dentz2008-07-281-12/+1
|
* Further cleanup adapter.cLuiz Augusto von Dentz2008-07-281-235/+2
|
* Remove deprecated object paths and files.Luiz Augusto von Dentz2008-07-2813-1825/+7
|
* Remove BASE_PATH define.Luiz Augusto von Dentz2008-07-286-73/+11
|
* Cleanup dbus-hci.c and make hcid to only register adapters on /hciX.Luiz Augusto von Dentz2008-07-283-252/+82
|
* Cleanup hci adapter.Luiz Augusto von Dentz2008-07-281-2400/+23
|
* Cleanup hci manager.Luiz Augusto von Dentz2008-07-281-312/+11
|
* Don't try to load plugins if no directory is specifiedMarcel Holtmann2008-07-111-0/+3
|
* Fix memory leakMarcel Holtmann2008-07-111-1/+3
|
* Allow bonding during periodic inquiryMarcel Holtmann2008-07-111-1/+1
|
* Add include for <limits.h>Marcel Holtmann2008-07-101-0/+1
|
* Removed unused variableClaudio Takahasi2008-06-301-1/+0
|
* Added uuid128 support for device DiscoverServicesClaudio Takahasi2008-06-305-18/+13
|
* Accept friendly names for discover servicesClaudio Takahasi2008-06-303-36/+1
|
* Don't use lib prefix for pluginsMarcel Holtmann2008-06-301-1/+1
|
* Fix authorization when experiemental is disabled.Luiz Augusto von Dentz2008-06-272-7/+8
|
* Fix probing and removing drivers when discovering services.Luiz Augusto von Dentz2008-06-264-53/+136
|
* Cleanup device_browse code.Luiz Augusto von Dentz2008-06-254-52/+55
|
* Fix uninitialized variable in passkey request handlingMarcel Holtmann2008-06-241-1/+1
|
* Use safe PDU extract functionsMarcel Holtmann2008-06-242-8/+9
|
* Remove the Mono exampleMarcel Holtmann2008-06-221-159/+0
|
* Update D-Bus configuration fileMarcel Holtmann2008-06-221-3/+6
|
* Remove the obsolete todo documentMarcel Holtmann2008-06-221-21/+0
|
* Make RemoveDevice to return when the device is busy discovering services.Luiz Augusto von Dentz2008-06-182-9/+10
|
* Fix driver comparisonMarcel Holtmann2008-06-181-1/+9
|
* Fix DiscoverDevice to wait untils the browse finishes to release the name ↵Luiz Augusto von Dentz2008-06-181-25/+29
| | | | listener.
* Only allow discover requestor to cancel it.Luiz Augusto von Dentz2008-06-172-9/+68
|
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-174-21/+179
|
* Set request structure to zeroMarcel Holtmann2008-06-161-0/+1
|
* Fix bt_cancel_discovery to only succeed when there is a discover to cancel.Luiz Augusto von Dentz2008-06-161-1/+4
|