Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for NULL return of adapter_find_device | Johan Hedberg | 2008-10-07 | 1 | -0/+4 |
| | | | | | | | | In theory the device might have been removed if the D-Bus client exited before the remote side accepted the pairing. This is just a short term fix since security.c is still storing the link key. In the long run we should move the link key storing to dbus-hci.c and only do it when we get auth complete or connect complete. | ||||
* | Fix bonding process state tracking for auto-accept case | Johan Hedberg | 2008-10-07 | 1 | -0/+3 |
| | | | | | | Without this fix the temporary flag was never cleared (for the auto-accept case) and so the device was incorrectly removed at the end of the bonding process. | ||||
* | Set device class before storing it | Marcel Holtmann | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | Send alias update when remote name result is available | Marcel Holtmann | 2008-09-29 | 1 | -5/+14 |
| | |||||
* | Add support for setting major and minor class together | Marcel Holtmann | 2008-09-29 | 1 | -1/+19 |
| | |||||
* | Make sure to always add Alias and Icon property | Marcel Holtmann | 2008-09-29 | 1 | -5/+78 |
| | |||||
* | Add functions to write major and minor device class | Marcel Holtmann | 2008-09-29 | 1 | -5/+36 |
| | |||||
* | Fix potential NULL pointer dereference | Johan Hedberg | 2008-09-27 | 1 | -1/+1 |
| | |||||
* | Don't do bonding_process_complete upon link_key_notify | Johan Hedberg | 2008-09-26 | 1 | -5/+37 |
| | |||||
* | Move more pairing and discovery initiation logic into device.c | Johan Hedberg | 2008-09-25 | 1 | -20/+1 |
| | |||||
* | Get rid of an unnecessary variable | Johan Hedberg | 2008-09-25 | 1 | -2/+1 |
| | |||||
* | Do service discovery also for pairings initiated from the other side | Johan Hedberg | 2008-09-25 | 1 | -44/+25 |
| | |||||
* | Clean up authentication and service discovery initiation code | Johan Hedberg | 2008-09-25 | 1 | -19/+24 |
| | |||||
* | Code cleanup | Johan Hedberg | 2008-09-25 | 1 | -6/+4 |
| | |||||
* | Remove old code of CreateBonding. | Luiz Augusto von Dentz | 2008-09-24 | 1 | -8/+2 |
| | |||||
* | Use a common timeout for hci commands | Johan Hedberg | 2008-09-23 | 1 | -12/+13 |
| | |||||
* | Fix emitting duplicated DeviceCreate/Devices signals. | Luiz Augusto von Dentz | 2008-09-22 | 1 | -9/+0 |
| | |||||
* | Update devices list property when a new device is created/removed. | Luiz Augusto von Dentz | 2008-09-22 | 1 | -0/+2 |
| | |||||
* | Redefining device_get_address to take bdaddr_t as parameter. | Alok Barsode | 2008-09-08 | 1 | -9/+9 |
| | |||||
* | Redefining adapter_get_address to take bdaddr_t as parameter. | Alok Barsode | 2008-09-08 | 1 | -2/+1 |
| | |||||
* | Fix session handling and add a better debug output for them. | Luiz Augusto von Dentz | 2008-09-04 | 1 | -3/+0 |
| | |||||
* | Add check for unknown connection handle | Johan Hedberg | 2008-09-04 | 1 | -1/+5 |
| | |||||
* | Rename DiscoverDevices to StartDiscovery, CancelDiscovery to StopDiscovery ↵ | Luiz Augusto von Dentz | 2008-09-04 | 1 | -9/+18 |
| | | | | and fix logic around Discovering property to reflect when the base band is busy. | ||||
* | Renaming struct adapter to struct btd_adapter. | Alok Barsode | 2008-09-04 | 1 | -25/+25 |
| | |||||
* | Adding adapter_has_discov_sessions. | Alok Barsode | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | fixing dbus-hci.c to use adapter_find_device. | Alok Barsode | 2008-09-03 | 1 | -6/+2 |
| | |||||
* | Adding adapter_get_bonding_info. | Alok Barsode | 2008-09-03 | 1 | -12/+21 |
| | |||||
* | Adding adapter_free_bonding_request. | Alok Barsode | 2008-09-03 | 1 | -47/+2 |
| | |||||
* | Adding adapter_search_active_conn_by_bdaddr and | Alok Barsode | 2008-09-03 | 1 | -27/+1 |
| | | | | adapter_search_active_conn_by_handle. | ||||
* | Adding adapter_remove_active_conn. | Alok Barsode | 2008-09-03 | 1 | -2/+1 |
| | |||||
* | Adding adapter_add_active_conn. | Alok Barsode | 2008-09-03 | 1 | -15/+1 |
| | |||||
* | Adding adapter_get_agent. | Alok Barsode | 2008-09-03 | 1 | -5/+5 |
| | |||||
* | Moving adapter_mode_changed to adapter.c. | Alok Barsode | 2008-09-03 | 1 | -44/+0 |
| | |||||
* | Freeing oor_devices list after device discovery. | Alok Barsode | 2008-09-03 | 1 | -5/+0 |
| | |||||
* | Make DiscoverDevices to create discover sessions. | Luiz Augusto von Dentz | 2008-08-29 | 1 | -162/+13 |
| | |||||
* | Merge branch 'for-upstream' of git://gitorious.org/bluez/aloks-clone | Marcel Holtmann | 2008-08-29 | 1 | -214/+24 |
|\ | |||||
| * | Adding adapter_remove_oor_devices. | Alok Barsode | 2008-08-29 | 1 | -12/+2 |
| | | |||||
| * | Moving send_out_of_range to adapter.c | Alok Barsode | 2008-08-29 | 1 | -19/+1 |
| | | |||||
| * | Adding adapter_update_oor_devices. | Alok Barsode | 2008-08-29 | 1 | -18/+2 |
| | | |||||
| * | Moving found_device_cmp to adapter.c | Alok Barsode | 2008-08-29 | 1 | -20/+0 |
| | | |||||
| * | Renaming found_device_remove to adapter_remove_found_device and | Alok Barsode | 2008-08-29 | 1 | -20/+1 |
| | | | | | | | | moving it to adapter.c | ||||
| * | Renaming found_device_add to adapter_add_found_device and | Alok Barsode | 2008-08-29 | 1 | -53/+1 |
| | | | | | | | | moving it to adapter.c | ||||
| * | Adding adapter_search_found_devices. | Alok Barsode | 2008-08-29 | 1 | -30/+13 |
| | | |||||
| * | Freeing found_devices list on end of standard/periodic inquiry. | Alok Barsode | 2008-08-29 | 1 | -37/+4 |
| | | |||||
| * | Removing pinq_idle from struct adapter. | Alok Barsode | 2008-08-29 | 1 | -5/+0 |
| | | |||||
* | | Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-clone | Marcel Holtmann | 2008-08-29 | 1 | -0/+1 |
|\ \ | |||||
| * | | Storage cleanup | Claudio Takahasi | 2008-08-28 | 1 | -0/+1 |
| |/ | |||||
* | | Allow non-bondable and outgoing SDP without agent | Marcel Holtmann | 2008-08-29 | 1 | -9/+7 |
| | | |||||
* | | Allow outgoing SDP connection without an agent | Marcel Holtmann | 2008-08-29 | 1 | -1/+10 |
|/ | |||||
* | Check that a device is available | Marcel Holtmann | 2008-08-27 | 1 | -2/+2 |
| |