BluetoothSendAuthenticationResponseEx function bluetooth

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

The BluetoothSendAuthenticationResponseEx function is called when an authentication request to send the passkey or a Numeric Comparison response is made.

DWORD BluetoothSendAuthenticationResponseEx(
  [in, optional] HANDLE                           hRadioIn,
  [in]           PBLUETOOTH_AUTHENTICATE_RESPONSE pauthResponse
);

Implementation

int BluetoothSendAuthenticationResponseEx(
  int hRadioIn,
  Pointer<BLUETOOTH_AUTHENTICATE_RESPONSE> pauthResponse,
) => _BluetoothSendAuthenticationResponseEx(hRadioIn, pauthResponse);