Home
last modified time | relevance | path

Searched defs:bt_devreq (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libbluetooth/
H A Dbluetooth.h142 struct bt_devreq struct
144 uint16_t opcode;
145 uint8_t event;
146 void *cparam;
147 size_t clen;
148 void *rparam;
149 size_t rlen;
H A Dhci.c213 bt_devreq(int s, struct bt_devreq *r, time_t to) in bt_devreq() function