![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_conn_state_for_each_set_user_flag | ( | uint16_t | flag_index, |
| ble_conn_state_user_function_t | user_function, | ||
| void * | ctx ) |
#include <ble_conn_state.h>
Run a function for each connection that has a user flag set.
| [in] | flag_index | Which flag to check. |
| [in] | user_function | The function to run when a flag is set. |
| [in] | ctx | Arbitrary context to be passed to user_function. |
user_function was run.