Home
last modified time | relevance | path

Searched refs:ev_cb (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnpl_freertos.h94 ble_npl_event_fn *ev_cb, void *ev_arg);
Dnimble_npl.h112 ble_npl_event_fn *ev_cb, void *ev_arg);
Dnimble_npl_os.h265 ble_npl_event_fn *ev_cb, void *ev_arg) in ble_npl_callout_init() argument
267 return npl_funcs->p_ble_npl_callout_init(co, evq, ev_cb, ev_arg); in ble_npl_callout_init()
/hal_espressif-latest/components/bt/porting/include/os/
Dos_mbuf.h265 int r_os_mqueue_init(struct os_mqueue *mq, ble_npl_event_fn *ev_cb, void *arg);
725 int os_mqueue_init(struct os_mqueue *mq, ble_npl_event_fn *ev_cb, void *arg);
/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c641 ble_npl_event_fn *ev_cb, void *ev_arg) in npl_freertos_callout_init() argument
652 ble_npl_event_init(&callout->ev, ev_cb, ev_arg); in npl_freertos_callout_init()
683 ble_npl_event_init(&callout->ev, ev_cb, ev_arg); in npl_freertos_callout_init()
695 ble_npl_event_init(&callout->ev, ev_cb, ev_arg); in npl_freertos_callout_init()
727 ble_npl_event_init(&callout->ev, ev_cb, ev_arg); in npl_freertos_callout_init()