Hi
Can i check the received advertisement packet's mac address in Mbed coding? How can i do it? Thank you.
Hi
Can i check the received advertisement packet's mac address in Mbed coding? How can i do it? Thank you.
Hi,
The Gap::AdvertisementCallbackParams_t struct contains the peer address. If you look in advertisementCallback(..) function in this example, you should be able to figure out how the struct can be used.
Best regards,
Jørgen
Hi,
The Gap::AdvertisementCallbackParams_t struct contains the peer address. If you look in advertisementCallback(..) function in this example, you should be able to figure out how the struct can be used.
Best regards,
Jørgen