Home
last modified time | relevance | path

Searched refs:p_ble_npl_callout_init (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnimble_npl_os.h105 …int (*p_ble_npl_callout_init)(struct ble_npl_callout *, struct ble_npl_eventq *, ble_npl_event_fn … member
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/
Dnpl_os_freertos.c1060 .p_ble_npl_callout_init = npl_freertos_callout_init,