summaryrefslogtreecommitdiff
path: root/lib/bluetooth-client.xml
Commit message (Collapse)AuthorAgeFilesLines
* lib: Implement default-adapter-state property using bluezBastien Nocera2022-08-311-0/+1
| | | | | | | | | | | | Use new adapter property in bluez to implement the default-adapter-state. It should work better, as it doesn't rely only on internal BluetoothClient state in a single process, and can get information when bluetoothd is powering up the adapter. Note that this property still works in the absence of a new enough bluetoothd, without the transitional states. Closes: #121
* client: Add SetDiscoveryFilter to the gdbus glueBastien Nocera2018-07-271-0/+1
| | | | | | | This will be used to request BlueZ to set the adapter as discoverable during discovery, and only during discovery. This will eventually make sure that we avoid being discoverable when no agent or settings panel is available.
* lib: Add introspection XML to the BlueZ API'sGustavo Padovan2013-05-301-69/+51
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685717
* lib: Don't use deprecated ListAdapters()Bastien Nocera2012-06-161-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678228
* lib: Remove non-existant function from definitionBastien Nocera2012-01-181-1/+0
|
* lib: Update introspection XMLBastien Nocera2011-10-051-20/+46
| | | | | | | With signals that we require to work-around a GDBus bug[1], as well as updating the list of methods we use. [1]: https://bugzilla.gnome.org/show_bug.cgi?id=660886
* lib: Add missing "direction" in client XMLBastien Nocera2011-09-281-6/+6
|
* Rename common/ dir to lib/Bastien Nocera2009-06-081-0/+52
So as to avoid confusing readers of the code.