Home
last modified time | relevance | path

Searched refs:API_vhci_host_check_send_available (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/zephyr/port/bluetooth/
Dbt_stubs.c119 bool API_vhci_host_check_send_available(void) in API_vhci_host_check_send_available() function
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c183 extern bool API_vhci_host_check_send_available(void);
968 return API_vhci_host_check_send_available(); in esp_vhci_host_check_send_available()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c216 extern bool API_vhci_host_check_send_available(void);
990 return API_vhci_host_check_send_available(); in esp_vhci_host_check_send_available()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c215 extern bool API_vhci_host_check_send_available(void);
979 return API_vhci_host_check_send_available(); in esp_vhci_host_check_send_available()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c254 extern bool API_vhci_host_check_send_available(void);
997 return API_vhci_host_check_send_available(); in esp_vhci_host_check_send_available()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c213 extern bool API_vhci_host_check_send_available(void);
1231 return API_vhci_host_check_send_available(); in esp_vhci_host_check_send_available()