1.2.2.1.1.3.51 BLE_GAP_SetPathLossReportingParams_T
C
typedef struct
{
uint16_t connHandle;
uint8_t highThreshold;
uint8_t highHysteresis;
uint8_t lowThreshold;
uint8_t lowHysteresis;
uint16_t minTimeSpent;
} BLE_GAP_SetPathLossReportingParams_T;Description
Set path loss reporting parameters.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| highThreshold | High threshold for the path loss. (Unit: dB) |
| highHysteresis | Hysteresis value for the high threshold. (Unit: dB) |
| lowThreshold | Low threshold for the path loss. (Unit: dB) |
| lowHysteresis | Hystersis value for the low threshold. (Unit: dB) |
| minTimeSpent | Minimum time in number of connection events to be observed once the path crosses the threshold before an event is generated. |
