Bluetooth Framework C++ Edition

◆ RemoteUnpair()

int RemoteUnpair ( const __int64  Address,
const wclBluetoothPairingMethod  Method = pmAuto,
const bool  Force = false 
)

Unpair a remote Bluetooth device.

Parameters
AddressThe remote Bluetooth device's MAC address.
MethodThe unpairing method.
ForceSet this parameter to true to disable device pairing state and force unpairing.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
See also
wclBluetoothPairingMethod