Home
last modified time | relevance | path

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

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