Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_statemachine.h184 class PanConnectedState : public PanState { class
186 PanConnectedState(const std::string &name, utility::StateMachine &statemachine) in PanConnectedState() function in OHOS::bluetooth::PanConnectedState
189 ~PanConnectedState() override = default;
H A Dpan_statemachine.cpp39 std::make_unique<PanConnectedState>(CONNECTED, *this); in Init()
192 void PanConnectedState::Entry() in Entry()
198 void PanConnectedState::Exit() in Exit()
202 bool PanConnectedState::Dispatch(const utility::Message &msg) in Dispatch()

Completed in 2 milliseconds