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.c115 tBTA_HF_CLIENT_CHLD_FEAT chld_feat; member
449 if (btif_hf_client_cb.chld_feat & BTA_HF_CLIENT_CHLD_REL) in handle_call_action()
472 if (btif_hf_client_cb.chld_feat & BTA_HF_CLIENT_CHLD_MERGE) in handle_call_action()
479 if (btif_hf_client_cb.chld_feat & BTA_HF_CLIENT_CHLD_MERGE_DETACH) in handle_call_action()
759 btif_hf_client_cb.chld_feat = 0; in btif_hf_client_upstreams_evt()
785 btif_hf_client_cb.chld_feat = p_data->conn.chld_feat; in btif_hf_client_upstreams_evt()
789 btif_hf_client_cb.peer_feat, btif_hf_client_cb.chld_feat, in btif_hf_client_upstreams_evt()
807 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.c551 evt.conn.chld_feat = bta_hf_client_cb.scb.chld_features; in bta_hf_client_svc_conn_open()