Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hf_client_api.h65 #define BTA_HF_CLIENT_FEAT_CODEC 0x00000080 /* Codec Negotiation */ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c149 if (features & BTA_HF_CLIENT_FEAT_CODEC) { in bta_hf_client_add_record()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c57 BTA_HF_CLIENT_FEAT_CODEC)
792 …tc_hf_client_features = hf_client_local_param.btc_hf_client_features & (~BTA_HF_CLIENT_FEAT_CODEC); in btc_hf_client_execute_service()