Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnimble_npl_os.h93 bool (*p_ble_npl_event_is_queued)(struct ble_npl_event *); member
194 return npl_funcs->p_ble_npl_event_is_queued(ev); in ble_npl_event_is_queued()
/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c1048 .p_ble_npl_event_is_queued = npl_freertos_event_is_queued,