Searched refs:end_command_offset (Results 1 – 2 of 2) sorted by relevance
91 int has_more_hfp_commands(int start_command_offset, int end_command_offset){ in has_more_hfp_commands() argument92 …et_rfcomm_payload_len() - hfp_command_start_index >= 2 + start_command_offset + end_command_offset; in has_more_hfp_commands()97 char * get_next_hfp_command(int start_command_offset, int end_command_offset){ in get_next_hfp_command() argument109 … hfp_command_start_index = hfp_command_start_index + i + start_command_offset + end_command_offset; in get_next_hfp_command()146 int end_command_offset = 2; in rfcomm_send() local152 if (has_more_hfp_commands(start_command_offset, end_command_offset)){ in rfcomm_send()
60 int has_more_hfp_commands(int start_command_offset, int end_command_offset);61 char * get_next_hfp_command(int start_command_offset, int end_command_offset);