dotintent / FlutterBleLib

Bluetooth Low Energy library for Flutter with support for simulating peripherals
Apache License 2.0
531 stars 195 forks source link

How to find Secondary service? #574

Open kapibara91 opened 3 years ago

kapibara91 commented 3 years ago

I used await scanResult.peripheral.discoverAllServicesAndCharacteristics() to get all service.

But, final services = await scanResult.peripheral.services(); can not show Secondary service.

How should I do for that? Thank you!