I have a situation where multiple devices will be attempting to connect to my bleno app on a Raspberry Pi Zero W. I would have expected that if bleno is busy with one connection, it would reject incoming connections. Instead, the current connection is immediately terminated to let the new device connect. As I see it, there is one of three things happening...
This is a bug, and should be addressed.
This is a design choice, and I would request an option to enable/disable this behavior if possible.
This is a hardware/firmware quirk, and there is nothing to be done.
I have a situation where multiple devices will be attempting to connect to my bleno app on a Raspberry Pi Zero W. I would have expected that if bleno is busy with one connection, it would reject incoming connections. Instead, the current connection is immediately terminated to let the new device connect. As I see it, there is one of three things happening...