User Activity

I need to add a method to the on pairing event  that will return the active bond list entry. In case of rebond -> the correct entry that is used ( not the last ) Thanks
First bonding (STM32WB55). As peripheral. On bonding event,  I read the peer address and it is displayed as type PUBLIC (0) but  the address is not the public address of the peer, it is also not the static random address as well. So what address is i...
This is regarding these two posts: https://community.st.com/t5/stm32-mcus-wireless/ble-how-can-i-know-upon-getting-connection-event-if-device-was/m-p/681086#M19378 Answered by @Alan PORTE https://community.st.com/t5/stm32-mcus-wireless/different-even...
Some odd behavior I experience with STM32WB peripheral. Bonding list was cleared, after having been boned with a master.  Now when same master connects to me, I get a connection and an immediate disconnection! What may be the cause? How to prevent th...
When a peripheral sends an aci_gap_slave_security_req() what event does it generate on central side?Asking it as central has the option to:Encrypt link . "the master may encrypt the link", which command does that?Pairing proc init "initiate the pairi...