Files
duooomi-ios-sdk/Sources
km2023 f4a32bb7e8 fix(ble): discover all services then filter; some firmware rejects scoped discovery
When discoverServices is called with a specific UUID list, certain firmware
returns an empty service array even though the requested service exists on
the device. Match expo-duooomi-app's behavior (discoverAllServicesAndCharacteristics)
by passing nil and filtering in the delegate callback.

Also log discovered service UUIDs to aid future debugging.
2026-05-06 11:43:06 +08:00
..