Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c128 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()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hf_client_api.h58 #define BTA_HF_CLIENT_FEAT_ECNR 0x00000001 /* Echo cancellation and/or noise reduction */ macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c50 #define BTC_HF_CLIENT_FEATURES ( BTA_HF_CLIENT_FEAT_ECNR | \