Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move adapter initialization code from dbus-hci.c to manager.c. | Luiz Augusto von Dentz | 2008-07-28 | 6 | -424/+426 |
| | |||||
* | Renaming device to btd_device and making the | Alok Barsode | 2008-07-28 | 8 | -114/+103 |
| | | | | | | necessary changes in plugins. Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Moving struct device to device.c | Alok Barsode | 2008-07-28 | 2 | -19/+19 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding device_get_auth. | Alok Barsode | 2008-07-28 | 3 | -1/+7 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding device_set_auth. | Alok Barsode | 2008-07-28 | 3 | -1/+10 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding device_set_cap. | Alok Barsode | 2008-07-28 | 3 | -1/+10 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding device_set_temporary. | Alok Barsode | 2008-07-28 | 4 | -6/+15 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding device_is_temporary. | Alok Barsode | 2008-07-28 | 4 | -6/+12 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding device_is_busy. | Alok Barsode | 2008-07-28 | 3 | -1/+7 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding device_set_agent. | Alok Barsode | 2008-07-28 | 4 | -4/+17 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding device_get_agent. | Alok Barsode | 2008-07-28 | 5 | -20/+54 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding device_get_path. | Alok Barsode | 2008-07-28 | 6 | -17/+62 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding device_get_address. | Alok Barsode | 2008-07-28 | 4 | -8/+27 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding device_get_adapter. | Alok Barsode | 2008-07-28 | 4 | -4/+15 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Cleanup device.c and move adapter initialization to manager.c. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -681/+678 |
| | |||||
* | Remove dbus-error.c dbus-error.h | Luiz Augusto von Dentz | 2008-07-28 | 7 | -139/+17 |
| | |||||
* | Remove dbus-sdp.c and dbus-sdp.h. | Luiz Augusto von Dentz | 2008-07-28 | 6 | -1171/+37 |
| | |||||
* | Cleanup dbus-database.c. | Luiz Augusto von Dentz | 2008-07-28 | 2 | -162/+0 |
| | |||||
* | Remove pending disconnect from adapter.c. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -84/+0 |
| | |||||
* | Further cleanups to dbus-hci.c. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -87/+5 |
| | |||||
* | Further cleanups to device.c. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -12/+1 |
| | |||||
* | Further cleanup adapter.c | Luiz Augusto von Dentz | 2008-07-28 | 1 | -235/+2 |
| | |||||
* | Remove deprecated object paths and files. | Luiz Augusto von Dentz | 2008-07-28 | 13 | -1825/+7 |
| | |||||
* | Remove BASE_PATH define. | Luiz Augusto von Dentz | 2008-07-28 | 6 | -73/+11 |
| | |||||
* | Cleanup dbus-hci.c and make hcid to only register adapters on /hciX. | Luiz Augusto von Dentz | 2008-07-28 | 3 | -252/+82 |
| | |||||
* | Cleanup hci adapter. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -2400/+23 |
| | |||||
* | Cleanup hci manager. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -312/+11 |
| | |||||
* | Don't try to load plugins if no directory is specified | Marcel Holtmann | 2008-07-11 | 1 | -0/+3 |
| | |||||
* | Fix memory leak | Marcel Holtmann | 2008-07-11 | 1 | -1/+3 |
| | |||||
* | Allow bonding during periodic inquiry | Marcel Holtmann | 2008-07-11 | 1 | -1/+1 |
| | |||||
* | Add include for <limits.h> | Marcel Holtmann | 2008-07-10 | 1 | -0/+1 |
| | |||||
* | Removed unused variable | Claudio Takahasi | 2008-06-30 | 1 | -1/+0 |
| | |||||
* | Added uuid128 support for device DiscoverServices | Claudio Takahasi | 2008-06-30 | 5 | -18/+13 |
| | |||||
* | Accept friendly names for discover services | Claudio Takahasi | 2008-06-30 | 3 | -36/+1 |
| | |||||
* | Don't use lib prefix for plugins | Marcel Holtmann | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | Fix authorization when experiemental is disabled. | Luiz Augusto von Dentz | 2008-06-27 | 2 | -7/+8 |
| | |||||
* | Fix probing and removing drivers when discovering services. | Luiz Augusto von Dentz | 2008-06-26 | 4 | -53/+136 |
| | |||||
* | Cleanup device_browse code. | Luiz Augusto von Dentz | 2008-06-25 | 4 | -52/+55 |
| | |||||
* | Fix uninitialized variable in passkey request handling | Marcel Holtmann | 2008-06-24 | 1 | -1/+1 |
| | |||||
* | Use safe PDU extract functions | Marcel Holtmann | 2008-06-24 | 2 | -8/+9 |
| | |||||
* | Remove the Mono example | Marcel Holtmann | 2008-06-22 | 1 | -159/+0 |
| | |||||
* | Update D-Bus configuration file | Marcel Holtmann | 2008-06-22 | 1 | -3/+6 |
| | |||||
* | Remove the obsolete todo document | Marcel Holtmann | 2008-06-22 | 1 | -21/+0 |
| | |||||
* | Make RemoveDevice to return when the device is busy discovering services. | Luiz Augusto von Dentz | 2008-06-18 | 2 | -9/+10 |
| | |||||
* | Fix driver comparison | Marcel Holtmann | 2008-06-18 | 1 | -1/+9 |
| | |||||
* | Fix DiscoverDevice to wait untils the browse finishes to release the name ↵ | Luiz Augusto von Dentz | 2008-06-18 | 1 | -25/+29 |
| | | | | listener. | ||||
* | Only allow discover requestor to cancel it. | Luiz Augusto von Dentz | 2008-06-17 | 2 | -9/+68 |
| | |||||
* | Fix authorization mechanism for 3.x. | Luiz Augusto von Dentz | 2008-06-17 | 4 | -21/+179 |
| | |||||
* | Set request structure to zero | Marcel Holtmann | 2008-06-16 | 1 | -0/+1 |
| | |||||
* | Fix bt_cancel_discovery to only succeed when there is a discover to cancel. | Luiz Augusto von Dentz | 2008-06-16 | 1 | -1/+4 |
| |