BluetoothSdpGetAttributeValue function bluetooth
The BluetoothSdpGetAttributeValue function retrieves the attribute value for an attribute identifier.
DWORD BluetoothSdpGetAttributeValue(
[in] LPBYTE pRecordStream,
[in] ULONG cbRecordLength,
[in] USHORT usAttributeId,
[out] PSDP_ELEMENT_DATA pAttributeData
);
Implementation
int BluetoothSdpGetAttributeValue(
Pointer<Uint8> pRecordStream,
int cbRecordLength,
int usAttributeId,
Pointer<SDP_ELEMENT_DATA> pAttributeData) =>
_BluetoothSdpGetAttributeValue(
pRecordStream, cbRecordLength, usAttributeId, pAttributeData);