Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf_client.c113 tBTA_HF_CLIENT_CHLD_FEAT chld_feat; member
447 if (btif_hf_client_cb.chld_feat & BTA_HF_CLIENT_CHLD_REL) in handle_call_action()
470 if (btif_hf_client_cb.chld_feat & BTA_HF_CLIENT_CHLD_MERGE) in handle_call_action()
477 if (btif_hf_client_cb.chld_feat & BTA_HF_CLIENT_CHLD_MERGE_DETACH) in handle_call_action()
757 btif_hf_client_cb.chld_feat = 0; in btif_hf_client_upstreams_evt()
783 btif_hf_client_cb.chld_feat = p_data->conn.chld_feat; in btif_hf_client_upstreams_evt()
787 btif_hf_client_cb.peer_feat, btif_hf_client_cb.chld_feat, in btif_hf_client_upstreams_evt()
805 btif_hf_client_cb.chld_feat = 0; in btif_hf_client_upstreams_evt()
/system/bt/bta/include/
Dbta_hf_client_api.h174 tBTA_HF_CLIENT_CHLD_FEAT chld_feat; member
/system/bt/bta/hf_client/
Dbta_hf_client_act.c554 evt.conn.chld_feat = bta_hf_client_cb.scb.chld_features; in bta_hf_client_svc_conn_open()