Home
last modified time | relevance | path

Searched refs:btc_hf_client_features (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c773 hf_client_local_param.btc_hf_client_features = BTC_HF_CLIENT_FEATURES; in btc_hf_client_execute_service()
776 hf_client_local_param.btc_hf_client_features |= BTA_HF_CLIENT_FEAT_ESCO_S4; in btc_hf_client_execute_service()
779 hf_client_local_param.btc_hf_client_features = BTA_HF_CLIENT_FEAT_ESCO_S4; in btc_hf_client_execute_service()
792 …hf_client_local_param.btc_hf_client_features = hf_client_local_param.btc_hf_client_features & (~BT… in btc_hf_client_execute_service()
794 …_client_local_param.btc_hf_client_features is %d", hf_client_local_param.btc_hf_client_features); in btc_hf_client_execute_service()
795 BTA_HfClientRegister(BTC_HF_CLIENT_SECURITY, hf_client_local_param.btc_hf_client_features, in btc_hf_client_execute_service()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h146 UINT32 btc_hf_client_features; member