kevincar / bless

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

Dictionary Service Tree #42

Closed kevincar closed 3 years ago

kevincar commented 3 years ago

Describe the solution you'd like Calling add_new_service and add_new_characteristic may be fine for circumstances were the number of services and characteristics are small. Even in this case, however, allowing the server to accept a dictionary tree with services and characteristics may provide an easier interface in some circumstances.

Tasks