Home | History | Annotate | Download | only in btplay

Lines Matching defs:inq

70 	hci_inquiry_cp inq;
122 inq.lap[0] = 0x33;
123 inq.lap[1] = 0x8b;
124 inq.lap[2] = 0x9e;
125 inq.inquiry_length = 4;
126 inq.num_responses = 1;
130 cmd->length = sizeof(inq);
131 memcpy(cmd+1, &inq, sizeof(inq));
133 if (rump_sys_sendto(s, msg, sizeof(*cmd)+sizeof(inq), 0, NULL, 0) == -1)
137 err(1, "recv inq response");
144 err(1, "recv inq result");
182 err(1, "recv inq response");