Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h85 struct Connecting : public StateBase { struct in OHOS::bluetooth::GattConnectionManager::Device::StateMachine
86 Connecting(utility::StateMachine &stateMachine, GattConnectionManager::Device &device);
87 ~Connecting() override{};
H A Dgatt_connection_manager.cpp1188 std::unique_ptr<State> connecting = std::make_unique<Connecting>(*this, device); in StateMachine()
1313 GattConnectionManager::Device::StateMachine::Connecting::Connecting( in Connecting() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Connecting
1318 void GattConnectionManager::Device::StateMachine::Connecting::Entry() in Entry()
1321 GetEncryptAddr(device_.Info().addr_.GetAddress()).c_str(), device_.Info().transport_, "Connecting"); in Entry()
1326 bool GattConnectionManager::Device::StateMachine::Connecting::Dispatch(const utility::Message &msg) in Dispatch()
1358 LOG_ERROR("Connecting::%{public}s, StateMachine is %{public}d", __FUNCTION__, msg.what_); in Dispatch()

Completed in 4 milliseconds