Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf_client.cc89 tBTA_HF_CLIENT_CHLD_FEAT chld_feat; // AT+CHLD=<> command features member
534 if (cb->chld_feat & BTA_HF_CLIENT_CHLD_REL) { in handle_call_action()
554 if (cb->chld_feat & BTA_HF_CLIENT_CHLD_MERGE) { in handle_call_action()
560 if (cb->chld_feat & BTA_HF_CLIENT_CHLD_MERGE_DETACH) { in handle_call_action()
850 cb->chld_feat = 0; in btif_hf_client_upstreams_evt()
874 cb->chld_feat = p_data->conn.chld_feat; in btif_hf_client_upstreams_evt()
878 cb->state, cb->peer_feat, cb->chld_feat); in btif_hf_client_upstreams_evt()
895 cb->chld_feat = 0; in btif_hf_client_upstreams_evt()
/system/bt/bta/include/
Dbta_hf_client_api.h182 tBTA_HF_CLIENT_CHLD_FEAT chld_feat; member
/system/bt/include/hardware/
Dbt_hf_client.h181 unsigned int peer_feat, unsigned int chld_feat);
/system/bt/bta/hf_client/
Dbta_hf_client_act.cc455 evt.conn.chld_feat = client_cb->chld_features; in bta_hf_client_svc_conn_open()