fun findUARTServiceInDevice(: DeviceBluetoothService, : UARTBTServiceDefinition, : CancellationToken? = null): Task<UARTBTService>
tries to find the UART Service with a given device bluetooth service and service definition. It will retry up to 3 times if it failed.