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
nrf_sdh: add function for getting index from conn_handle
Add functionality for assigning indices between 0 and
(CONFIG_NRF_SDH_BLE_TOTAL_LINK_COUNT - 1) to connection handles
on connect and un-assign on disconnect.
Add function for getting the index from a connection handle.
This will enable other modules/libraries to get an index that
can be used for assigning and looking up connection specific data.
Signed-off-by: Andreas Moltumyr <[email protected]>
0 commit comments