Hi
I'm using Qt Bluetooth to connect some peripheral devices. But the "QLowEnergyController" ready to "connectToDevice()", the system output is :
qt.bluetooth.bluez: void QBluetoothSocketPrivate::_q_readNotify() 76 error: -1 "Resource temporarily unavailable"
I don't know what resource is unavailable. Here is the output of "ulimit -a":
core file size (blocks, -c) unlimited data seg size (kbytes, -d) unlimited scheduling priority (-e) 0file size (blocks, -f) unlimited pending signals (-i) 1379max locked memory (kbytes, -l) 64max memory size (kbytes, -m) unlimitedopen files (-n) 1024pipe size (512 bytes, -p) 8POSIX message queues (bytes, -q) 819200real-time priority (-r) 0stack size (kbytes, -s) 8192cpu time (seconds, -t) unlimited max user processes (-u) 1379virtual memory (kbytes, -v) unlimited file locks (-x) unlimited
How can I fix this.