Searched refs:bt_devinfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/lib/libbluetooth/
H A Ddev.c48 struct bt_devinfo di;
52 if (bt_devinfo(&di) < 0)
84 bt_devaddr_match(int s, struct bt_devinfo const *di, void *arg)
H A DMakefile33 MLINKS+= bluetooth.3 bt_devinfo.3
H A Dbluetooth.h98 struct bt_devinfo struct
163 typedef int (bt_devenum_cb_t)(int, struct bt_devinfo const *, void *);
180 int bt_devinfo (struct bt_devinfo *di);
H A Dhci.c44 static int bt_devany_cb(int s, struct bt_devinfo const *di, void *xdevname);
535 bt_devinfo(struct bt_devinfo *di) function
631 struct bt_devinfo di;
666 if (bt_devinfo(&di) < 0)
690 bt_devany_cb(int s, struct bt_devinfo const *di, void *xdevname)

Completed in 116 milliseconds