mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
targets: remove deprecated settings from various syscfgs
This commit replaces deprecated setting BLE_LL_VND_EVENT_ON_ASSERT with BLE_LL_HCI_VS_EVENT_ON_ASSERT.
This commit is contained in:
committed by
Andrzej Kaczmarek
parent
f65f61acdb
commit
c478d6eaec
@@ -29,7 +29,7 @@ syscfg.vals:
|
||||
BLE_LL_CONN_INIT_SLOTS: 4
|
||||
BLE_LL_DTM: 1
|
||||
BLE_LL_DTM_EXTENSIONS: 1
|
||||
BLE_LL_VND_EVENT_ON_ASSERT: 1
|
||||
BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
|
||||
BLE_MAX_CONNECTIONS: 5
|
||||
BLE_MAX_PERIODIC_SYNCS: 5
|
||||
BLE_MULTI_ADV_INSTANCES: 5
|
||||
|
||||
@@ -31,7 +31,7 @@ syscfg.vals:
|
||||
BLE_LL_CONN_INIT_SLOTS: 4
|
||||
BLE_LL_DTM: 1
|
||||
BLE_LL_DTM_EXTENSIONS: 1
|
||||
BLE_LL_VND_EVENT_ON_ASSERT: 1
|
||||
BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
|
||||
BLE_MAX_CONNECTIONS: 5
|
||||
BLE_EXT_ADV: 1
|
||||
BLE_EXT_ADV_MAX_SIZE: 1650
|
||||
|
||||
@@ -31,7 +31,7 @@ syscfg.vals:
|
||||
BLE_LL_CONN_INIT_SLOTS: 4
|
||||
BLE_LL_DTM: 1
|
||||
BLE_LL_DTM_EXTENSIONS: 1
|
||||
BLE_LL_VND_EVENT_ON_ASSERT: 1
|
||||
BLE_LL_HCI_VS_EVENT_ON_ASSERT: 1
|
||||
BLE_MAX_CONNECTIONS: 5
|
||||
BLE_EXT_ADV: 1
|
||||
BLE_EXT_ADV_MAX_SIZE: 1650
|
||||
|
||||
Reference in New Issue
Block a user