kevincar / bless

Cross-platform Bluetooth Low Energy Server Python Library
MIT License
86 stars 28 forks source link

Characteristic Protection Level #35

Closed kevincar closed 3 years ago

kevincar commented 3 years ago

Describe the solution you'd like The current values for the GATTAttributePermissions enumeration are not being appropriate applied to write protection levels on the DotNet backend, only the read protection levels.

This can be addressed as a new standalone characteristic object is made for DotNet as part of #32