Home | History | Annotate | Download | only in tools

Lines Matching refs:hdr

34     hci_command_hdr hdr;
41 hdr.opcode = 0xFD06;
67 hdr.plen = sizeof(cmd);
70 { &hdr, sizeof(hdr) },
73 int total_len = 1 + sizeof(hdr) + sizeof(cmd);
88 hci_command_hdr hdr;
90 hdr.opcode = 0xFE1F;
92 hdr.plen = sizeof(cmd);
95 { &hdr, sizeof(hdr) },
98 int total_len = 1 + sizeof(hdr) + sizeof(cmd);
113 hci_command_hdr hdr;
115 hdr.opcode = 0xFD0C;
126 hdr.plen = sizeof(cmd);
129 { &hdr, sizeof(hdr) },
132 int total_len = 1 + sizeof(hdr) + sizeof(cmd);
147 hci_command_hdr hdr;
150 hdr.opcode = 0xFF36;
151 hdr.plen = sizeof(rate);
154 { &hdr, sizeof(hdr) },
157 int total_len = 1 + sizeof(hdr) + sizeof(rate);
171 hci_command_hdr hdr;
173 hdr.opcode = 0xFD07;
196 hdr.plen = sizeof(cmd);
199 { &hdr, sizeof(hdr) },
202 int total_len = 1 + sizeof(hdr) + sizeof(cmd);
217 hci_command_hdr hdr;
219 hdr.opcode = 0xFD1D;
238 hdr.plen = sizeof(cmd);
241 { &hdr, sizeof(hdr) },
244 int total_len = 1 + sizeof(hdr) + sizeof(cmd);
258 hci_command_hdr hdr;
260 hdr.opcode = 0xFD04;
264 hdr.plen = sizeof(cmd);
267 { &hdr, sizeof(hdr) },
270 int total_len = 1 + sizeof(hdr) + sizeof(cmd);
284 hci_command_hdr hdr;
286 hdr.opcode = 0xFE28;
291 hdr.plen = sizeof(cmd);
294 { &hdr, sizeof(hdr) },
297 int total_len = 1 + sizeof(hdr) + sizeof(cmd);
312 hci_command_hdr hdr;
314 hdr.opcode = 0x0026;
318 hdr.plen = sizeof(cmd);
321 { &hdr, sizeof(hdr) },
324 int total_len = 1 + sizeof(hdr) + sizeof(cmd);
339 hci_command_hdr hdr;
349 hdr.opcode = 0xFE10;
350 hdr.plen = 0x05;
363 { &hdr, sizeof(hdr) },
366 int total_len = 1 + sizeof(hdr) + sizeof(hci_sco);