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...
 

Detailed Description

RPA list item info.

Definition at line 753 of file ble_gapm.h.

Member Data Documentation

◆ bd_addr

gap_bdaddr_t gap_ral_dev_info_t::bd_addr

Peer device identity.

Definition at line 755 of file ble_gapm.h.

◆ local_irk

uint8_t gap_ral_dev_info_t::local_irk[MAX_KEY_LEN]

Local IRK.

Definition at line 758 of file ble_gapm.h.

◆ peer_irk

uint8_t gap_ral_dev_info_t::peer_irk[MAX_KEY_LEN]

Peer IRK.

Definition at line 757 of file ble_gapm.h.

◆ priv_mode

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.


The documentation for this struct was generated from the following file: