BluetoothSelectDevices function bluetooth

int BluetoothSelectDevices(
  1. Pointer<BLUETOOTH_SELECT_DEVICE_PARAMS> pbtsdp
)

The BluetoothSelectDevices function enables Bluetooth device selection.

BOOL BluetoothSelectDevices(
  BLUETOOTH_SELECT_DEVICE_PARAMS *pbtsdp
);

Implementation

int BluetoothSelectDevices(Pointer<BLUETOOTH_SELECT_DEVICE_PARAMS> pbtsdp) =>
    _BluetoothSelectDevices(pbtsdp);