mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(ble): ISO minor support for NimBLE Host
This commit is contained in:
@@ -791,6 +791,13 @@ if(CONFIG_BT_ENABLED)
|
||||
"host/nimble/nimble/nimble/host/src/ble_eatt.c"
|
||||
)
|
||||
|
||||
if(CONFIG_BT_NIMBLE_ISO)
|
||||
list(APPEND srcs
|
||||
"host/nimble/nimble/nimble/host/src/ble_hs_iso_hci.c"
|
||||
"host/nimble/nimble/nimble/host/src/ble_hs_iso.c"
|
||||
)
|
||||
endif()
|
||||
|
||||
if(CONFIG_BT_CONTROLLER_DISABLED AND CONFIG_BT_NIMBLE_TRANSPORT_UART)
|
||||
list(APPEND srcs
|
||||
"host/nimble/nimble/nimble/transport/uart_ll/src/hci_uart.c"
|
||||
|
||||
Reference in New Issue
Block a user