We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c444f7 commit 8de2038Copy full SHA for 8de2038
src/utility/HCISharedMemTransport.cpp
@@ -665,7 +665,8 @@ int HCISharedMemTransportClass::stm32wb_start_ble(void)
665
CFG_BLE_TX_PATH_COMPENS,
666
CFG_BLE_RX_PATH_COMPENS,
667
CFG_BLE_CORE_VERSION,
668
- CFG_BLE_OPTIONS_EXT
+ CFG_BLE_OPTIONS_EXT,
669
+ CFG_BLE_MAX_ADD_EATT_BEARERS
670
};
671
/**
672
* Starts the BLE Stack on CPU2
0 commit comments