This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I want to capture multiple advertisement from a particular BLE device. I make CC2650 Launchpad as central role, along with number of Max scan responses set to 50.
I use Sensortag as device under test. Sensortag keeps on advertise in certain time period.
My objective to see multiple advertising when i perform device discovery in CC2650 Launchpad.
can you please let me know in BTool, what are the parameters i need to set to get multiple advertising from Sensortag in CC2650 Launchpad?
Thank you
Kaushik
Hi Sy Su,
Yes. I am using TI's Host Test Sample Application for this.
Thank you.
Kaushik
Hi Sy Su,
I already disable the filter.
My sensortag always keep on sending different advertising parameters. As i embedded present humidity and temperature value in advertising packet
But i am still not able to get multiple advertising packets in device scan of CC2650 launchpad.
I have one more sensortag, which fw is not modified.
Are you saying to get multiple advertising packets from same device in one device scan, i must have different advertising packets? If so, please let me know how. as i am not manage to get it done, with my 1st sensortag.
If we can get multiple advertising packets from same device in one device scan, where device provide a static information in advertising packet, let me know how i can get the same.
Thank you.
With Regards,
kaushik
Hi Kaushik,
Based on your log, it looks like you're using an older version of BTool that had a bug where the GAP_SetParam was sending the command value to the incorrect command. This has since been fixed in the newer versions of BTool.
To access this, download the most recent CC2650 SDK at http://www.ti.com/tool/ble-stack and use the version BTool available within the SDK.
Also to clarify, you will not need to change the advertisement data.
-Sy Su