Home
last modified time | relevance | path

Searched refs:DEFAULT_BT_LE_CCA_RSSI_THRESH (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/include/esp32h4/include/
Desp_bt_cfg.h157 #define DEFAULT_BT_LE_CCA_RSSI_THRESH (CONFIG_BT_LE_CCA_RSSI_THRESH) macro
159 #define DEFAULT_BT_LE_CCA_RSSI_THRESH (50)
Desp_bt.h253 .cca_rssi_thresh = 256 - DEFAULT_BT_LE_CCA_RSSI_THRESH, \
/hal_espressif-latest/components/bt/controller/esp32c6/
Desp_bt_cfg.h177 #define DEFAULT_BT_LE_CCA_RSSI_THRESH (CONFIG_BT_LE_CCA_RSSI_THRESH) macro
179 #define DEFAULT_BT_LE_CCA_RSSI_THRESH (50)
/hal_espressif-latest/components/bt/controller/esp32h2/
Desp_bt_cfg.h177 #define DEFAULT_BT_LE_CCA_RSSI_THRESH (CONFIG_BT_LE_CCA_RSSI_THRESH) macro
179 #define DEFAULT_BT_LE_CCA_RSSI_THRESH (50)
/hal_espressif-latest/components/bt/controller/esp32c2/
Desp_bt_cfg.h249 #define DEFAULT_BT_LE_CCA_RSSI_THRESH (CONFIG_BT_LE_CCA_RSSI_THRESH) macro
251 #define DEFAULT_BT_LE_CCA_RSSI_THRESH (50)
/hal_espressif-latest/components/bt/include/esp32c2/include/
Desp_bt.h268 .cca_rssi_thresh = 256 - DEFAULT_BT_LE_CCA_RSSI_THRESH, \
/hal_espressif-latest/components/bt/include/esp32c6/include/
Desp_bt.h253 .cca_rssi_thresh = 256 - DEFAULT_BT_LE_CCA_RSSI_THRESH, \
/hal_espressif-latest/components/bt/include/esp32h2/include/
Desp_bt.h258 .cca_rssi_thresh = 256 - DEFAULT_BT_LE_CCA_RSSI_THRESH, \