From afd677efd275d18f76be25da04a5da9cba4e66f6 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Tue, 30 Nov 2021 16:00:56 +0100 Subject: [PATCH] nimble/ll: Move BLE_PUBLIC_DEV_ADDR to deprecated settings --- nimble/controller/syscfg.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/nimble/controller/syscfg.yml b/nimble/controller/syscfg.yml index d799e1c75..7c3324271 100644 --- a/nimble/controller/syscfg.yml +++ b/nimble/controller/syscfg.yml @@ -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: