BluetoothSdpGetAttributeValue function bluetoothapis

int BluetoothSdpGetAttributeValue(
  1. Pointer<Uint8> pRecordStream,
  2. int cbRecordLength,
  3. int usAttributeId,
  4. Pointer<SDP_ELEMENT_DATA> pAttributeData,
)

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,
);