Bluetooth Framework C++ Edition

◆ HalIsRemoteDeviceInRange()

virtual int HalIsRemoteDeviceInRange ( const __int64  Address,
bool &  InRange 
)
protectedpure virtual

Implements a hardware-dependent code to check if a remote device is in range.

Parameters
AddressThe remote Bluetooth device's MAC address.
InRangeIf the function completed with success indicates if a remote device is in range. True if a remote device is in range. False otherwise.
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 driver-dependent code.