Hi all,
I want to realize that broadcast some useful data to any listeners.
My first implementation is using one characteristic of one service to send out the data. I set the property of the characteristic as notify.
there is one problem that if listener want to get the data ,it must be connected to the sender. what our manager does just want is listeners can get the data before it is connected to the sender.So I want to add the data to the broadcast package, then make the CC2540 broadcast them.
My question is the contains of the broadcast is fixed after the system finishes initialization , how can I modify it? Because the data I want to broadcast is not fixed.