TorstenRobitzki / bluetoe

C++ Framework to build Bluetooth LE Server (GATT)
MIT License
141 stars 29 forks source link

Link Layer scheduling fewer than 6 connection events at the beginning of a connection #101

Closed XavierBoniface closed 1 year ago

XavierBoniface commented 1 year ago

When the Peripheral receives no packet from the Central at the beginning of a connection, it has to listen at the first 6 connection events still. However it was observed that sometimes Bluetoe opens only a few (< 6) Rx windows and then stops listening.