Skip to content

Commit 8c58e82

Browse files
committed
targets: Enable Bluetooth Enhanced CoC code in coverity targets
Allows to cover more code on analysis.
1 parent db06ac6 commit 8c58e82

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

targets/coverity/btshell_nrf52840_coverity/syscfg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ syscfg.vals:
3333
BLE_TRANSPORT_EVT_DISCARDABLE_COUNT: 257
3434
BLE_HS_DEBUG: 1
3535
BLE_L2CAP_COC_MAX_NUM: 2
36+
BLE_L2CAP_ENHANCED_COC: 1
3637
BLE_LL_CFG_FEAT_LE_2M_PHY: 1
3738
BLE_LL_CFG_FEAT_LE_CODED_PHY: 1
3839
BLE_LL_CFG_FEAT_LL_PRIVACY: 1

targets/coverity/btshell_nrf52840_coverity2/syscfg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ syscfg.vals:
3333
BLE_TRANSPORT_EVT_DISCARDABLE_COUNT: 257
3434
BLE_HS_DEBUG: 1
3535
BLE_L2CAP_COC_MAX_NUM: 2
36+
BLE_L2CAP_ENHANCED_COC: 1
3637
BLE_LL_CFG_FEAT_LE_2M_PHY: 1
3738
BLE_LL_CFG_FEAT_LE_CODED_PHY: 1
3839
BLE_LL_CFG_FEAT_LL_PRIVACY: 1

0 commit comments

Comments
 (0)