Home
last modified time | relevance | path

Searched refs:BT_BLE_CCA_MODE (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/include/esp32c3/include/
Desp_bt.h212 #define BT_BLE_CCA_MODE (CONFIG_BT_BLE_CCA_MODE) macro
214 #define BT_BLE_CCA_MODE (0) macro
356 .ble_cca_mode = BT_BLE_CCA_MODE, \
/hal_espressif-latest/zephyr/esp32c3/include/bt/
Desp_bt.h253 #define BT_BLE_CCA_MODE (CONFIG_BT_BLE_CCA_MODE) macro
255 #define BT_BLE_CCA_MODE (0) macro
325 .ble_cca_mode = BT_BLE_CCA_MODE, \
/hal_espressif-latest/zephyr/esp32s3/include/bt/
Desp_bt.h253 #define BT_BLE_CCA_MODE (CONFIG_BT_BLE_CCA_MODE) macro
255 #define BT_BLE_CCA_MODE (0) macro
325 .ble_cca_mode = BT_BLE_CCA_MODE, \
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in81 choice BT_BLE_CCA_MODE choice
95 config BT_BLE_CCA_MODE config
Dbt.c963 #if BT_BLE_CCA_MODE == 2 in btdm_funcs_table_ready_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c956 #if BT_BLE_CCA_MODE == 2 in btdm_funcs_table_ready_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c945 #if BT_BLE_CCA_MODE == 2 in btdm_funcs_table_ready_wrapper()