Bluetooth Framework C++ Edition

◆ HalGetRemoteRssi()

virtual int HalGetRemoteRssi ( const __int64  Address,
char &  Rssi 
)
protectedpure virtual

Reads RSSI value from a remote device.

Parameters
AddressThe remote Bluetooth device's MAC address.
RssiOn output contains the RSSI value in dBm.
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.