Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.cpp27 const std::string AVRC_CT_SM_STATE_DISCONNECTING = "DISCONNECTING"; variable
216 return IsControlSpecifiedState(rawAddr.GetAddress(), AVRC_CT_SM_STATE_DISCONNECTING); in IsControlDisconnectingState()
330 …std::make_unique<CtDisconnecting>(AVRC_CT_SM_STATE_DISCONNECTING, *this, rawAddr_, *ctConnectedPtr… in AddStates()
367 …std::make_unique<BrDisconnecting>(AVRC_CT_SM_STATE_DISCONNECTING, *this, rawAddr_, *brConnectedPtr… in AddStates()
493 Transition(AVRC_CT_SM_STATE_DISCONNECTING); in Dispatch()
798 Transition(AVRC_CT_SM_STATE_DISCONNECTING); in Dispatch()