BLE_GAP_EvtPathLossThreshold_T
C
typedef struct BLE_GAP_EvtPathLossThreshold_T
{
    uint16_t                connHandle;
    uint8_t                 currentPathLoss;
    uint8_t                 zoneEntered;
}BLE_GAP_EvtPathLossThreshold_T;Description
Structure for BLE_GAP_EVT_PATH_LOSS_THRESHOLD event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | Connection handle associated with this connection. | 
| currentPathLoss | Current path loss value. This is a measure of signal attenuation. (Units: dB) | 
| zoneEntered | Zone entered as a result of the path loss change. See Path loss zones for zone definitions. | 
