Smart Remote 3 nRF52 v1.2
Data Fields
m_coms_ble_bond_params_t Struct Reference

BLE bond behavior parameters. More...

Data Fields

bool bond_reconnect_all
 
bool change_address
 
bool reconnect_all
 

Detailed Description

BLE bond behavior parameters.

Field Documentation

bool m_coms_ble_bond_params_t::bond_reconnect_all

Attempt to reconnect to all bonded masters. If false, only the last connected master will be advertised against, unless the bonding procedure is started.

bool m_coms_ble_bond_params_t::change_address

Use directed advertising vs. bonded masters (unless a peer has a private resolvable device address). If false, undirected advertising with whitelist is used: this is best suited with change_address = false.

bool m_coms_ble_bond_params_t::reconnect_all

Use a new address for each new bond.


Documentation feedback | Developer Zone | Subscribe | Updated