Home
last modified time | relevance | path

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

/netbsd-src/lib/libbluetooth/
H A Dbluetooth.h104 struct bt_devreq { struct
105 uint16_t opcode;
106 uint8_t event;
107 void *cparam;
108 size_t clen;
109 void *rparam;
110 size_t rlen;
H A Dbt_dev.c400 bt_devreq(int s, struct bt_devreq *req, time_t to) in bt_devreq() function