Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h92 struct Connected : public StateBase { struct in OHOS::bluetooth::GattConnectionManager::Device::StateMachine
93 Connected(utility::StateMachine &stateMachine, GattConnectionManager::Device &device);
94 ~Connected() override{};
H A Dgatt_connection_manager.cpp1190 std::unique_ptr<State> connected = std::make_unique<Connected>(*this, device); in StateMachine()
1364 GattConnectionManager::Device::StateMachine::Connected::Connected( in Connected() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Connected
1369 void GattConnectionManager::Device::StateMachine::Connected::Entry() in Entry()
1372 GetEncryptAddr(device_.Info().addr_.GetAddress()).c_str(), device_.Info().transport_, "Connected"); in Entry()
1380 bool GattConnectionManager::Device::StateMachine::Connected::Dispatch(const utility::Message &msg) in Dispatch()
1439 LOG_INFO("Connected::%{public}s, StateMachine is %{public}d", __FUNCTION__, msg.what_); in Dispatch()

Completed in 5 milliseconds