noble/bleno

Only first indication received when running on Linux

Open

#242 geöffnet am 1. Nov. 2016

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)JavaScript (2.083 Stars) (465 Forks)batch import
help wanted

Beschreibung

I have a Characteristic with an indicate property. When a central subscribes to it and I start sending data using the updateValueCallback property, I only get one indication back. Subsequent indications are not received. This only happens on Linux, Raspbian in my case, not on macOS (10.11.6).

Example Project: https://github.com/mattsson/bleno-onindicate-bug.git

There's also a small Xcode Project in there which will build an iOS app that connects to the peripheral and logs out received data.

Debug logs: https://gist.github.com/mattsson/e15f62789661bf7b6e1941be1308d4ba hcidump: https://gist.github.com/mattsson/2da888db72b502fdc36f2b2897777d13

Contributor Guide