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
| Field | Description |
|---|---|
| auth | Authenticated Pairing flag. Set to 1 if the pairing is authenticated. |
| lesc | LE Secure Connections flag. Set to 1 if the key is generated using LE Secure Connections. |
| reserve | Reserved bits. |
