noble/bleno

Only first indication received when running on Linux

Open

#242 创建于 2016年11月1日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)JavaScript (2,083 star) (465 fork)batch import
help wanted

描述

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

贡献者指南

Only first indication received when running on Linux · noble/bleno#242 | Good First Issue