I need to broadcast custom ble advertisement data from an ios/android device to many custom BLE Devices. My goal is to set the bytes of the ble adv package to broadcast it to ble devices nearby.
As far as is i know i need to set the payload of the advertise package of my ios / android device.
In my case it isn’t possible to simply connect to every ble device and write characteristics values, because i need to broadcast data to many devices.
Is there any way to solve this problem with flutter / flutter blue?
from Flutter Ble Advertisement
No comments:
Post a Comment