kevincar / bless

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

Separate Bless and BlueZ Objects #37

Closed kevincar closed 3 years ago

kevincar commented 3 years ago

Describe the solution you'd like DotNet and CoreBluetooth have server and characteristic options that are wrapped by the BlessServer or BlessCharacteristic class. Currently, the BlueZ classes are wrapped in bleak objects. For consistency, I'd like to move the current BlueZGatt classes as their own entity in preparation for the BlueZ portion of #32

Tasks