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

  /src/lib/libbluetooth/
bluetooth.h 71 struct bt_devinfo { struct
135 typedef int (bt_devenum_cb_t)(int, const struct bt_devinfo *, void *);
151 int bt_devinfo(const char *, struct bt_devinfo *);
bt_dev.c 520 bt__devany_cb(int s, const struct bt_devinfo *info, void *arg)
775 * Internal version of bt_devinfo. Fill in the devinfo structure
779 bt__devinfo(int s, const char *name, struct bt_devinfo *info)
789 memset(info, 0, sizeof(struct bt_devinfo));
826 bt_devinfo(const char *name, struct bt_devinfo *info) function in typeref:typename:int
848 struct bt_devinfo info;
Makefile 39 MLINKS+= bt_dev.3 bt_devinfo.3

Completed in 12 milliseconds