Skip to content

Commit 8de2038

Browse files
committed
chore: add new field ATT bearers
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 2c444f7 commit 8de2038

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utility/HCISharedMemTransport.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,8 @@ int HCISharedMemTransportClass::stm32wb_start_ble(void)
665665
CFG_BLE_TX_PATH_COMPENS,
666666
CFG_BLE_RX_PATH_COMPENS,
667667
CFG_BLE_CORE_VERSION,
668-
CFG_BLE_OPTIONS_EXT
668+
CFG_BLE_OPTIONS_EXT,
669+
CFG_BLE_MAX_ADD_EATT_BEARERS
669670
};
670671
/**
671672
* Starts the BLE Stack on CPU2

0 commit comments

Comments
 (0)