Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc977 p_data->clcc.idx, in btif_hf_client_upstreams_evt()
978 p_data->clcc.inc ? BTHF_CLIENT_CALL_DIRECTION_INCOMING in btif_hf_client_upstreams_evt()
980 (bthf_client_call_state_t)p_data->clcc.status, in btif_hf_client_upstreams_evt()
981 p_data->clcc.mpty ? BTHF_CLIENT_CALL_MPTY_TYPE_MULTI in btif_hf_client_upstreams_evt()
983 p_data->clcc.number_present ? p_data->clcc.number : ""); in btif_hf_client_upstreams_evt()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc773 evt.clcc.idx = idx; in bta_hf_client_clcc()
774 evt.clcc.inc = incoming; in bta_hf_client_clcc()
775 evt.clcc.status = status; in bta_hf_client_clcc()
776 evt.clcc.mpty = mpty; in bta_hf_client_clcc()
779 evt.clcc.number_present = true; in bta_hf_client_clcc()
780 strlcpy(evt.clcc.number, number, BTA_HF_CLIENT_NUMBER_LEN + 1); in bta_hf_client_clcc()
781 evt.clcc.number[BTA_HF_CLIENT_NUMBER_LEN] = '\0'; in bta_hf_client_clcc()
784 evt.clcc.bd_addr = client_cb->peer_addr; in bta_hf_client_clcc()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2672 void processSendClccResponse(HeadsetClccResponse clcc) { in processSendClccResponse() argument
2676 if (clcc.mIndex == 0) { in processSendClccResponse()
2681 clcc.mIndex, in processSendClccResponse()
2682 clcc.mDirection, in processSendClccResponse()
2683 clcc.mStatus, in processSendClccResponse()
2684 clcc.mMode, in processSendClccResponse()
2685 clcc.mMpty, in processSendClccResponse()
2686 clcc.mNumber, in processSendClccResponse()
2687 clcc.mType); in processSendClccResponse()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h276 tBTA_HF_CLIENT_CLCC clcc; member