In BleCentralManagerAndroid method peripheralDiscoverServices() on my Xiaomi Redmi Note Pro 9 is falling on not finding any service with given UUID. It is caused by not having enough time to update services. If i add delay(500) to the start of peripheralDiscoverServices() method - then it works.
In BleCentralManagerAndroid method peripheralDiscoverServices() on my Xiaomi Redmi Note Pro 9 is falling on not finding any service with given UUID. It is caused by not having enough time to update services. If i add delay(500) to the start of peripheralDiscoverServices() method - then it works.