Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp_hf.h585 uint8_t hfp_hf_send_at_command(hci_con_handle_t acl_handle, const char * at_command);
H A Dhfp.h839 void hfp_register_custom_ag_command(hfp_custom_at_command_t * at_command);
840 void hfp_register_custom_hf_command(hfp_custom_at_command_t * at_command);
H A Dhfp.c1241 …hfp_custom_at_command_t *at_command = (hfp_custom_at_command_t *) btstack_linked_list_iterator_nex… in hfp_custom_command_lookup() local
1242 int match = strcmp(text, at_command->command); in hfp_custom_command_lookup()
1244 return at_command; in hfp_custom_command_lookup()
1434 …const hfp_custom_at_command_t * at_command = hfp_custom_command_lookup(isHandsFree, (const char *)… in hfp_parse_byte() local
1435 hfp_connection->custom_at_command_id = at_command->command_id; in hfp_parse_byte()
H A Dhfp_hf.c2351 uint8_t hfp_hf_send_at_command(hci_con_handle_t acl_handle, const char * at_command){ in hfp_hf_send_at_command() argument
2359 hfp_connection->send_custom_message = at_command; in hfp_hf_send_at_command()