Parent: cd1c6b666fa95555eeb3e43965c2b36106fa3694
Author: Vibhav Pant <vibhavp@gmail.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-09-19 20:01:40
Tree: 5b77b4b4b6923f7ae5bdd38ff54cb28ae554960c
device: Add method GetServiceRecords GetServiceRecords returns all currently known BR/EDR service records for the device, as an array of array of bytes. Each individual byte array represents a raw SDP record, as defined by the Bluetooth Service Discovery Protocol spec. This method is intended to be only used by compatibility layers like Wine, that need to provide access to raw SDP records to implement the Win32 Bluetooth API. Applications should instead use the Profile API for services-related functionality.
Diffstat
| M | src/device.c | | | 83 | ++++++++++++++++++++++++++++++++++++++++ |
1 files changed, 83 insertions(+), 0 deletions(-)