1.1.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

FieldDescription
connHandleConnection handle associated with this connection.
highThresholdHigh threshold for the path loss. (Unit: dBm)
highHysteresisHysteresis value for the high threshold. (Unit: dBm)
lowThresholdLow threshold for the path loss. (Unit: dBm)
lowHysteresisHystersis value for the low threshold. (Unit: dBm)
minTimeSpentMinimum time in number of connection events to be observed once the path crosses the threshold before an event is generated.