Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp_hf.c896 hfp_connection->response_pending_for_command = HFP_CMD_TURN_OFF_EC_AND_NR; in hfp_hf_run_for_context()
1074 hfp_connection->response_pending_for_command = HFP_CMD_APPLE_ACCESSORY_INFORMATION; in hfp_hf_run_for_context()
1116 hfp_connection->response_pending_for_command = HFP_CMD_APPLE_ACCESSORY_STATE; in hfp_hf_run_for_context()
1126 hfp_connection->response_pending_for_command = HFP_CMD_CUSTOM_MESSAGE; in hfp_hf_run_for_context()
1213 hfp_command_t response_pending_for_command = hfp_connection->response_pending_for_command; in hfp_hf_switch_on_ok_pending() local
1214 hfp_connection->response_pending_for_command = HFP_CMD_NONE; in hfp_hf_switch_on_ok_pending()
1218 switch (response_pending_for_command){ in hfp_hf_switch_on_ok_pending()
1455 switch (hfp_connection->response_pending_for_command){ in hfp_hf_handle_rfcomm_command()
1457 hfp_connection->response_pending_for_command = HFP_CMD_NONE; in hfp_hf_handle_rfcomm_command()
H A Dhfp.h697 hfp_command_t response_pending_for_command; member