BLE advertise data length
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-05 6:20 AM
Hi
I couldn't find a specific definition of the total length that I can advertise.
On one place I saw 37 bytes, on another place only 25 bytes.
Can someone tell me, how many bytes can I advertise?
Thanks,
Lior
Labels:
- Labels:
-
BLE
-
STM32WB series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-26 8:29 AM
Using the aci_gap_update_adv_data() call i got it working up to 31 bytes. (flag, single 128bit uuid, advertising name)
Ive found the following stackoverflow thread very helpfull in understanding the limits and requirements.
