I'm engaging in dev. project which uses BlueZ v5.26 and TI CC2564 chip.
Recently there needs to change BT MAC address to be in the range of that customer owns. To meet, I used hci command as chip maker guides in the following link. And, I also tried with 'bdaddr' tool in bluez.
http://processors.wiki.ti.com/index.php/CC256x_VS_HCI_Commands#HCI_VS_Write_BD_Addr_.280xFC06.29
It looks controller MAC address is changed, but Bluetooth daemon still keeps chip original MAC address. Bluetoothctl shows original address. When trying to pair with BLE device, authentication failure happens at the moment. I guess it's because of this address mismatch in the daemon. Is there any way to make bluetooth daemon to use revised address after updating MAC with HCi command?
Thank you for the answer in advance.