Searched defs:ag (Results 1 – 2 of 2) sorted by relevance
/btstack/src/classic/ |
H A D | hfp_hf.c | 101 int ag = get_bit(hfp_connection->remote_supported_features, HFP_AGSF_CODEC_NEGOTIATION); in has_codec_negotiation_feature() local 107 int ag = get_bit(hfp_connection->remote_supported_features, HFP_AGSF_THREE_WAY_CALLING); in has_call_waiting_and_3way_calling_feature() local 114 int ag = get_bit(hfp_connection->remote_supported_features, HFP_AGSF_HF_INDICATORS); in has_hf_indicators_feature() local 120 … int ag = get_bit(hfp_connection->remote_supported_features, HFP_AGSF_VOICE_RECOGNITION_FUNCTION); in hfp_hf_vra_flag_supported() local 126 …int ag = get_bit(hfp_connection->remote_supported_features, HFP_AGSF_ENHANCED_VOICE_RECOGNITION_ST… in hfp_hf_enhanced_vra_flag_supported() local
|
H A D | hfp_ag.c | 195 int ag = get_bit(hfp_ag_supported_features, HFP_AGSF_CODEC_NEGOTIATION); in has_codec_negotiation_feature() local 201 int ag = get_bit(hfp_ag_supported_features, HFP_AGSF_THREE_WAY_CALLING); in has_call_waiting_and_3way_calling_feature() local 207 int ag = get_bit(hfp_ag_supported_features, HFP_AGSF_HF_INDICATORS); in has_hf_indicators_feature() local 805 int ag = get_bit(hfp_ag_supported_features, HFP_AGSF_VOICE_RECOGNITION_FUNCTION); in hfp_ag_vra_flag_supported() local 811 int ag = get_bit(hfp_ag_supported_features, HFP_AGSF_ENHANCED_VOICE_RECOGNITION_STATUS); in hfp_ag_enhanced_vra_flag_supported() local 817 int ag = get_bit(hfp_ag_supported_features, HFP_AGSF_VOICE_RECOGNITION_TEXT); in hfp_ag_can_send_enhanced_vra_message_flag_supported() local
|