kevincar / bless

Cross-platform Bluetooth Low Energy Server Python Library
MIT License
78 stars 26 forks source link

Ability to write `Descriptors` in advertizement #118

Open vikramdattu opened 7 months ago

vikramdattu commented 7 months ago

Describe the solution you'd like BlueZ already does have this support, and Bleak supports read descriptors property

Additional context Many of the applications, use characteristics descriptors. Having the method for this exposed will help a ton.

mklemarczyk commented 2 months ago

@vikramdattu still interested? I was thinking on the improvements to bless. If @kevincar you agree, I will take the subject ;)

kevincar commented 2 months ago

@mklemarczyk Absolutely!

mklemarczyk commented 1 month ago

@kevincar I have some prototype, I plan to share a PR soon so others can check it for different platforms. I primary work on linux.

mklemarczyk commented 4 weeks ago

I send you first proposal in PR #134 Who wish to help testing on other platforms ? I will need some data to complete implementation.