Bluetooth Framework C++ Edition

◆ HalGetRemotePaired()

virtual int HalGetRemotePaired ( const __int64  Address,
bool &  Paired 
)
protectedpure virtual

Implements a hardware-dependent code for reading a remote Bluetooth device paired status.

Parameters
AddressThe remote Bluetooth device's MAC address.
PairedOn output a remote Bluetooth device paired status. if True a remote device has been paired with this Radio.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

A derived class must override this method to provide a driver-dependent code.