This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Despite successfully reading scan request/response data (nRFconnect) Sniffer shows Advertising PDU type to be 0000 ADV_IND, not 0110 ADV_SCAN_IND

Hi

I have implemented a scannable advertising on nRF51822, s130, SDK12,

I can see it's working by reading the scannable information on nRC Connect, however,

on the sniffer I still see Advertising PDU type to be 0000 ADV_IND, not 0110 ADV_SCAN_IND as to my understanding it should be 0110.

If I did not actually advertise PDU 0110 why am I getting scan requests? I am happy that it's working but I don't understand why it is working.

Another related issue, is that even if I don't implement the scannable advertisement, I still get from time a scan request which is answered by a scan response (which seems to be empty),

So again, why am I getting scan requests without implementing it (obviously the PDU is ADC_IND 0x0000), and how is my advice answering those requests if it is not expecting them?

Thanks!

Related