SDK: 17.0.0
Hardware: E-Byte E73-2G4M04S1B module
Chipset: NRF52832 QFAA QFN48
Running the hids examples, I noticed that the hids_mouse example will go from Fast Adv Whitelist → Slow Adv Whitelist → Slow Adv. However, once bonded, the hids_keybaord example never advertises without Whitelist until going through the Delete Bonds process. I can't identify the difference in advertising_init() or advertising_start() functions that would cause the mouse to behave any differently than the keyboard.
Ultimately I'd like to be able to press a button to disconnect from any peers and restart advertising without whitelist, but that may be a separate thread - right now, I'd just like to understand how to properly set up advertising so that I can automatically move from Whitelisted to non-Whitelisted advertising without hardware intervention.
Thanks