mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Add a flag that indicate if the identity address is public or not.
parent
ab6821aab8
commit
e8041510a6
|
@ -81,6 +81,8 @@ struct SecurityEntryIdentity_t {
|
||||||
address_t identity_address;
|
address_t identity_address;
|
||||||
/** Identity Resolving Key */
|
/** Identity Resolving Key */
|
||||||
irk_t irk;
|
irk_t irk;
|
||||||
|
/** true if peer identity address is public, false if it's static random */
|
||||||
|
uint8_t identity_address_is_public:1;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue