1.1.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;Description
Data structure for BLE_GAP_EVT_PATH_LOSS_THRESHOLD event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| currentPathLoss | Current path loss (always zero or positive). (Unit: dBm) |
| zoneEntered | Zone entered. See The zone where Path Loss entered |
