Searched refs:buffer_in_length (Results 1 – 1 of 1) sorted by relevance
154 static uint16_t process_command(uint8_t *buffer, uint16_t buffer_in_length, uint8_t *buffer_out, in process_command() argument163 buffer_in_length -= sizeof(struct bt_hci_cmd_hdr); in process_command()173 ret_val = hci_command_table[i].execute(buffer_in, buffer_in_length, in process_command()