Searched refs:hci_command_table (Results 1 – 3 of 3) sorted by relevance
165 for (i = 0; hci_command_table[i].opcode != 0; i++) { in process_command()166 if (op_code == hci_command_table[i].opcode) { in process_command()167 …ret_val = hci_command_table[i].execute(buffer_in, buffer_in_length, buffer_out, buffer_out_max_len… in process_command()
34 extern const hci_command_table_type hci_command_table[];
3290 const hci_command_table_type hci_command_table[] = { variable