BLE_GAP_PathLossReportingParams_T
C
typedef struct BLE_GAP_PathLossReportingParams_T { uint16_t connHandle; uint8_t highThreshold; uint8_t highHysteresis; uint8_t lowThreshold; uint8_t lowHysteresis; uint16_t minTimeSpent; } BLE_GAP_PathLossReportingParams_T;
Description
Structure for configuring path loss reporting parameters.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
highThreshold | High threshold for path loss detection. Exceeding this value triggers an event. (Unit: dBm) |
highHysteresis | Hysteresis for the high threshold to prevent frequent reporting due to small changes in path loss. (Unit: dBm) |
lowThreshold | Low threshold for path loss detection. Falling below this value triggers an event. (Unit: dBm) |
lowHysteresis | Hysteresis for the low threshold to prevent frequent reporting due to small changes in path loss. (Unit: dBm) |
minTimeSpent | Minimum time (in number of connection events) that the path loss must be observed beyond the threshold before an event is reported. |