Home
last modified time | relevance | path

Searched refs:bt_devrecv (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libbluetooth/
H A Dbt_dev.c231 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 Dbluetooth.h141 ssize_t bt_devrecv(int, void *, size_t, time_t);
H A DMakefile42 MLINKS+= bt_dev.3 bt_devrecv.3