BLE_SMP_PairInfo_T

C

typedef struct BLE_SMP_PairInfo_T
{
    unsigned int            auth:1;
    unsigned int            lesc:1;
    unsigned int            reserve:6;
}BLE_SMP_PairInfo_T;

Description

Structure for storing pairing information post-pairing process.

Field Documentation

FieldDescription
authAuthenticated Pairing flag. Set to 1 if the pairing is authenticated.
lescLE Secure Connections flag. Set to 1 if the key is generated using LE Secure Connections.
reserveReserved bits.