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 the BLE_GAP_EVT_PATH_LOSS_THRESHOLD event.This event is triggered when the path loss between two devices crosses predefined threshold levels.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
currentPathLossCurrent path loss value. This is a measure of signal attenuation. (Units: dB)
zoneEnteredZone entered as a result of the path loss change. See Path loss zones for zone definitions.