BluetoothSendAuthenticationResponseEx function bluetoothapis

int BluetoothSendAuthenticationResponseEx(
  1. HANDLE? hRadioIn,
  2. Pointer<BLUETOOTH_AUTHENTICATE_RESPONSE> pauthResponse
)

Called when an authentication request to send the passkey or a Numeric Comparison response is made.

To learn more, see learn.microsoft.com/windows/win32/api/bluetoothapis/nf-bluetoothapis-bluetoothsendauthenticationresponseex.

Implementation

@pragma('vm:prefer-inline')
int BluetoothSendAuthenticationResponseEx(
  HANDLE? hRadioIn,
  Pointer<BLUETOOTH_AUTHENTICATE_RESPONSE> pauthResponse,
) => _BluetoothSendAuthenticationResponseEx(hRadioIn ?? nullptr, pauthResponse);