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
Since we've turned most of the GATT level API synchronous, the only
asynchronous event is disconnected by remote peripheral, or the signal
breaks up.
// Disconnected returns a channel, which is closed when the client
// disconnects.
ble.Client.Disconnected() <-chan struct {}
issue ARMmbed#14
What is the purpose of public methods like
URIBeacon2Service ::setFlags
These call
configure()
but do not callble.setAdvertisingPayload()
These methods do not call
ble.updateCharacteristicValue
so the values are never reflected in GATT.Also
configure()
is called twice inonDataWritten
for reset.The text was updated successfully, but these errors were encountered: