kevincar / bless

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

Dynamically expose the backend service objects #64

Closed kevincar closed 2 years ago

kevincar commented 2 years ago

The problem

The bless package exposes the appropriate backend server and characteristics but not the service

Expected behavior

from bless import BlessGATTService

should represent the appropriate OS-specific service object; e.g., BlessGATTServiceWinRT on windows