Home
last modified time | relevance | path

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

/btstack/test/hfp/
H A Dmock.c88 static int hfp_command_start_index = 0; variable
92 …int has_cmd = get_rfcomm_payload_len() - hfp_command_start_index >= 2 + start_command_offset + end… in has_more_hfp_commands()
99 char * data = (char *)(&get_rfcomm_payload()[hfp_command_start_index + start_command_offset]); in get_next_hfp_command()
100 int data_len = get_rfcomm_payload_len() - hfp_command_start_index - start_command_offset; in get_next_hfp_command()
109hfp_command_start_index = hfp_command_start_index + i + start_command_offset + end_command_offset; in get_next_hfp_command()
157 hfp_command_start_index = 0; in rfcomm_send()