BluetoothFindNextRadio function bluetooth

int BluetoothFindNextRadio(
  1. int hFind,
  2. Pointer<IntPtr> phRadio
)

The BluetoothFindNextRadio function finds the next Bluetooth radio.

BOOL BluetoothFindNextRadio(
  HBLUETOOTH_RADIO_FIND hFind,
  HANDLE                *phRadio
);

Implementation

int BluetoothFindNextRadio(int hFind, Pointer<IntPtr> phRadio) =>
    _BluetoothFindNextRadio(hFind, phRadio);