Searched refs:ev_arg (Results 1 – 4 of 4) 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/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()
|