Home
last modified time | relevance | path

Searched refs:request_lock (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c810 bool request_lock = false; in async_wakeup_request_end() local
814 request_lock = true; in async_wakeup_request_end()
818 request_lock = false; in async_wakeup_request_end()
824 if (request_lock) { in async_wakeup_request_end()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c1074 bool request_lock = false; in async_wakeup_request_end() local
1077 request_lock = true; in async_wakeup_request_end()
1081 request_lock = false; in async_wakeup_request_end()
1087 if (request_lock) { in async_wakeup_request_end()