Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_statemachine.h158 class PanConnectingState : public PanState { class
160 PanConnectingState(const std::string &name, utility::StateMachine &statemachine) in PanConnectingState() function in OHOS::bluetooth::PanConnectingState
163 ~PanConnectingState() override = default;
H A Dpan_statemachine.cpp35 std::make_unique<PanConnectingState>(CONNECTING, *this); in Init()
118 void PanConnectingState::Entry() in Entry()
123 void PanConnectingState::Exit() in Exit()
128 bool PanConnectingState::Dispatch(const utility::Message &msg) in Dispatch()

Completed in 2 milliseconds