nimble/transport/cmac: Fix configuration

Default values always to both non-extadv and extadv builds, the only
difference is event buffer size.
This commit is contained in:
Andrzej Kaczmarek
2022-01-31 09:19:26 +01:00
parent 2a062faff3
commit 291dbc11b9
+1 -1
View File
@@ -16,7 +16,7 @@
# under the License.
#
syscfg.vals.'!BLE_HCI_BRIDGE && !(BLE_EXT_ADV || BLE_LL_CFG_FEAT_LL_EXT_ADV)':
syscfg.vals.'!BLE_HCI_BRIDGE:
BLE_HCI_EVT_HI_BUF_COUNT: 2
BLE_HCI_EVT_LO_BUF_COUNT: 8
BLE_HCI_EVT_BUF_SIZE: 70