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

Comments

patchwork-bot+bluetooth@kernel.org Sept. 19, 2024, 5:10 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Sun,  8 Sep 2024 03:02:59 +0530 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/2] device: Add method GetServiceRecords
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=95eb34ee2ee2
  - [BlueZ,2/2] org.bluez.Device: Add documentation for GetServiceRecords()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=44a1930479b7

You are awesome, thank you!