bt_devrecv
ssize_t bt_devrecv (int s, void *buf, size_t size, time_t to);
n = bt_devrecv(s, buf, sizeof(buf), to);
n = bt_devrecv(s, buf, sizeof(buf), length);