BLE_GAP_EvtPathLossThreshold_T

C

typedef struct BLE_GAP_EvtPathLossThreshold_T
{
    uint16_t                connHandle;
    uint8_t                 currentPathLoss;
    uint8_t                 zoneEntered;
}BLE_GAP_EvtPathLossThreshold_T;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
currentPathLossCurrent path loss value. This is a measure of signal attenuation. (Units: dB)
zoneEnteredZone entered as a result of the path loss change. See Path loss zones for zone definitions.