Searched refs:ev_cb (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/ |
D | npl_freertos.h | 94 ble_npl_event_fn *ev_cb, void *ev_arg);
|
D | nimble_npl.h | 112 ble_npl_event_fn *ev_cb, void *ev_arg);
|
D | nimble_npl_os.h | 265 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/ |
D | os_mbuf.h | 265 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/ |
D | npl_os_freertos.c | 641 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()
|