summaryrefslogtreecommitdiff
path: root/lib/bluetooth-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Don't just get BlueZ battery info from upowerBastien Nocera2022-09-051-0/+2
| | | | | | | | | | | | Handle the battery information for a device even if it is available from a source other than bluetoothd in the upower output. This means getting battery information from the more authoritative kernel-supported protocol on Logitech devices, as well as being able to have battery information for Bluetooth classic devices like Apple input devices. See https://gitlab.freedesktop.org/upower/upower/-/merge_requests/166
* lib: Modernise bluetooth_send_to_address()Bastien Nocera2021-12-061-2/+3
| | | | | Return success or error from the function, and require an address to be passed, now that bluetooth-sendto doesn't include a device chooser.
* lib: Move constants inside the C sourceBastien Nocera2021-12-021-30/+0
| | | | They're not used outside it.
* lib: Remove unused bluetooth_type_to_filter_string()Bastien Nocera2021-11-031-1/+0
| | | | It was used to label the filter drop-down in the chooser widgets.
* lib: Simplify single-includeBastien Nocera2021-02-171-8/+1
|
* lib: Add helper to deduce type from appearanceBastien Nocera2017-11-031-0/+1
| | | | | | Bluetooth LE devices use the Appearance GAP attribute, instead of a device class. Add support for it so that Bluetooth LE devices are properly typed and with the correct icons.
* lib: Add new function to display device types in filtersBastien Nocera2016-11-291-4/+5
| | | | | So that we can use this in situations where the device type is not known yet.
* lib: Add another A2DP service UUIDBastien Nocera2016-03-101-0/+1
|
* lib: Update URL to SDP UUIDsBastien Nocera2016-03-091-1/+1
|
* lib: Add macros for Bluetooth Profiles UUIDsGustavo Padovan2013-06-181-0/+29
| | | | | | | | This list comes from the Bluetooth SIG official website. https://www.bluetooth.org/en-us/specification/assigned-numbers-overview/service-discovery https://bugzilla.gnome.org/show_bug.cgi?id=701399
* lib: Remove ObexFTP browsingBastien Nocera2012-11-121-8/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685038
* lib: Add send/browser helpersBastien Nocera2011-06-291-1/+12
|
* lib: Split off non-client related, helper, codeBastien Nocera2011-06-291-0/+40
Into bluetooth-utils.h