Broadcast in BLE LLD
Hello
Analyzing the source code of some BLE LLD examples for nucleo stm32wb55 I could see that broadcast is used in Proximity example and unicast in Chat example, for instance. However, I could not understand how to choose between unicast or broadcast. Only calling an LLD function without ack will do this or there are some special addresses for broadcast ? Is there any additional documentation about BLE LLD besides UM2804 document ?
Thanks a lot.