IB_GetRssiOffset Function
C
bool IB_GetRssiOffset(int8_t * p_rssiOffset);Description
This routine will get RSSI compensation offset value from IB. The value can be used to compensation RSSI detection
Parameters
| Param | Description |
|---|---|
| int8_t p_rssiOffset | the memory to store RSSI compensation offset value |
Returns
A boolean value, True means vaild RSSI compensation offset IB
