![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| typedef void(* ble_conn_state_user_function_t) (uint16_t conn_handle, void *ctx) |
#include <ble_conn_state.h>
Function to be called when a flag ID is set.
See ble_conn_state_for_each_set_user_flag.
| [in] | conn_handle | The connection the flag is set for. |
| [in] | ctx | Arbitrary pointer provided by the caller of ble_conn_state_for_each_set_user_flag. |