feat(ble): ISO minor support for NimBLE Host

This commit is contained in:
Liu Linyan
2025-07-01 14:26:07 +08:00
committed by BOT
parent 659ae57c83
commit 77c51051b9
4 changed files with 174 additions and 1 deletions
+7
View File
@@ -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"