BluetoothUpdateDeviceRecord function bluetooth
The BluetoothUpdateDeviceRecord function updates the local computer cache about a Bluetooth device.
DWORD BluetoothUpdateDeviceRecord(
const BLUETOOTH_DEVICE_INFO *pbtdi
);
Implementation
int BluetoothUpdateDeviceRecord(Pointer<BLUETOOTH_DEVICE_INFO> pbtdi) =>
_BluetoothUpdateDeviceRecord(pbtdi);