1.2.2.1.4.3.16 BLE_SMP_IdInfo_T

C

typedef struct BLE_SMP_IdInfo_T
{
    uint8_t                 irk[16];
    BLE_GAP_Addr_T          addr;
}BLE_SMP_IdInfo_T;

Description

Identity information.

Field Documentation

FieldDescription
irkThe identity resolving key.
addrThe identity address.