Home
last modified time | relevance | path

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

/NextBSD/lib/libbluetooth/
HDbluetooth.h138 struct bt_devreq struct
140 uint16_t opcode;
141 uint8_t event;
142 void *cparam;
143 size_t clen;
144 void *rparam;
145 size_t rlen;
HDhci.c208 bt_devreq(int s, struct bt_devreq *r, time_t to) in bt_devreq() function