Hello, guys!
I have a few questions about BLE extended advertising on devices running Zephyr RTOS.
First of all, I found a periodic_adv sample under zephyr/samples/bluetooth which seems to be a good example of BLE extended advertising in action. Is there any appropriate sample for the central device that will show us how to detect and extract the data of the extended advertising?
To the best of my understanding, extended advertising consists of multiple Advertising Sets (0x01 - 0xEF). For each advertising set, we can define the data that will be advertised. Also, for each advertising set, there is a possibility to additionally exchange the data with the Scan Request/Scan Response mechanism. Is my understanding correct?
What is the size of data we can transfer in every Advertising Set? Is it the same as in an ordinary advertising packet?
In general, can we use extended BLE advertising to transfer data in multiple packets (advertising sets) without establishing a BLE connection?
Thanks in advance. Looking forward to hearing from you.
Sincerely,
Bojan.