Setting Static Device Address in hci_uart

Hi,

I would like to set the FICR-Address as Static Device Address in hci_uart. I know how to set this address as Public Address but can't find any suitable API to set it as Static Device Address. All functions I found are needing the host implementation, which is not there in my this case. I also know there is a HCI command HCI_LE_Set_Random_Address but I want the address to be set on controller side because the FICR-Address is (obviously) not accessible on the host side.

Regards,
Oliver

Related