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

◆ ble_conn_state_user_function_t

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.

Parameters
[in]conn_handleThe connection the flag is set for.
[in]ctxArbitrary pointer provided by the caller of ble_conn_state_for_each_set_user_flag.