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
Structure for identity information.
Field Documentation
Field | Description |
---|---|
irk | Identity Resolving Key (IRK). Used to resolve or generate a random device address. |
addr | Identity Address. The device's public or static random address. See BLE_GAP_Addr_T. |