getServiceData returns an empty array in some devices
问题 Context: I have two devices with me: 1. LG G7 2. Huawei Pra LX1 I am currently using implementation "com.polidea.rxandroidble2:rxandroidble:1.10.0" When I call to Disposable scanSubscription = rxBleClient.scanBleDevices( new ScanSettings.Builder() // .setScanMode(ScanSettings.SCAN_MODE_LOW_LATENCY) // change if needed // .setCallbackType(ScanSettings.CALLBACK_TYPE_ALL_MATCHES) // change if needed .build() // add filters if needed ) .subscribe( scanResult -> { // Process scan result here. },