Home
last modified time | relevance | path

Searched refs:BTA_HF_CLIENT_FEAT_ECNR (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/hf_client/
Dbta_hf_client_sdp.c131 if (features & BTA_HF_CLIENT_FEAT_ECNR) in bta_hf_client_add_record()
132 sdp_features |= BTA_HF_CLIENT_FEAT_ECNR; in bta_hf_client_add_record()
/system/bt/bta/include/
Dbta_hf_client_api.h49 #define BTA_HF_CLIENT_FEAT_ECNR 0x00000001 /* Echo cancellation and/or noise reduction */ macro
/system/bt/btif/src/
Dbtif_hf_client.c56 #define BTIF_HF_CLIENT_FEATURES ( BTA_HF_CLIENT_FEAT_ECNR | \