Searched refs:custom_at_command (Results 1 – 5 of 5) sorted by relevance
133 void hfp_ag_register_custom_at_command(hfp_custom_at_command_t * custom_at_command);
591 void hfp_hf_register_custom_at_command(hfp_custom_at_command_t * custom_at_command);
1253 …const hfp_custom_at_command_t * custom_at_command = hfp_custom_command_lookup(isHandsFree, line_bu… in parse_command() local1254 if (custom_at_command != NULL){ in parse_command()2422 void hfp_register_custom_ag_command(hfp_custom_at_command_t * custom_at_command){ in hfp_register_custom_ag_command() argument2423 btstack_linked_list_add(&hfp_custom_commands_ag, (btstack_linked_item_t *) custom_at_command); in hfp_register_custom_ag_command()2426 void hfp_register_custom_hf_command(hfp_custom_at_command_t * custom_at_command){ in hfp_register_custom_hf_command() argument2427 btstack_linked_list_add(&hfp_custom_commands_hf, (btstack_linked_item_t *) custom_at_command); in hfp_register_custom_hf_command()
2432 void hfp_hf_register_custom_at_command(hfp_custom_at_command_t * custom_at_command){ in hfp_hf_register_custom_at_command() argument2433 hfp_register_custom_hf_command(custom_at_command); in hfp_hf_register_custom_at_command()
3382 void hfp_ag_register_custom_at_command(hfp_custom_at_command_t * custom_at_command){ in hfp_ag_register_custom_at_command() argument3383 hfp_register_custom_ag_command(custom_at_command); in hfp_ag_register_custom_at_command()