Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove device discovery timer on device removal. | Luiz Augusto von Dentz | 2008-09-30 | 1 | -0/+3 |
| | |||||
* | Prevent emitting duplicate signals for DiscoverableTimeout property. | Luiz Augusto von Dentz | 2008-09-30 | 1 | -0/+3 |
| | |||||
* | 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 | 2 | -1/+21 |
| | |||||
* | Make sure to always add Alias and Icon property | Marcel Holtmann | 2008-09-29 | 3 | -67/+89 |
| | |||||
* | Fix duplicate entries for service UUIDs | Marcel Holtmann | 2008-09-29 | 1 | -8/+17 |
| | |||||
* | Add functions to write major and minor device class | Marcel Holtmann | 2008-09-29 | 2 | -5/+38 |
| | |||||
* | Fix signal emission for Powered and Discoverable | Marcel Holtmann | 2008-09-29 | 1 | -57/+50 |
| | |||||
* | 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. | ||||
* | 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 | 5 | -11/+75 |
| | |||||
* | 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 | 3 | -25/+24 |
| | |||||
* | Get rid of an unnecessary variable | Johan Hedberg | 2008-09-25 | 1 | -2/+1 |
| | |||||
* | 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 | 3 | -44/+65 |
| | |||||
* | Implement first part of CancelDeviceCreation | Johan Hedberg | 2008-09-25 | 1 | -14/+60 |
| | | | | Currently only canceling of CreatePairedDevice is supported | ||||
* | Clean up authentication and service discovery initiation code | Johan Hedberg | 2008-09-25 | 2 | -31/+44 |
| | |||||
* | Code cleanup | Johan Hedberg | 2008-09-25 | 2 | -7/+5 |
| | |||||
* | device_browse should fail if there's a SDP discovery already active | Johan Hedberg | 2008-09-24 | 1 | -0/+4 |
| | |||||
* | 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 |
| |