Searched refs:hfp_hf_send_cmd_with_int (Results 1 – 1 of 1) sorted by relevance
/btstack/src/classic/ |
H A D | hfp_hf.c | 309 static inline int hfp_hf_send_cmd_with_int(uint16_t cid, const char * cmd, uint16_t value){ in hfp_hf_send_cmd_with_int() function 377 return hfp_hf_send_cmd_with_int(cid, HFP_SUPPORTED_FEATURES, hfp_hf_supported_features); in hfp_hf_cmd_exchange_supported_features() 413 return hfp_hf_send_cmd_with_int(cid, HFP_SET_MICROPHONE_GAIN, gain); in hfp_hf_set_microphone_gain_cmd() 417 return hfp_hf_send_cmd_with_int(cid, HFP_SET_SPEAKER_GAIN, gain); in hfp_hf_set_speaker_gain_cmd() 421 return hfp_hf_send_cmd_with_int(cid, HFP_ENABLE_CLIP, activate); in hfp_hf_set_calling_line_notification_cmd() 425 return hfp_hf_send_cmd_with_int(cid, HFP_ACTIVATE_VOICE_RECOGNITION, activate); in hfp_hf_set_voice_recognition_notification_cmd() 429 return hfp_hf_send_cmd_with_int(cid, HFP_ENABLE_CALL_WAITING_NOTIFICATION, activate); in hfp_hf_set_call_waiting_notification_cmd() 433 return hfp_hf_send_cmd_with_int(cid, HFP_CONFIRM_COMMON_CODEC, codec); in hfp_hf_cmd_confirm_codec() 437 return hfp_hf_send_cmd_with_int(cid, HFP_ENABLE_EXTENDED_AUDIO_GATEWAY_ERROR, enable); in hfp_hf_cmd_enable_extended_audio_gateway_error_report() 898 hfp_hf_send_cmd_with_int(hfp_connection->rfcomm_cid, HFP_TURN_OFF_EC_AND_NR, 0); in hfp_hf_run_for_context()
|