Home
last modified time | relevance | path

Searched refs:bt_devreq (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libbluetooth/
H A Dbluetooth.h104 struct bt_devreq { struct
142 int bt_devreq(int, struct bt_devreq *, time_t);
H A Dbt_dev.c322 bt__devreq(int s, struct bt_devreq *req, time_t t_end) in bt__devreq()
400 bt_devreq(int s, struct bt_devreq *req, time_t to) in bt_devreq() function
H A DMakefile43 MLINKS+= bt_dev.3 bt_devreq.3
/netbsd-src/usr.sbin/btconfig/
H A Dbtconfig.c390 struct bt_devreq req; in hci_req()
399 if (bt_devreq(hci, &req, 10) == -1) in hci_req()