Home
last modified time | relevance | path

Searched refs:BTDM_MIN_SLEEP_DURATION (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c64 #define BTDM_MIN_SLEEP_DURATION (12) macro
729 if (*slot_cnt < BTDM_MIN_SLEEP_DURATION) { in btdm_sleep_check_duration()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c86 #define BTDM_MIN_SLEEP_DURATION (24) // threshold of interval in half slots to allow to fa… macro
777 if (*half_slot_cnt < BTDM_MIN_SLEEP_DURATION) { in btdm_sleep_check_duration()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c86 #define BTDM_MIN_SLEEP_DURATION (24) // threshold of interval in half slots to allow to fa… macro
766 if (*half_slot_cnt < BTDM_MIN_SLEEP_DURATION) { in btdm_sleep_check_duration()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c102 #define BTDM_MIN_SLEEP_DURATION (24) // threshold of interval in half slots to allow to fa… macro
764 if (*half_slot_cnt < BTDM_MIN_SLEEP_DURATION) { in btdm_sleep_check_duration()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c78 #define BTDM_MIN_SLEEP_DURATION (12) // threshold of interval in slots to allow to fall in… macro
929 if (*slot_cnt < BTDM_MIN_SLEEP_DURATION) { in btdm_sleep_check_duration()