![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| int nrf_sdh_ble_idx_get | ( | uint16_t | conn_handle | ) |
#include <nrf_sdh_ble.h>
Get the assigned index for a connection handle.
The returned value can be used for indexing into arrays where each element is associated with a specific connection. Connection handles should never directly be used for indexing arrays.
| [in] | conn_handle | Connection handle. |