I am trying to write a radio code without using BLE stack here i was able to write down code for initialization of radio and was advertising some random packets. But how should i debug to know that am i advertising correctly or not. I tried to use sniffer for debugging but it was not able to detect it as i have not setted any public address(MAC addr). Do anybody have any idea how to set public address without using BLE stack. So that i can see adv packets on sniffer for that device. Or you know any other technique to debug the code, in-short to validate what i am doing correctly.