mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(bt/bluedroid): Support BLE CTE in bluedroid host
This commit is contained in:
@@ -465,6 +465,12 @@ if(CONFIG_BT_ENABLED)
|
||||
"host/bluedroid/hci/ble_hci_iso.c")
|
||||
endif()
|
||||
|
||||
if(CONFIG_BT_BLE_FEAT_CTE_EN)
|
||||
list(APPEND srcs "host/bluedroid/stack/btm/btm_ble_cte.c"
|
||||
"host/bluedroid/btc/profile/std/cte/btc_ble_cte.c"
|
||||
"host/bluedroid/api/esp_ble_cte_api.c")
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
if(CONFIG_BLE_MESH)
|
||||
|
||||
Reference in New Issue
Block a user