chipweinberger / flutter_blue_plus

Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android, iOS, macOS
Other
791 stars 479 forks source link

Added matching of serviceUuid during characteristic search #691

Closed Romcik077 closed 1 year ago

Romcik077 commented 1 year ago

Issue appear when I tried to crate descriptors for my characteristics with same uuid but under different services with different uuid. As result I had descriptor for all characteristics but only from first one, even if characteristic has another descriptor with another uuid or doesn't have any descriptors. With next code everything works as expected.

chipweinberger commented 1 year ago

youre right this is a bug. thanks!