Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.h32 const std::string A2DP_STATE_DISCONNECTED = "A2dpServiceDisconnected"; variable
201 std::make_unique<A2dpDisconnected>(A2DP_STATE_DISCONNECTED, *this); in A2dpStateManager()
211 InitState(A2DP_STATE_DISCONNECTED); in A2dpStateManager()
H A Da2dp_service_state_machine.cpp65 Transition(A2DP_STATE_DISCONNECTED); in Dispatch()
98 Transition(A2DP_STATE_DISCONNECTED); in Dispatch()
165 Transition(A2DP_STATE_DISCONNECTED); in Dispatch()