HomeSort by: relevance | last modified time | path
    Searched refs:bt_devreq (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libbluetooth/
bluetooth.h 104 struct bt_devreq { struct
142 int bt_devreq(int, struct bt_devreq *, time_t);
Makefile 43 MLINKS+= bt_dev.3 bt_devreq.3
bt_dev.c 319 * Internal handler for bt_devreq(), do the actual request.
322 bt__devreq(int s, struct bt_devreq *req, time_t t_end)
400 bt_devreq(int s, struct bt_devreq *req, time_t to) function in typeref:typename:int
  /src/usr.sbin/btconfig/
btconfig.c 390 struct bt_devreq req;
399 if (bt_devreq(hci, &req, 10) == -1)

Completed in 24 milliseconds