1.2.2.1.1.3.24 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 (always zero or positive).
zoneEnteredZone entered.