BluetoothGetDeviceInfo function bluetooth

int BluetoothGetDeviceInfo(
  1. int hRadio,
  2. Pointer<BLUETOOTH_DEVICE_INFO> pbtdi
)

TThe BluetoothGetDeviceInfo function retrieves information about a remote Bluetooth device. The Bluetooth device must have been previously identified through a successful device inquiry function call.

DWORD BluetoothGetDeviceInfo(
  HANDLE                hRadio,
  BLUETOOTH_DEVICE_INFO *pbtdi
);

Implementation

int BluetoothGetDeviceInfo(int hRadio, Pointer<BLUETOOTH_DEVICE_INFO> pbtdi) =>
    _BluetoothGetDeviceInfo(hRadio, pbtdi);