First let me say, the nRF52840 is an awesome chip... I am trying to implement the Google/Apple bluetooth protocol (https://covid19-static.cdn-apple.com/applications/covid19/current/static/contact-tracing/pdf/ContactTracing-BluetoothSpecificationv1.1.pdf) on a nRF52840 chip board. In essence, I am trying to implement the scheme on a dongle instead of a phone. I have basically got it working except, when I try to send 0x1A flag in the advertisement message, I can't see it on the nRFConnect app + Bluetooth Low Energy tool. If I change the value of the flag to 0x6, I see it on the app... So, is there anyway to figure out why it doesn't work with the 0x1A flag? Is it a problem with the board doing the advertising? Or is it a problem with the nRFConnect app? Sorry, I am a newbie at this stuff so I don't really understand all the bluetooth spec's yet.
Thanks for your help,
SaeWoo