You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was porting some BLEPeripheral code to the Arduino 101 and noticed that BLEBroadcast is missing from CurieBLE.
I'd like to be able to add the BLEBroadcast property to a Characteristic. setValue should update the advertising data when the characteristic's value changes.