Need Help Sending BLE UART Broadcast

I’m glad you say that actually because I was thinking all the BLE connections were one-to-one only but with broadcasting it can be one-to-all messaging and that’s a new concept I need to wrap my head around and test out.

How would you go about broadcasting let’s say a payload containing The following data: 12.85v-10.97A-130.97W-78.9F-100%-FULL

Can we view a BLE Advertising Payload transmission burst using the Adafruit Bluefruit app the same way we use that app to see BLE UART Serial data?

For now I’m just wanting to make something simple like like have a INA219 voltage & current sensor connected to a Xenon and be able to broadcast the Voltage, Current, Wattage readings I can use something like the Bluefruit app to view the advertised readings every second.

What do you think is the best method to do this? It’s more complicated than setting up a simple Particle.Publish()