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(+) -- 2.46.0