Searched refs:BTA_HF_CLIENT_FEAT_ECNR (Results 1 – 3 of 3) sorted by relevance
128 if (features & BTA_HF_CLIENT_FEAT_ECNR) { in bta_hf_client_add_record()129 sdp_features |= BTA_HF_CLIENT_FEAT_ECNR; in bta_hf_client_add_record()
58 #define BTA_HF_CLIENT_FEAT_ECNR 0x00000001 /* Echo cancellation and/or noise reduction */ macro
50 #define BTC_HF_CLIENT_FEATURES ( BTA_HF_CLIENT_FEAT_ECNR | \