This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Insert data in the extended advertisement of BLE 5

Hello

I would like to use the extended advertisement feature of BLE 5 but I have several questions:

1. If I want to broadcast data in "extended advertisement" messages (without connection): should I insert this data in the "manufacturing data" or can I add fields in the "ble_advdata_t" structure containing the data to send ? (what is the right method ?)

2. In which case do we need to request a new "company identifier"? If my devices broadcast data only (no need to connect), should I still have a "company identifier"?

Thank you
Related