TorstenRobitzki / bluetoe

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

may_require_encryption enforces encryption #57

Closed TorstenRobitzki closed 3 years ago

TorstenRobitzki commented 3 years ago

Looks like may_require_encryption is not working as intended. If a server used the may_require_encryption option, every access to a characteristic value is responded with "Insufficient Authentication".