Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move hcid to src directory and rename it to bluetoothd | Marcel Holtmann | 2008-07-29 | 1 | -185/+0 |
| | |||||
* | Adding adapter_set_scan_mode and adapter_get_scan_mode. | Alok Barsode | 2008-07-29 | 1 | -1/+3 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding adapter_set_discov_timeout and adapter_remove_discov_timeout. | Alok Barsode | 2008-07-29 | 1 | -1/+3 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding adapter_free. | Alok Barsode | 2008-07-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding adapter_get_address. | Alok Barsode | 2008-07-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding adapter_get_path. | Alok Barsode | 2008-07-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding adapter_get_dev_id. | Alok Barsode | 2008-07-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding adapter_create. | Alok Barsode | 2008-07-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Cleanup adapter startup. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -0/+12 |
| | |||||
* | Remove unused code. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -1/+0 |
| | |||||
* | Integrate struct hci_dev into struct adapter. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -1/+17 |
| | |||||
* | Renaming device to btd_device and making the | Alok Barsode | 2008-07-28 | 1 | -4/+4 |
| | | | | | | necessary changes in plugins. Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Remove pending disconnect from adapter.c. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -16/+0 |
| | |||||
* | Track agent request status in conjunction with authentication requests | Johan Hedberg | 2008-06-12 | 1 | -0/+1 |
| | |||||
* | Don't use raw HCI for tracking authentication request status | Johan Hedberg | 2008-06-12 | 1 | -1/+2 |
| | |||||
* | Move authentication request functions into adapter.c | Johan Hedberg | 2008-06-12 | 1 | -0/+7 |
| | |||||
* | Document current purpose of auth_reqs | Johan Hedberg | 2008-06-12 | 1 | -1/+2 |
| | |||||
* | Rename pin_reqs o auth_reqs since it's tracking SSP too | Johan Hedberg | 2008-06-12 | 1 | -1/+1 |
| | |||||
* | Remove use of g_dbus_unregister_all_interfaces. | Luiz Augusto von Dentz | 2008-06-09 | 1 | -0/+2 |
| | |||||
* | Add support for Simple Pairing User Notification event | Johan Hedberg | 2008-06-09 | 1 | -0/+1 |
| | |||||
* | Further cleanup of authentication logic | Johan Hedberg | 2008-06-06 | 1 | -1/+8 |
| | |||||
* | Changed old Adapter methods to use gdbus | Claudio Takahasi | 2008-06-04 | 1 | -0/+1 |
| | |||||
* | Rework new agent logic | Johan Hedberg | 2008-06-03 | 1 | -0/+1 |
| | |||||
* | Remove the agents_disable capability | Marcel Holtmann | 2008-06-03 | 1 | -1/+0 |
| | |||||
* | Converted Adapter interface to use new GDBusMethodTable | Claudio Takahasi | 2008-06-03 | 1 | -1/+2 |
| | |||||
* | Use guint identifier for all name_listener operations | Johan Hedberg | 2008-05-27 | 1 | -0/+3 |
| | |||||
* | hcid: removing device object when some error occurs during bonding process | Vinicius Gomes | 2008-04-14 | 1 | -0/+2 |
| | |||||
* | Emit signals properly when removing a device. | Luiz Augusto von Dentz | 2008-04-11 | 1 | -3/+2 |
| | |||||
* | Added local agent in CreatePairedDevice | Cidorvan Leite | 2008-04-10 | 1 | -0/+3 |
| | |||||
* | Fix temporary device removal not emitting DeviceRemoved. | Luiz Augusto von Dentz | 2008-04-09 | 1 | -0/+3 |
| | |||||
* | Fix CreatePairedDevice and CreateDevice behavior. | Luiz Augusto von Dentz | 2008-04-08 | 1 | -3/+2 |
| | |||||
* | cleanup: unused list | Claudio Takahasi | 2008-04-04 | 1 | -1/+0 |
| | |||||
* | hcid: creating the device object when the pair is initiated by the remote ↵ | Vinicius Gomes | 2008-04-03 | 1 | -1/+4 |
| | | | | device. | ||||
* | Change last_mode to global_mode. | Luiz Augusto von Dentz | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | Add RequestMode sessions support. | Luiz Augusto von Dentz | 2008-04-02 | 1 | -0/+2 |
| | |||||
* | adapter: fixing the parameter list of the adapter_get_device function | Vinicius Gomes | 2008-03-20 | 1 | -1/+1 |
| | |||||
* | adapter: adding adapter_get_device function | Vinicius Gomes | 2008-03-20 | 1 | -0/+2 |
| | |||||
* | Move private structs from adapter.c to adapter.h | Luiz Augusto von Dentz | 2008-03-14 | 1 | -15/+0 |
| | |||||
* | Introduce adapter method RequestMode. | Luiz Augusto von Dentz | 2008-03-14 | 1 | -0/+7 |
| | |||||
* | Add initial code for new agent interface | Johan Hedberg | 2008-03-14 | 1 | -1/+2 |
| | |||||
* | Fix use of g_strdup and g_free that already handle NULL pointers and some ↵ | Luiz Augusto von Dentz | 2008-03-14 | 1 | -1/+1 |
| | | | | coding style fixes. | ||||
* | Add initial code of adapter CreatePairedDevice. | Luiz Augusto von Dentz | 2008-03-14 | 1 | -0/+1 |
| | |||||
* | Added new function to remove the listener based on integer identification | Claudio Takahasi | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | Keep a list of device's structure pointers instead of paths | Claudio Takahasi | 2008-03-12 | 1 | -1/+1 |
| | |||||
* | Registering device's object path | Claudio Takahasi | 2008-03-07 | 1 | -2/+4 |
| | |||||
* | added bt_discover_services function | Claudio Takahasi | 2008-03-06 | 1 | -0/+6 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2007-10-23 | 1 | -0/+1 |
| | |||||
* | Implement support for SetMode("on") | Johan Hedberg | 2007-10-02 | 1 | -0/+2 |
| | |||||
* | More header cleanups | Marcel Holtmann | 2007-08-16 | 1 | -2/+0 |
| |