Hello.
I have a question about setting MAC address.
For now, my device uses random static address from FICR.
And I also use "bt_set_id_addr()" function for test purpose.
But I couldn't find the way that setting MAC address type to public address.
Is it possible in NCS? (Zephyr?)
FYI, I got OUI code from my workplace.
And I already knew about this thread.
>> https://lists.zephyrproject.org/g/devel/topic/bluetooth_address_type/16760640?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,240,16760640
I guess vendor specific means "hci_vendor_read_static_addr()" function in "%NCS_ROOT%\zephyr\subsys\bluetooth\controller\hci\nordic\hci_vendor.c" file.
But I'm not sure that's all.
When I saw source code in "hci_vendor.c" file, it doesn't looks like for public address.
Thanks for read.
Best regards,
Jason.