Searched refs:op_code (Results 1 – 1 of 1) sorted by relevance
155 uint16_t process_command(uint16_t op_code, uint8_t *buffer_in, uint16_t buffer_in_length, uint8_t *… in process_command() argument160 ret_val = check_legacy_extended_call(op_code, buffer_out); in process_command()166 if (op_code == hci_command_table[i].opcode) { in process_command()179 HOST_TO_LE_16(buffer_out+5, op_code); in process_command()