Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c80 struct osi_coex_funcs_t { struct
119 extern int ble_osi_coex_funcs_register(struct osi_coex_funcs_t *coex_funcs);
461 static const struct osi_coex_funcs_t s_osi_coex_funcs_ro = {
818 if (ble_osi_coex_funcs_register((struct osi_coex_funcs_t *)&s_osi_coex_funcs_ro) != 0) { in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c75 struct osi_coex_funcs_t { struct
109 extern int ble_osi_coex_funcs_register(struct osi_coex_funcs_t *coex_funcs);
408 static const struct osi_coex_funcs_t s_osi_coex_funcs_ro = {
888 if (ble_osi_coex_funcs_register((struct osi_coex_funcs_t *)&s_osi_coex_funcs_ro) != 0) { in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c70 struct osi_coex_funcs_t { struct
103 extern int ble_osi_coex_funcs_register(struct osi_coex_funcs_t *coex_funcs);
405 static const struct osi_coex_funcs_t s_osi_coex_funcs_ro = {
869 if (ble_osi_coex_funcs_register((struct osi_coex_funcs_t *)&s_osi_coex_funcs_ro) != 0) { in esp_bt_controller_init()