BluetoothSdpGetAttributeValue function bluetoothapis
Retrieves the attribute value for an attribute identifier.
To learn more, see learn.microsoft.com/windows/win32/api/bluetoothapis/nf-bluetoothapis-bluetoothsdpgetattributevalue.
Implementation
@pragma('vm:prefer-inline')
int BluetoothSdpGetAttributeValue(
Pointer<Uint8> pRecordStream,
int cbRecordLength,
int usAttributeId,
Pointer<SDP_ELEMENT_DATA> pAttributeData,
) => _BluetoothSdpGetAttributeValue(
pRecordStream,
cbRecordLength,
usAttributeId,
pAttributeData,
);