Home
last modified time | relevance | path

Searched refs:A2dpStateConfigure (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.h33 const std::string A2DP_PROFILE_CONFIG = "A2dpStateConfigure";
153 class A2dpStateConfigure : public utility::StateMachine::State { class
161 A2dpStateConfigure(const std::string &name, utility::StateMachine &stateMachine) in A2dpStateConfigure() function in OHOS::bluetooth::A2dpStateConfigure
170 ~A2dpStateConfigure() = default;
704 std::make_unique<A2dpStateConfigure>(A2DP_PROFILE_CONFIG, *this); in A2dpStateMachine()
H A Da2dp_state_machine.cpp262 bool A2dpStateConfigure::Dispatch(const utility::Message &msg) in Dispatch()
264 LOG_INFO("[A2dpStateConfigure]%{public}s\n", __func__); in Dispatch()
266 LOG_ERROR("[A2dpStateConfigure]%{public}s input error parameter\n", __func__); in Dispatch()
310 void A2dpStateConfigure::SetStateName(std::string state) in SetStateName()
316 void A2dpStateConfigure::ProcessOpenReq(BtAddr addr, uint16_t handle, uint8_t role) in ProcessOpenReq()
318 LOG_INFO("[A2dpStateConfigure]%{public}s\n", __func__); in ProcessOpenReq()
327 void A2dpStateConfigure::ProcessDisconnectReq(BtAddr addr, uint8_t role) in ProcessDisconnectReq()
329 LOG_INFO("[A2dpStateConfigure]%{public}s\n", __func__); in ProcessDisconnectReq()
337 void A2dpStateConfigure::ProcessDisconnectInd(BtAddr addr, uint16_t handle, uint8_t role) in ProcessDisconnectInd()
358 void A2dpStateConfigure
[all...]

Completed in 3 milliseconds