Remove the pairing with the specified device
| C# | Visual Basic |
bool RemoveDevice( BluetoothAddress device )
Function RemoveDevice ( _ device As BluetoothAddress _ ) As Boolean
- device (BluetoothAddress)
- Remote device with which to remove pairing.
TRUE if device was successfully removed, else FALSE.