Home | History | Annotate | Download | only in tools

Lines Matching defs:rq

246 	struct hci_request rq;
247 memset(&rq, 0, sizeof(rq));
248 rq.ogf = cmd_opcode_ogf(opcode);
249 rq.ocf = cmd_opcode_ocf(opcode);
250 rq.event = EVT_CMD_COMPLETE;
251 rq.cparam = &send_action->data[3];
252 rq.clen = send_action->data[2];
253 rq.rparam = response;
254 rq.rlen = sizeof(response);
256 if (hci_send_req(fd, &rq, 15) < 0) {