Hi. I my embedded code I read default MAC address internally and mine is read as 73:7F:..... but in reality is supposed to be F3:7F.....
I have read few tickets where people have asked about same issue when using custom MAC address and you have mentioned about Bluetooth SIG requirements on Most significant bits.
Please can you confirm that all I need to do in my case where I am using default MAC address of device is that in code I always make the Most Significant bit of my mac address as 1? The same logic of MSb=1 across all my devices will fix the issue in reading MAC address correct?
Thanks