summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
Commit message (Expand)AuthorAgeFilesLines
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-2030/+0
* Adding adapter_set_scan_mode and adapter_get_scan_mode.Alok Barsode2008-07-291-4/+4
* Adding adapter_set_discov_timeout and adapter_remove_discov_timeout.Alok Barsode2008-07-291-57/+4
* Adding adapter_get_address.Alok Barsode2008-07-281-1/+2
* Adding adapter_get_path.Alok Barsode2008-07-281-15/+38
* Adding adapter_get_dev_id.Alok Barsode2008-07-281-23/+45
* Cleanup adapter startup.Luiz Augusto von Dentz2008-07-281-14/+11
* Integrate struct hci_dev into struct adapter.Luiz Augusto von Dentz2008-07-281-2/+2
* Move adapter initialization code from dbus-hci.c to manager.c.Luiz Augusto von Dentz2008-07-281-408/+0
* Renaming device to btd_device and making theAlok Barsode2008-07-281-18/+18
* Adding device_get_auth.Alok Barsode2008-07-281-1/+1
* Adding device_set_auth.Alok Barsode2008-07-281-1/+1
* Adding device_set_cap.Alok Barsode2008-07-281-1/+1
* Adding device_set_temporary.Alok Barsode2008-07-281-4/+4
* Adding device_is_temporary.Alok Barsode2008-07-281-1/+1
* Adding device_set_agent.Alok Barsode2008-07-281-1/+1
* Adding device_get_agent.Alok Barsode2008-07-281-16/+30
* Adding device_get_path.Alok Barsode2008-07-281-7/+24
* Adding device_get_address.Alok Barsode2008-07-281-4/+9
* Adding device_get_adapter.Alok Barsode2008-07-281-3/+3
* Cleanup device.c and move adapter initialization to manager.c.Luiz Augusto von Dentz2008-07-281-2/+1
* Remove dbus-error.c dbus-error.hLuiz Augusto von Dentz2008-07-281-7/+11
* Remove pending disconnect from adapter.c.Luiz Augusto von Dentz2008-07-281-21/+0
* Further cleanups to dbus-hci.c.Luiz Augusto von Dentz2008-07-281-87/+5
* Remove deprecated object paths and files.Luiz Augusto von Dentz2008-07-281-42/+1
* Remove BASE_PATH define.Luiz Augusto von Dentz2008-07-281-7/+3
* Cleanup dbus-hci.c and make hcid to only register adapters on /hciX.Luiz Augusto von Dentz2008-07-281-231/+75
* Added uuid128 support for device DiscoverServicesClaudio Takahasi2008-06-301-1/+2
* Fix probing and removing drivers when discovering services.Luiz Augusto von Dentz2008-06-261-3/+4
* Cleanup device_browse code.Luiz Augusto von Dentz2008-06-251-2/+1
* Improve the auth requirement handlingMarcel Holtmann2008-06-161-29/+46
* Store IO capabilities of remote device in device objectJohan Hedberg2008-06-121-0/+18
* Remove unnecessary empty lineJohan Hedberg2008-06-121-1/+0
* Track agent request status in conjunction with authentication requestsJohan Hedberg2008-06-121-12/+54
* Don't use raw HCI for tracking authentication request statusJohan Hedberg2008-06-121-22/+7
* Move authentication request functions into adapter.cJohan Hedberg2008-06-121-58/+14
* Make hcid_dbus_new_auth_request private to dbus-hci.cJohan Hedberg2008-06-121-11/+22
* Minor whitespace issueJohan Hedberg2008-06-121-1/+0
* Rename pin_reqs o auth_reqs since it's tracking SSP tooJohan Hedberg2008-06-121-19/+19
* Use adapter_find_device instead of adapter_get_device when freeing bonding infoJohan Hedberg2008-06-121-1/+1
* Fix use of uninitialized memory when getting local name failsJohan Hedberg2008-06-111-3/+1
* Use strerror to show HCIGETAUTHINFO ioctl errorJohan Hedberg2008-06-111-1/+2
* If we have no agent then capability is no input and no outputMarcel Holtmann2008-06-111-1/+1
* Use auth requirement proposed by kernel if availableMarcel Holtmann2008-06-111-6/+3
* Allow auto-accept with no agent presentMarcel Holtmann2008-06-111-0/+4
* Parse the IO capa response eventMarcel Holtmann2008-06-111-2/+8
* Use the pattern parameter in DiscoverServices()Marcel Holtmann2008-06-101-1/+2
* Store hci status in authentication complete caseJohan Hedberg2008-06-101-1/+4
* Don't do pending authentication replies if we already got an authentication f...Johan Hedberg2008-06-101-0/+12
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-06-091-3/+11