Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp.c1168 } hfp_command_entry_t; typedef
1170 static hfp_command_entry_t hfp_ag_command_table[] = {
1207 static hfp_command_entry_t hfp_hf_command_table[] = {
1260 hfp_command_entry_t * table; in parse_command()
1263 num_entries = sizeof(hfp_ag_command_table) / sizeof(hfp_command_entry_t); in parse_command()
1266 num_entries = sizeof(hfp_hf_command_table) / sizeof(hfp_command_entry_t); in parse_command()
1273 hfp_command_entry_t *entry = &table[middle]; in parse_command()