getServices is empty after connecting, but before that the device shows it has services

Former Member
Former Member

I can find and connect to a device using BLE

In the scanresults, the device has services, but when the device connects (using pairDevice) then the device returned has no services - which is weird because the state of the connection at that point is successful, and its the same device

Im trying to connect with Arduino, so maybe the issue lies there?