1.2.2.2.1.3.11 BLE_DM_PairedDevInfo_T

C

typedef struct BLE_DM_PairedDevInfo_T
{
    BLE_GAP_Addr_T                  remoteAddr;
    uint8_t                         remoteIrk[16];
    uint8_t                         localIrk[16];
    uint8_t                         rv[8];
    uint8_t                         ediv[2];
    uint8_t                         ltk[16];
    uint8_t                         lesc:1;
    uint8_t                         auth:1;
    uint8_t                         encryptKeySize:6;
}BLE_DM_PairedDevInfo_T;

Description

The structure contains information about paired device information.

Field Documentation

FieldDescription
remoteAddrPaired device bluetooth address.
remoteIrkPaired device BLE identity resolving key.
localIrkLocal device BLE identity resolving key.
rvPaired device BLE rand value.
edivPaired device BLE encrypted diversifier.
ltkPaired device BLE Link key.
lescPaired device using LE secure connection.
authPaired device using authenticated pairing method.
encryptKeySizePaired device BLE encrpytion key size.