Home
last modified time | relevance | path

Searched refs:end_command_offset (Results 1 – 2 of 2) sorted by relevance

/btstack/test/hfp/
H A Dmock.c91 int has_more_hfp_commands(int start_command_offset, int end_command_offset){ in has_more_hfp_commands() argument
92 …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() argument
109 … 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() local
152 if (has_more_hfp_commands(start_command_offset, end_command_offset)){ in rfcomm_send()
H A Dmock.h60 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);