Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c910 bool allow_to_sleep; in async_wakeup_request_end() local
914 allow_to_sleep = true; in async_wakeup_request_end()
917 allow_to_sleep = false; in async_wakeup_request_end()
920 allow_to_sleep = true; in async_wakeup_request_end()
924 if (allow_to_sleep) { in async_wakeup_request_end()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c899 bool allow_to_sleep; in async_wakeup_request_end() local
903 allow_to_sleep = true; in async_wakeup_request_end()
906 allow_to_sleep = false; in async_wakeup_request_end()
909 allow_to_sleep = true; in async_wakeup_request_end()
913 if (allow_to_sleep) { in async_wakeup_request_end()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c940 bool allow_to_sleep; in async_wakeup_request_end() local
944 allow_to_sleep = true; in async_wakeup_request_end()
947 allow_to_sleep = false; in async_wakeup_request_end()
950 allow_to_sleep = true; in async_wakeup_request_end()
954 if (allow_to_sleep) { in async_wakeup_request_end()