TorstenRobitzki / bluetoe

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

LL_PING not actively send #105

Open TorstenRobitzki opened 1 year ago

TorstenRobitzki commented 1 year ago

The spec requires the link layer to send out LL_PING PDUs to a central, when there is no traffic on an encrypted link. Currently, Bluetoe just responds to a LL_PING PDU with a LL_PING PDU.

Solution: