Home
last modified time | relevance | path

Searched refs:p_npl_funcs (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c781 struct npl_funcs_t *p_npl_funcs = npl_freertos_funcs_get(); in esp_bt_controller_init() local
782 if (!p_npl_funcs) { in esp_bt_controller_init()
787 ret = esp_register_npl_funcs(p_npl_funcs); in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c855 struct npl_funcs_t *p_npl_funcs = npl_freertos_funcs_get(); in esp_bt_controller_init() local
856 if (!p_npl_funcs) { in esp_bt_controller_init()
861 ret = esp_register_npl_funcs(p_npl_funcs); in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c837 struct npl_funcs_t *p_npl_funcs = npl_freertos_funcs_get(); in esp_bt_controller_init() local
838 if (!p_npl_funcs) { in esp_bt_controller_init()
843 ret = esp_register_npl_funcs(p_npl_funcs); in esp_bt_controller_init()