Searched defs:hf (Results 1 – 2 of 2) sorted by relevance
/btstack/src/classic/ |
H A D | hfp_hf.c | 100 int hf = get_bit(hfp_hf_supported_features, HFP_HFSF_CODEC_NEGOTIATION); in has_codec_negotiation_feature() local 106 int hf = get_bit(hfp_hf_supported_features, HFP_HFSF_THREE_WAY_CALLING); in has_call_waiting_and_3way_calling_feature() local 113 int hf = get_bit(hfp_hf_supported_features, HFP_HFSF_HF_INDICATORS); in has_hf_indicators_feature() local 119 int hf = get_bit(hfp_hf_supported_features, HFP_HFSF_VOICE_RECOGNITION_FUNCTION); in hfp_hf_vra_flag_supported() local 125 int hf = get_bit(hfp_hf_supported_features, HFP_HFSF_ENHANCED_VOICE_RECOGNITION_STATUS); in hfp_hf_enhanced_vra_flag_supported() local
|
H A D | hfp_ag.c | 194 int hf = get_bit(hfp_connection->remote_supported_features, HFP_HFSF_CODEC_NEGOTIATION); in has_codec_negotiation_feature() local 200 int hf = get_bit(hfp_connection->remote_supported_features, HFP_HFSF_THREE_WAY_CALLING); in has_call_waiting_and_3way_calling_feature() local 206 int hf = get_bit(hfp_connection->remote_supported_features, HFP_HFSF_HF_INDICATORS); in has_hf_indicators_feature() local 806 … int hf = get_bit(hfp_connection->remote_supported_features, HFP_HFSF_VOICE_RECOGNITION_FUNCTION); in hfp_ag_vra_flag_supported() local 812 …int hf = get_bit(hfp_connection->remote_supported_features, HFP_HFSF_ENHANCED_VOICE_RECOGNITION_ST… in hfp_ag_enhanced_vra_flag_supported() local 818 int hf = get_bit(hfp_connection->remote_supported_features, HFP_HFSF_VOICE_RECOGNITION_TEXT); in hfp_ag_can_send_enhanced_vra_message_flag_supported() local
|