summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
Commit message (Expand)AuthorAgeFilesLines
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-185/+0
* Adding adapter_set_scan_mode and adapter_get_scan_mode.Alok Barsode2008-07-291-1/+3
* Adding adapter_set_discov_timeout and adapter_remove_discov_timeout.Alok Barsode2008-07-291-1/+3
* Adding adapter_free.Alok Barsode2008-07-291-0/+1
* Adding adapter_get_address.Alok Barsode2008-07-281-0/+1
* Adding adapter_get_path.Alok Barsode2008-07-281-0/+1
* Adding adapter_get_dev_id.Alok Barsode2008-07-281-0/+1
* Adding adapter_create.Alok Barsode2008-07-281-0/+1
* Cleanup adapter startup.Luiz Augusto von Dentz2008-07-281-0/+12
* Remove unused code.Luiz Augusto von Dentz2008-07-281-1/+0
* Integrate struct hci_dev into struct adapter.Luiz Augusto von Dentz2008-07-281-1/+17
* Renaming device to btd_device and making theAlok Barsode2008-07-281-4/+4
* Remove pending disconnect from adapter.c.Luiz Augusto von Dentz2008-07-281-16/+0
* Track agent request status in conjunction with authentication requestsJohan Hedberg2008-06-121-0/+1
* Don't use raw HCI for tracking authentication request statusJohan Hedberg2008-06-121-1/+2
* Move authentication request functions into adapter.cJohan Hedberg2008-06-121-0/+7
* Document current purpose of auth_reqsJohan Hedberg2008-06-121-1/+2
* Rename pin_reqs o auth_reqs since it's tracking SSP tooJohan Hedberg2008-06-121-1/+1
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-06-091-0/+2
* Add support for Simple Pairing User Notification eventJohan Hedberg2008-06-091-0/+1
* Further cleanup of authentication logicJohan Hedberg2008-06-061-1/+8
* Changed old Adapter methods to use gdbusClaudio Takahasi2008-06-041-0/+1
* Rework new agent logicJohan Hedberg2008-06-031-0/+1
* Remove the agents_disable capabilityMarcel Holtmann2008-06-031-1/+0
* Converted Adapter interface to use new GDBusMethodTableClaudio Takahasi2008-06-031-1/+2
* Use guint identifier for all name_listener operationsJohan Hedberg2008-05-271-0/+3
* hcid: removing device object when some error occurs during bonding processVinicius Gomes2008-04-141-0/+2
* Emit signals properly when removing a device.Luiz Augusto von Dentz2008-04-111-3/+2
* Added local agent in CreatePairedDeviceCidorvan Leite2008-04-101-0/+3
* Fix temporary device removal not emitting DeviceRemoved.Luiz Augusto von Dentz2008-04-091-0/+3
* Fix CreatePairedDevice and CreateDevice behavior.Luiz Augusto von Dentz2008-04-081-3/+2
* cleanup: unused listClaudio Takahasi2008-04-041-1/+0
* hcid: creating the device object when the pair is initiated by the remote dev...Vinicius Gomes2008-04-031-1/+4
* Change last_mode to global_mode.Luiz Augusto von Dentz2008-04-021-1/+1
* Add RequestMode sessions support.Luiz Augusto von Dentz2008-04-021-0/+2
* adapter: fixing the parameter list of the adapter_get_device functionVinicius Gomes2008-03-201-1/+1
* adapter: adding adapter_get_device functionVinicius Gomes2008-03-201-0/+2
* Move private structs from adapter.c to adapter.hLuiz Augusto von Dentz2008-03-141-15/+0
* Introduce adapter method RequestMode.Luiz Augusto von Dentz2008-03-141-0/+7
* Add initial code for new agent interfaceJohan Hedberg2008-03-141-1/+2
* Fix use of g_strdup and g_free that already handle NULL pointers and some cod...Luiz Augusto von Dentz2008-03-141-1/+1
* Add initial code of adapter CreatePairedDevice.Luiz Augusto von Dentz2008-03-141-0/+1
* Added new function to remove the listener based on integer identificationClaudio Takahasi2008-03-131-0/+1
* Keep a list of device's structure pointers instead of pathsClaudio Takahasi2008-03-121-1/+1
* Registering device's object pathClaudio Takahasi2008-03-071-2/+4
* added bt_discover_services functionClaudio Takahasi2008-03-061-0/+6
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
* Implement support for SetMode("on")Johan Hedberg2007-10-021-0/+2
* More header cleanupsMarcel Holtmann2007-08-161-2/+0