mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 16:06:51 +00:00
stm32wb/ble: disable default CPU2 host config option
This commit is contained in:
parent
bbdcb82f18
commit
30a80a390d
1 changed files with 5 additions and 1 deletions
|
|
@ -957,7 +957,11 @@ if STM32WB_BLE
|
|||
|
||||
config STM32WB_BLE_C2HOST
|
||||
bool "Enable CPU2 HOST stack"
|
||||
default y
|
||||
default n
|
||||
---help---
|
||||
The full stack version of CPU2 firmware allows to enable CPU2 HOST stack and
|
||||
control it using vendor ACL protocol. However, it is not expected to enable
|
||||
this option in the current implementation.
|
||||
|
||||
config STM32WB_BLE_MAX_CONN
|
||||
int "Maximum BLE simultaneous connections"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue