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 1ec4563 commit a9bef0cCopy full SHA for a9bef0c
src/utility/HCISharedMemTransport.cpp
@@ -658,7 +658,8 @@ int HCISharedMemTransportClass::stm32wb_start_ble(void)
658
CFG_BLE_MAX_ADV_DATA_LEN,
659
CFG_BLE_TX_PATH_COMPENS,
660
CFG_BLE_RX_PATH_COMPENS,
661
- CFG_BLE_CORE_VERSION
+ CFG_BLE_CORE_VERSION,
662
+ CFG_BLE_OPTIONS_EXT
663
};
664
/**
665
* Starts the BLE Stack on CPU2
0 commit comments