BLE Extended Advertising

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.

Parents
  • Hi Bojan

    No. the nRF Connect for Desktop BLE app firmware is based on an older BLE version I'm afraid, so it does not support periodic advertising packets.

    The nRF Connect for Mobile app will support periodic advertising packets if the phone does so, but I believe most phones these days don't support it yet. Extended advertising packets should be visible though. We have only tested the periodic advertising using two DKs on our end.

    Best regards,

    Simon

Reply
  • Hi Bojan

    No. the nRF Connect for Desktop BLE app firmware is based on an older BLE version I'm afraid, so it does not support periodic advertising packets.

    The nRF Connect for Mobile app will support periodic advertising packets if the phone does so, but I believe most phones these days don't support it yet. Extended advertising packets should be visible though. We have only tested the periodic advertising using two DKs on our end.

    Best regards,

    Simon

Children
Related