Home
last modified time | relevance | path

Searched refs:chld_feat (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c457 if (hf_client_local_param.btc_hf_client_cb.chld_feat & BTA_HF_CLIENT_CHLD_REL) in btc_hf_client_send_chld_cmd()
480 if (hf_client_local_param.btc_hf_client_cb.chld_feat & BTA_HF_CLIENT_CHLD_MERGE) in btc_hf_client_send_chld_cmd()
487 if (hf_client_local_param.btc_hf_client_cb.chld_feat & BTA_HF_CLIENT_CHLD_MERGE_DETACH) in btc_hf_client_send_chld_cmd()
886 hf_client_local_param.btc_hf_client_cb.chld_feat = 0; in btc_hf_client_cb_handler()
904 param.conn_stat.chld_feat = 0; in btc_hf_client_cb_handler()
923 hf_client_local_param.btc_hf_client_cb.chld_feat = p_data->conn.chld_feat; in btc_hf_client_cb_handler()
929 param.conn_stat.chld_feat = hf_client_local_param.btc_hf_client_cb.chld_feat; in btc_hf_client_cb_handler()
954 param.conn_stat.chld_feat = 0; in btc_hf_client_cb_handler()
964 hf_client_local_param.btc_hf_client_cb.chld_feat = 0; in btc_hf_client_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h141 tBTA_HF_CLIENT_CHLD_FEAT chld_feat; member
Dbtc_hf_ag.h216 tBTA_AG_CHLD_FEAT chld_feat; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hf_client_api.h188 tBTA_HF_CLIENT_CHLD_FEAT chld_feat; member
Dbta_ag_api.h363 tBTA_AG_CHLD_FEAT chld_feat; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h111 …uint32_t chld_feat; /*!< AG supported features on call hold and multiparty se… member
Desp_hf_ag_api.h87 …uint32_t chld_feat; /*!< AG supported features on call hold and multiparty s… member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c1332 hf_local_param[idx].btc_hf_cb.chld_feat = 0; in btc_hf_cb_handler()
1347 param.conn_stat.chld_feat = 0; in btc_hf_cb_handler()
1366 hf_local_param[idx].btc_hf_cb.chld_feat = p_data->conn.chld_feat; in btc_hf_cb_handler()
1372 param.conn_stat.chld_feat = hf_local_param[idx].btc_hf_cb.chld_feat; in btc_hf_cb_handler()
1392 param.conn_stat.chld_feat = 0; in btc_hf_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_act.c549 evt.chld_feat = bta_hf_client_cb.scb.chld_features; in bta_hf_client_svc_conn_open()