Bluetooth Framework C++ Edition

◆ IsRemoteDeviceInRange()

int IsRemoteDeviceInRange ( const __int64  Address,
bool &  InRange 
)

Checks 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.

This function supports Classic Bluetooth devices only.