Searched refs:bt_devrecv (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/lib/libbluetooth/ |
H A D | bt_dev.c | 231 bt_devrecv(int s, void *buf, size_t size, time_t to) in bt_devrecv() function 341 n = bt_devrecv(s, buf, sizeof(buf), to); in bt__devreq() 655 n = bt_devrecv(s, buf, sizeof(buf), to); in bt_devinquiry()
|
H A D | bluetooth.h | 141 ssize_t bt_devrecv(int, void *, size_t, time_t);
|
H A D | Makefile | 42 MLINKS+= bt_dev.3 bt_devrecv.3
|