Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old code of CreateBonding. | Luiz Augusto von Dentz | 2008-09-24 | 1 | -8/+2 |
| | |||||
* | Restore 'on' mode on the first time adapter comes up and is on OffMode = DevDown | Luiz Augusto von Dentz | 2008-09-24 | 1 | -3/+15 |
| | |||||
* | Fix crashes with suspend/resume | Marcel Holtmann | 2008-09-25 | 1 | -2/+17 |
| | |||||
* | Use a common timeout for hci commands | Johan Hedberg | 2008-09-23 | 3 | -31/+39 |
| | |||||
* | Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone | Marcel Holtmann | 2008-09-24 | 1 | -15/+151 |
|\ | |||||
| * | Introduce RequestSession and ReleaseSession. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -9/+26 |
| | | |||||
| * | Emit Powered and Discoverable properly when adapter comes up and down. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -0/+30 |
| | | |||||
| * | Emit PropertyChanged for Powered and Discoverable. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -2/+31 |
| | | |||||
| * | Make Powered/Discoverable properties changeable via SetProperty. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -0/+48 |
| | | |||||
| * | Make Powered/Discoverable property available in GetProperty. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -4/+14 |
| | | |||||
| * | Mark RequestMode/ReleaseMode as deprecated. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -2/+4 |
| | | |||||
* | | Fix include files from adapter.h | Marcel Holtmann | 2008-09-24 | 1 | -1/+4 |
|/ | |||||
* | Add support for Icon property | Marcel Holtmann | 2008-09-23 | 1 | -8/+72 |
| | |||||
* | Add workaround for a broken carkit | Marcel Holtmann | 2008-09-23 | 1 | -0/+7 |
| | |||||
* | Fix OffMode = DevDown race condition. | Luiz Augusto von Dentz | 2008-09-23 | 2 | -14/+8 |
| | |||||
* | Mark ListDevices as deprecated. | Luiz Augusto von Dentz | 2008-09-23 | 1 | -1/+2 |
| | |||||
* | 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 | 4 | -2/+28 |
| | |||||
* | Add Devices property to GetProperties. | Luiz Augusto von Dentz | 2008-09-22 | 1 | -0/+13 |
| | |||||
* | Some coding style updates | Marcel Holtmann | 2008-09-14 | 1 | -19/+24 |
| | |||||
* | Find device ID from SDP records | David Woodhouse | 2008-09-14 | 3 | -7/+75 |
| | |||||
* | rename get_record() to find_record_in_list() and move to storage.[ch] | David Woodhouse | 2008-09-14 | 3 | -31/+31 |
| | |||||
* | fix bug that both implementations of record_from_string() shared | David Woodhouse | 2008-09-14 | 1 | -0/+1 |
| | |||||
* | factor out duplicated code into record_from_string() | David Woodhouse | 2008-09-14 | 1 | -27/+24 |
| | |||||
* | move read_records() to storage.c where it belongs | David Woodhouse | 2008-09-14 | 3 | -47/+48 |
| | |||||
* | Use strncmp for filtering records | David Woodhouse | 2008-09-14 | 1 | -1/+1 |
| | | | | | | | It's faster, and there's no chance of ever having false positives -- not that it was actually going to happen in this case, because we would never find a colon elsewhere in the line. But code gets copied around and changes over time. | ||||
* | split out read_records() function for reading all SDP records for a device | David Woodhouse | 2008-09-14 | 1 | -10/+19 |
| | |||||
* | Fix storage size for DID value | Marcel Holtmann | 2008-09-14 | 1 | -1/+1 |
| | |||||
* | Store source information from DID record | Marcel Holtmann | 2008-09-14 | 3 | -21/+38 |
| | |||||
* | store pnp info when we receive a pnp record | David Woodhouse | 2008-09-13 | 2 | -0/+20 |
| | |||||
* | Add storage for pnp info, which can come from PNP record or EIR | David Woodhouse | 2008-09-13 | 2 | -0/+59 |
| | |||||
* | fix init_browse() | David Woodhouse | 2008-09-12 | 1 | -2/+17 |
| | | | | | | Change return to continue, so it doesn't just abort completely when it finds one driver asking for a UUID that another driver already wanted, and to eliminate duplicates of the UUIDs in uuid_list[] too... | ||||
* | fix service browsing | David Woodhouse | 2008-09-12 | 1 | -6/+7 |
| | | | | | | | | | | We were incrementing req->search_uuid every time we call back into browse_cb() -- even when we'd already finished going through the uuid_list[] and were supposed to be handling req->uuids. So for each entry in req->uuids, we'd skip a zero after uuid_list[] and go trawling through random memory, treating it as more UUIDs to search for. | ||||
* | Use cached adapter name instead of reading it from storage | Marcel Holtmann | 2008-09-12 | 1 | -7/+7 |
| | |||||
* | Renaming str2mode to get_mode which takes bdaddr_t as parameter | Alok Barsode | 2008-09-12 | 1 | -10/+10 |
| | | | | instead of a string. | ||||
* | Storing device address as bdaddr_t instead of string. | Alok Barsode | 2008-09-12 | 1 | -70/+66 |
| | |||||
* | Storing adapter address as bdaddr_t instead of string. | Alok Barsode | 2008-09-12 | 1 | -52/+55 |
| | |||||
* | Modifying l2raw_connect to take bdaddr_t as parameter. | Alok Barsode | 2008-09-12 | 3 | -8/+9 |
| | |||||
* | Renaming device_read_bdaddr to adapter_read_bdaddr. | Alok Barsode | 2008-09-12 | 1 | -2/+2 |
| | |||||
* | Don't print error when device is down | Marcel Holtmann | 2008-09-12 | 1 | -1/+2 |
| | |||||
* | Send command to read the default link policy | Marcel Holtmann | 2008-09-12 | 1 | -0/+3 |
| | |||||
* | Set default link policy after the page timeout | Marcel Holtmann | 2008-09-12 | 1 | -5/+5 |
| | |||||
* | Write the default link policy to ensure it is set | Marcel Holtmann | 2008-09-12 | 1 | -0/+6 |
| | |||||
* | When re-reading the device address store it properly | Marcel Holtmann | 2008-09-11 | 1 | -7/+4 |
| | |||||
* | Add debug message for adapters without an address | Marcel Holtmann | 2008-09-11 | 1 | -4/+9 |
| | |||||
* | Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone | Marcel Holtmann | 2008-09-11 | 1 | -1/+1 |
|\ | |||||
| * | Fix segfault on agent_is_busy. | Luiz Augusto von Dentz | 2008-09-11 | 1 | -1/+1 |
| | | |||||
* | | Don't fork for device configuration | Marcel Holtmann | 2008-09-11 | 1 | -19/+2 |
|/ | |||||
* | Move link mode and policy setting before bringing up the device | Marcel Holtmann | 2008-09-11 | 1 | -26/+18 |
| | |||||
* | Add extra debug for the forked init and setup functions | Marcel Holtmann | 2008-09-11 | 1 | -2/+8 |
| |