nimble/ll: Move BLE_PUBLIC_DEV_ADDR to deprecated settings

This commit is contained in:
Andrzej Kaczmarek
2021-11-30 16:42:48 +01:00
parent 8d912e27c2
commit afd677efd2
+4 -9
View File
@@ -315,15 +315,6 @@ syscfg.defs:
Note: this setting should only be used for testing purposes, it is
not intended for production builds.
value: 0x000000000000
BLE_PUBLIC_DEV_ADDR:
description: >
Allows the target or app to override the public device address
used by the controller. If all zero, the controller will
attempt to retrieve the public device address from its
chip specific location. If non-zero, this address will
be used.
value: "(uint8_t[6]){0x00, 0x00, 0x00, 0x00, 0x00, 0x00}"
deprecated: 1
BLE_LL_DTM:
description: >
@@ -447,6 +438,10 @@ syscfg.defs:
description: use BLE_LL_HCI_VS_EVENT_ON_ASSERT
value: 0
deprecated: 1
BLE_PUBLIC_DEV_ADDR:
description: use BLE_LL_PUBLIC_DEV_ADDR
value: "(uint8_t[6]){0x00, 0x00, 0x00, 0x00, 0x00, 0x00}"
deprecated: 1
# defunct settings (to be removed eventually)
BLE_DEVICE: