Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.cpp64 case A2DP_MSG_PROFILE_DISCONNECTED: in Dispatch()
97 case A2DP_MSG_PROFILE_DISCONNECTED: in Dispatch()
164 case A2DP_MSG_PROFILE_DISCONNECTED: in Dispatch()
H A Da2dp_def.h239 A2DP_MSG_PROFILE_DISCONNECTED, enumerator
H A Da2dp_service.cpp118 utility::Message msg(A2DP_MSG_PROFILE_DISCONNECTED, role_, &(btAddr)); in ProcessConnectStateMessage()
141 … msg, connectState, A2DP_MSG_PROFILE_DISCONNECTED, static_cast<int>(BTConnectState::DISCONNECTED)); in ProcessConnectStateMessage()
149 … msg, connectState, A2DP_MSG_PROFILE_DISCONNECTED, static_cast<int>(BTConnectState::DISCONNECTED)); in ProcessConnectStateMessage()