We have a keyboard, and user can switch to different central device.
In old nrf sdk, we use different mac address map to different cantral when bonded.
But in ncs 2.0, we found we can't change mac address after bt_enable.
How can i change the mac address in ncs after bt_enable? Or have any other methord to achieve our function?
Our prj.conf:
CONFIG_BT_FILTER_ACCEPT_LIST=y
CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_DEBUG_SMP=n
CONFIG_BT_DEBUG_KEYS=n
CONFIG_BT_DEBUG_SETTINGS=n
CONFIG_BT_LOG_SNIFFER_INFO=n
CONFIG_BT_DEBUG_RPA=y
CONFIG_BT_MAX_CONN=1
CONFIG_BT_MAX_PAIRED=5
CONFIG_BT_SMP=y
CONFIG_BT_PRIVACY=y
CONFIG_BT_PERIPHERAL_PREF_MIN_INT=6
CONFIG_BT_PERIPHERAL_PREF_MAX_INT=24
CONFIG_BT_PERIPHERAL_PREF_LATENCY=6
CONFIG_BT_PERIPHERAL_PREF_TIMEOUT=500
CONFIG_BT_CONN_PARAM_UPDATE_TIMEOUT=1000
CONFIG_BT_AUTO_PHY_UPDATE=n
CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n
CONFIG_BT_USER_PHY_UPDATE=y
CONFIG_BT_HCI_VS=y
CONFIG_BT_HCI_VS_EXT=y
....