hello, We used the nRF51822-BK-FW 1.0.1 We need a little more help here to add the MAC address to the advertising packet. Can Any one help us add that to there?
i m attaching code .. reply as soon as possible
hello, We used the nRF51822-BK-FW 1.0.1 We need a little more help here to add the MAC address to the advertising packet. Can Any one help us add that to there?
i m attaching code .. reply as soon as possible
Hi there,
Your Bluetooth address is already included by the stack in each advertising packet, and will be reported to the scanning device. Please refer to the scanning API of your device of choice to retrieve the Bluetooth address for each detected device. If you need to include the address in the payload then you might want to use the BLE_GAP_AD_TYPE_MANUFACTURER_SPECIFIC_DATA type to include it, since we don't yet support the Bluetooth Device Address AD type in CSS v4.
Carles
hello, can you please specify where to make changes.in the main code..which i have attached in previous post.
thank you.