RPA list item info. More...
#include <ble_gapm.h>
Public Attributes | |
gap_bdaddr_t | bd_addr |
Peer device identity. More... | |
uint8_t | priv_mode |
Privacy mode, see enum privacy_mode_t. More... | |
uint8_t | peer_irk [MAX_KEY_LEN] |
Peer IRK. More... | |
uint8_t | local_irk [MAX_KEY_LEN] |
Local IRK. More... | |
RPA list item info.
Definition at line 753 of file ble_gapm.h.
gap_bdaddr_t gap_ral_dev_info_t::bd_addr |
Peer device identity.
Definition at line 755 of file ble_gapm.h.
uint8_t gap_ral_dev_info_t::local_irk[MAX_KEY_LEN] |
Local IRK.
Definition at line 758 of file ble_gapm.h.
uint8_t gap_ral_dev_info_t::peer_irk[MAX_KEY_LEN] |
Peer IRK.
Definition at line 757 of file ble_gapm.h.
uint8_t gap_ral_dev_info_t::priv_mode |
Privacy mode, see enum privacy_mode_t.
Definition at line 756 of file ble_gapm.h.