pc-ble-driver-py icon indicating copy to clipboard operation
pc-ble-driver-py copied to clipboard

Support for adding service/characteristic handlers only when needed

Open LimeSlice opened this issue 2 years ago • 1 comments

Based on example code, it seems like there is only a built method for discovering ALL the services on connection. I'm curious to know if it's possible (or already supported) to only discover services when that service is about to be called? I find that discovering all the services at the beginning takes a rather long time.

LimeSlice avatar Jun 13 '22 19:06 LimeSlice

I added pull request #221 to handle this

LimeSlice avatar Jun 15 '22 20:06 LimeSlice