mbox series

[BlueZ,0/2] org.bluez.Device1: Add GetServiceRecords method to get a device's SDP records.

Message ID 20240907213301.14000-1-vibhavp@gmail.com (mailing list archive)
Headers show
Series org.bluez.Device1: Add GetServiceRecords method to get a device's SDP records. | expand

Message

Vibhav Pant Sept. 7, 2024, 9:32 p.m. UTC
This series adds an experimental DBus API to get BR/EDR service records for
devices. The method will be used to implement a part of the Windows
Bluetooth API in Wine, which allows accessing a device's service records.
The documentation clarifies that the method is only meant for compatibility
purposes, and purposefully returns raw SDP records to discourage general
applications from using the API.

Vibhav Pant (2):
  device: Add method GetServiceRecords
  org.bluez.Device: Add documentation for GetServiceRecords()

 doc/org.bluez.Device.rst | 19 +++++++++
 src/device.c             | 83 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+)