Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/port/bluetooth/
Dbt_stubs.c64 bool btdm_power_state_active(void) in btdm_power_state_active() function
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c200 extern bool btdm_power_state_active(void);
882 if (!btdm_power_state_active()) { in async_wakeup_request()
889 if (!btdm_power_state_active()) { in async_wakeup_request()
1428 while (!btdm_power_state_active()){} in esp_bt_controller_disable()
1614 return !btdm_power_state_active(); in esp_bt_controller_is_sleeping()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c199 extern bool btdm_power_state_active(void);
871 if (!btdm_power_state_active()) { in async_wakeup_request()
878 if (!btdm_power_state_active()) { in async_wakeup_request()
1416 while (!btdm_power_state_active()){} in esp_bt_controller_disable()
1602 return !btdm_power_state_active(); in esp_bt_controller_is_sleeping()
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c176 extern bool btdm_power_state_active(void);
788 if (!btdm_power_state_active()) { in async_wakeup_request()
796 if (!btdm_power_state_active()) { in async_wakeup_request()
1274 while (!btdm_power_state_active()) { in esp_bt_controller_disable()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c238 extern bool btdm_power_state_active(void);
905 if (!btdm_power_state_active()) { in async_wakeup_request()
912 if (!btdm_power_state_active()) { in async_wakeup_request()
1663 while (!btdm_power_state_active()){} in esp_bt_controller_disable()
1862 return !btdm_power_state_active(); in esp_bt_controller_is_sleeping()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c206 extern bool btdm_power_state_active(void);
1045 if (!btdm_power_state_active()) { in async_wakeup_request()
1053 if (!btdm_power_state_active()) { in async_wakeup_request()
1822 while (!btdm_power_state_active()) { in esp_bt_controller_disable()