tinyb
tinyb copied to clipboard
Finding service by UUID is slow
Hello, I'm trying to find my service by UUID. the method bluetoothDevice.find(uuid) returns the service only after n seconds where n = number of services exposed. Ex: If the service which am seraching for is in the 9th line, it takes 9 seconds.
Is this behavior normal? or am I missing something?