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
| Field | Description | 
|---|---|
| irk | The identity resolving key. | 
| addr | The identity address. | 
