Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure to always add Alias and Icon property | Marcel Holtmann | 2008-09-29 | 1 | -62/+9 |
| | |||||
* | Fix duplicate entries for service UUIDs | Marcel Holtmann | 2008-09-29 | 1 | -8/+17 |
| | |||||
* | Use global DBusConnection instead of request specific one | Johan Hedberg | 2008-09-28 | 1 | -1/+2 |
| | | | | | | The browse request will not have a DBusConnection associated with it when the browsing was started due to a remotely initated pairing attempt so it's safer to use a global DBusConnection pointer instead. | ||||
* | Don't do bonding_process_complete upon link_key_notify | Johan Hedberg | 2008-09-26 | 1 | -2/+32 |
| | |||||
* | Only create D-Bus client listener if there is a client | Johan Hedberg | 2008-09-25 | 1 | -4/+7 |
| | |||||
* | Move more pairing and discovery initiation logic into device.c | Johan Hedberg | 2008-09-25 | 1 | -4/+21 |
| | |||||
* | Fix another memory leak | Johan Hedberg | 2008-09-25 | 1 | -1/+4 |
| | |||||
* | Fix memory leak | Johan Hedberg | 2008-09-25 | 1 | -1/+3 |
| | |||||
* | Do service discovery also for pairings initiated from the other side | Johan Hedberg | 2008-09-25 | 1 | -0/+37 |
| | |||||
* | Clean up authentication and service discovery initiation code | Johan Hedberg | 2008-09-25 | 1 | -12/+20 |
| | |||||
* | device_browse should fail if there's a SDP discovery already active | Johan Hedberg | 2008-09-24 | 1 | -0/+4 |
| | |||||
* | Add support for Icon property | Marcel Holtmann | 2008-09-23 | 1 | -8/+72 |
| | |||||
* | Update devices list property when a new device is created/removed. | Luiz Augusto von Dentz | 2008-09-22 | 1 | -0/+3 |
| | |||||
* | rename get_record() to find_record_in_list() and move to storage.[ch] | David Woodhouse | 2008-09-14 | 1 | -30/+2 |
| | |||||
* | Store source information from DID record | Marcel Holtmann | 2008-09-14 | 1 | -5/+8 |
| | |||||
* | store pnp info when we receive a pnp record | David Woodhouse | 2008-09-13 | 1 | -0/+18 |
| | |||||
* | 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. | ||||
* | Storing device address as bdaddr_t instead of string. | Alok Barsode | 2008-09-12 | 1 | -70/+66 |
| | |||||
* | Fix memory allocation of drivers uuid list to be dinamic as drivers may be ↵ | Luiz Augusto von Dentz | 2008-09-11 | 1 | -7/+17 |
| | | | | unregistered. | ||||
* | Fix memleak | Luiz Augusto von Dentz | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | Fix problem that occurs when a device is removed but agent requests are not ↵ | Luiz Augusto von Dentz | 2008-09-11 | 1 | -0/+5 |
| | | | | cancelled. | ||||
* | Search for l2cap uuid if no record is found. | Luiz Augusto von Dentz | 2008-09-11 | 1 | -0/+7 |
| | |||||
* | Make discovery service routine to search for driver uuids. | Luiz Augusto von Dentz | 2008-09-11 | 1 | -0/+30 |
| | |||||
* | Split code of simple search and browse. | Luiz Augusto von Dentz | 2008-09-11 | 1 | -26/+43 |
| | |||||
* | Add missing uuids to search if the device doesn't support public browsing. | Luiz Augusto von Dentz | 2008-09-11 | 1 | -0/+5 |
| | |||||
* | Redefining device_get_address to take bdaddr_t as parameter. | Alok Barsode | 2008-09-08 | 1 | -9/+4 |
| | |||||
* | Redefining adapter_get_address to take bdaddr_t as parameter. | Alok Barsode | 2008-09-08 | 1 | -28/+47 |
| | |||||
* | Fix memory leak caused by previous SDP browse fix | Johan Hedberg | 2008-09-08 | 1 | -0/+1 |
| | |||||
* | Check for duplicate record handles and not UUIDs | Johan Hedberg | 2008-09-05 | 1 | -2/+9 |
| | |||||
* | Check for duplicate records when discovering services | Johan Hedberg | 2008-09-05 | 1 | -1/+7 |
| | |||||
* | Fix problem which prevents drivers from being probed. | Luiz Augusto von Dentz | 2008-09-05 | 1 | -8/+28 |
| | |||||
* | Move responsibility of freeint the record list to the correct place | Johan Hedberg | 2008-09-05 | 1 | -3/+0 |
| | |||||
* | Renaming struct adapter to struct btd_adapter. | Alok Barsode | 2008-09-04 | 1 | -14/+14 |
| | |||||
* | Adding adapter_search_active_conn_by_bdaddr and | Alok Barsode | 2008-09-03 | 1 | -11/+12 |
| | | | | adapter_search_active_conn_by_handle. | ||||
* | Storage cleanup: avoid Bluetooth address to string conversions | Claudio Takahasi | 2008-08-28 | 1 | -4/+1 |
| | |||||
* | Device.GetProperties() cleanup | Claudio Takahasi | 2008-08-28 | 1 | -8/+7 |
| | |||||
* | Storage cleanup | Claudio Takahasi | 2008-08-28 | 1 | -61/+24 |
| | |||||
* | Cleanup: unnecessary includes and defines, moved some declarations | Claudio Takahasi | 2008-08-26 | 1 | -4/+1 |
| | |||||
* | Cleanup: unnecessary includes | Claudio Takahasi | 2008-08-25 | 1 | -6/+0 |
| | |||||
* | Remove driver.c driver.h and remove workaround for to force a symbol resolution. | Luiz Augusto von Dentz | 2008-08-18 | 1 | -3/+16 |
| | |||||
* | Fix device driver callbacks to not take driver pointer. | Luiz Augusto von Dentz | 2008-08-13 | 1 | -3/+3 |
| | |||||
* | Introduce driver.c and driver.h files. | Luiz Augusto von Dentz | 2008-08-05 | 1 | -25/+3 |
| | |||||
* | For adapters and devices use /org/bluez object path prefix | Marcel Holtmann | 2008-08-04 | 1 | -3/+3 |
| | |||||
* | Fix adapter removal. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -4/+7 |
| | |||||
* | Fix problem of missing record on sdp cache which turn to include a NULL ↵ | Luiz Augusto von Dentz | 2008-07-29 | 1 | -6/+10 |
| | | | | pointer as a valid record. | ||||
* | Move hcid to src directory and rename it to bluetoothd | Marcel Holtmann | 2008-07-29 | 1 | -0/+1100 |