Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h99 struct Disconnecting : public StateBase { struct in OHOS::bluetooth::GattConnectionManager::Device::StateMachine
100 Disconnecting(utility::StateMachine &stateMachine, GattConnectionManager::Device &device);
101 ~Disconnecting() override{};
H A Dgatt_connection_manager.cpp1192 std::unique_ptr<State> disconnecting = std::make_unique<Disconnecting>(*this, device); in StateMachine()
1445 GattConnectionManager::Device::StateMachine::Disconnecting::Disconnecting( in Disconnecting() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Disconnecting
1450 void GattConnectionManager::Device::StateMachine::Disconnecting::Entry() in Entry()
1453 GetEncryptAddr(device_.Info().addr_.GetAddress()).c_str(), device_.Info().transport_, "Disconnecting"); in Entry()
1459 bool GattConnectionManager::Device::StateMachine::Disconnecting::Dispatch(const utility::Message &msg) in Dispatch()
1480 LOG_ERROR("Disconnecting::%{public}s, StateMachine is %{public}d", __FUNCTION__, msg.what_); in Dispatch()

Completed in 4 milliseconds