summaryrefslogtreecommitdiffstats
path: root/src/dbus-hci.h
Commit message (Collapse)AuthorAgeFilesLines
* Move link key writing from security.c to dbus-hci.cJohan Hedberg2009-02-041-2/+3
| | | | | This refactoring is preparation for more fine-grained link key writing control with e.g. SSP "no bonding" use cases.
* Add support for HCI_Simple_Pairing_Complete eventJohan Hedberg2009-02-031-0/+1
| | | | | | When we are the acceptors of a pairing request and we have used the Agent.DisplayPasskey we need to use the Simple Pairing Complete HCI event for calling Agent.Cancel.
* Fix new pairing detection with SSPJohan Hedberg2009-01-131-1/+2
| | | | | Propagate old and new link key type info to dbus-hci.c so it can know whether this is a new pairing or not.
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Remove unused functionsJohan Hedberg2008-11-191-2/+0
|
* Move set_limited_discoverable() from dbus-hci.c to adapter.cJohan Hedberg2008-11-191-1/+0
| | | | | The function was only used from within adapter.c so it makes sense to have it static inside adapter.c
* Remove prototype for non-existent functionJohan Hedberg2008-11-121-2/+0
|
* Add support for setting major and minor class togetherMarcel Holtmann2008-09-291-0/+2
|
* Make sure to always add Alias and Icon propertyMarcel Holtmann2008-09-291-0/+2
|
* Add functions to write major and minor device classMarcel Holtmann2008-09-291-0/+2
|
* Don't do bonding_process_complete upon link_key_notifyJohan Hedberg2008-09-261-0/+1
|
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-2/+2
|
* Adding adapter_free_bonding_request.Alok Barsode2008-09-031-2/+0
|
* Adding adapter_search_active_conn_by_bdaddr andAlok Barsode2008-09-031-1/+0
| | | | adapter_search_active_conn_by_handle.
* Moving found_device_cmp to adapter.cAlok Barsode2008-08-291-2/+0
|
* Cleanup: declaring some functions as static and removed some useless ↵Claudio Takahasi2008-08-261-6/+0
| | | | declarations
* Cleanup: declaring some functions as staticClaudio Takahasi2008-08-251-2/+0
|
* Remove SDP server and experimental optionMarcel Holtmann2008-08-041-2/+0
|
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-0/+76