kevincar / bless

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

Characteristic attributes #34

Closed kevincar closed 3 years ago

kevincar commented 3 years ago

This request changes GattAttributePermissions to GATTAttributePermissions for naming consistancy and removes the need to pass the integer value of the enumeration objects when adding new characteristics.

Closes #31