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

Reading MAC address

Hello

I just have some small queries.

Let's say that I am scanning continuously for advertisement packets. I think the MAC address of the devices sending these packets are part of the packet payload (though I am not sure! Please clear that out). If yes, is there any way of reading that MAC address from the packet without connecting to the device? If no, then how to get such a MAC address? Perhaps, sending it using the manufacturer data field of the advertising packet?

Also, I think that the sd_ble_gap_addr_get() function returns the MAC address of the device on which the code is running. Am I right?

Thanks 

Atul

Related