Without any clients connecting to my nRF, I want to advertise some data which the clients can see.
I know I can use the ble_advdata_manuf_data_t struct and populate the company_indentifier, p_data and size fields. I also seen in the post below that they can be updated dynamically (tested and works).
How to update advertising data dynamically using BLE Advertising library
For the company identifier field, what ID can be used if a company does not have an identifier? I know an ID can be applied for, however I was wondering if there is a default or standard one anyone can use, without having to apply for a specific one. I read in another post it is mandatory to update this field, however for my application, I just want to advertise different "messages", for a client to read before deciding if it should connect to the peer.