steamclock / bluejay

A simple Swift framework for building reliable Bluetooth LE apps.
MIT License
1.09k stars 98 forks source link

How to get the services and charateristics from a connected peripheral? #266

Open xuanyuelin opened 1 year ago

xuanyuelin commented 1 year ago

the demo specified characteristic by serviceid and uuid. Does it means that never can i get the target peripheral's characteristics until you get the required ids. what a bad experience! It may turn me to use the original bluetooth framework!