/hal_espressif-latest/components/bt/porting/transport/src/ |
D | hci_transport.c | 49 if (esp_bt_controller_get_status() != ESP_BT_CONTROLLER_STATUS_ENABLED) { in hci_transport_packet_rx() 74 if (esp_bt_controller_get_status() != ESP_BT_CONTROLLER_STATUS_ENABLED) { in hci_transport_controller_evt_tx() 88 if (esp_bt_controller_get_status() != ESP_BT_CONTROLLER_STATUS_ENABLED) { in hci_transport_controller_acl_tx()
|
/hal_espressif-latest/components/bt/porting/transport/driver/vhci/ |
D | hci_driver_standard.c | 126 if (esp_bt_controller_get_status() != ESP_BT_CONTROLLER_STATUS_ENABLED) { in esp_vhci_host_register_callback() 142 if (esp_bt_controller_get_status() != ESP_BT_CONTROLLER_STATUS_ENABLED) { in esp_vhci_host_send_packet()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_bt_main.c | 116 if (esp_bt_controller_get_status() != ESP_BT_CONTROLLER_STATUS_ENABLED) { in esp_bluedroid_init()
|
/hal_espressif-latest/components/bt/include/esp32c2/include/ |
D | esp_bt.h | 293 esp_bt_controller_status_t esp_bt_controller_get_status(void);
|
/hal_espressif-latest/components/bt/include/esp32c6/include/ |
D | esp_bt.h | 281 esp_bt_controller_status_t esp_bt_controller_get_status(void);
|
/hal_espressif-latest/components/bt/include/esp32h2/include/ |
D | esp_bt.h | 285 esp_bt_controller_status_t esp_bt_controller_get_status(void);
|
/hal_espressif-latest/components/bt/include/esp32h4/include/ |
D | esp_bt.h | 269 esp_bt_controller_status_t esp_bt_controller_get_status(void);
|
/hal_espressif-latest/components/bt/include/esp32/include/ |
D | esp_bt.h | 462 esp_bt_controller_status_t esp_bt_controller_get_status(void);
|
/hal_espressif-latest/zephyr/esp32/include/bt/ |
D | esp_bt.h | 556 esp_bt_controller_status_t esp_bt_controller_get_status(void);
|
/hal_espressif-latest/components/bt/include/esp32c3/include/ |
D | esp_bt.h | 648 esp_bt_controller_status_t esp_bt_controller_get_status(void);
|
/hal_espressif-latest/zephyr/esp32c3/include/bt/ |
D | esp_bt.h | 610 esp_bt_controller_status_t esp_bt_controller_get_status(void);
|
/hal_espressif-latest/zephyr/esp32s3/include/bt/ |
D | esp_bt.h | 610 esp_bt_controller_status_t esp_bt_controller_get_status(void);
|
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 1292 esp_bt_controller_status_t esp_bt_controller_get_status(void) in esp_bt_controller_get_status() function
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 1136 esp_bt_controller_status_t esp_bt_controller_get_status(void) in esp_bt_controller_get_status() function
|
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 1454 esp_bt_controller_status_t esp_bt_controller_get_status(void) in esp_bt_controller_get_status() function
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 1442 esp_bt_controller_status_t esp_bt_controller_get_status(void) in esp_bt_controller_get_status() function
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 1195 esp_bt_controller_status_t esp_bt_controller_get_status(void) in esp_bt_controller_get_status() function
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 1173 esp_bt_controller_status_t esp_bt_controller_get_status(void) in esp_bt_controller_get_status() function
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 1702 esp_bt_controller_status_t esp_bt_controller_get_status(void) in esp_bt_controller_get_status() function
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | bt.c | 1847 esp_bt_controller_status_t esp_bt_controller_get_status(void) in esp_bt_controller_get_status() function
|