Searched refs:BTA_HF_CLIENT_FEAT_ECNR (Results 1 – 3 of 3) sorted by relevance
132 if (features & BTA_HF_CLIENT_FEAT_ECNR) in bta_hf_client_add_record()133 sdp_features |= BTA_HF_CLIENT_FEAT_ECNR; in bta_hf_client_add_record()
49 #define BTA_HF_CLIENT_FEAT_ECNR 0x00000001 /* Echo cancellation and/or noise reduction */ macro
55 #define BTIF_HF_CLIENT_FEATURES ( BTA_HF_CLIENT_FEAT_ECNR | \