Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_call_info_v10.md26 | int [callType](#calltype) | 通话类型,当前仅可为0,表示语音呼叫 |
H A D_call_info_v11.md26 | int [callType](#calltype) | 通话类型,当前仅可为0,表示语音呼叫 |
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp257 int calltype = -1; in QueryCurrentCallsList() local
259 calltype = CALL_TYPE_DEFAULT; in QueryCurrentCallsList()
261 calltype = (int)call.callType; in QueryCurrentCallsList()
264 … service->ClccResponse(callIndex, dire, (int)call.callState, 0, conferenceState, number, calltype); in QueryCurrentCallsList()