You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib: peer_manager: fix potential peer invalidate on peer free issue
Fix a potential issue where freeing the data of a bonded peer
while another peer is connected will invalidate the bonded peer
in the m_connections array. The issue should only be observable
with total link count (CONFIG_NRF_SDH_BLE_TOTAL_LINK_COUNT) equal 1.
Signed-off-by: Andreas Moltumyr <[email protected]>
0 commit comments