Home
last modified time | relevance | path

Searched defs: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
81 uint32_t _magic;
82 uint32_t _version;
83 void (* _coex_wifi_sleep_set)(bool sleep);
84 int (* _coex_core_ble_conn_dyn_prio_get)(bool *low, bool *high);
85 void (* _coex_schm_status_bit_set)(uint32_t type, uint32_t status);
86 void (* _coex_schm_status_bit_clear)(uint32_t type, uint32_t status);
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c70 struct osi_coex_funcs_t { struct
71 uint32_t _magic;
72 uint32_t _version;
73 void (* _coex_wifi_sleep_set)(bool sleep);
74 int (* _coex_core_ble_conn_dyn_prio_get)(bool *low, bool *high);
75 void (* _coex_schm_status_bit_set)(uint32_t type, uint32_t status);
76 void (* _coex_schm_status_bit_clear)(uint32_t type, uint32_t status);
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c75 struct osi_coex_funcs_t { struct
76 uint32_t _magic;
77 uint32_t _version;
78 void (* _coex_wifi_sleep_set)(bool sleep);
79 int (* _coex_core_ble_conn_dyn_prio_get)(bool *low, bool *high);
80 void (* _coex_schm_status_bit_set)(uint32_t type, uint32_t status);
81 void (* _coex_schm_status_bit_clear)(uint32_t type, uint32_t status);