@@ -135,6 +135,25 @@ void CancelPairing()
:org.bluez.Error.DoesNotExist:
:org.bluez.Error.Failed:
+array{array{byte}} GetServiceRecords() [experimental]
+`````````````````````````````````````````````````````
+
+ Returns all currently known BR/EDR service records for the device. Each
+ individual byte array represents a raw SDP record, as defined by the
+ Bluetooth Service Discovery Protocol specification.
+
+ This method is intended to be only used by compatibility layers like
+ Wine, that need to provide access to raw SDP records to support foreign
+ Bluetooth APIs. General applications should instead use the Profile API
+ for services-related functionality.
+
+ Possible errors:
+
+ :org.bluez.Error.Failed:
+ :org.bluez.Error.NotReady:
+ :org.bluez.Error.NotConnected:
+ :org.bluez.Error.DoesNotExist:
+
Properties
----------