Home
last modified time | relevance | path

Searched refs:precallstate (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp432 if (call.precallstate == (int)TelCallState::CALL_STATUS_WAITING || in UpdateAgIndicator()
433 call.precallstate == (int)TelCallState::CALL_STATUS_INCOMING) { in UpdateAgIndicator()
479 bluetoothCallList_[sameindex].precallstate = bluetoothCallList_[sameindex].callstate; in UpdateCallList()
486 btcall.precallstate = prestate; in UpdateCallList()
H A Dhfp_ag_defines.h504 int precallstate = 0; member