nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ ble_conn_state_user_flag_get()

bool ble_conn_state_user_flag_get ( uint16_t conn_handle,
uint16_t flag_index )

#include <ble_conn_state.h>

Read the value of a user flag.

Parameters
[in]conn_handleHandle of connection to get the flag state for.
[in]flag_indexWhich flag to get the state for.
Returns
The state of the flag. If conn_handle is invalid, the function returns false.