Home
last modified time | relevance | path

Searched refs:Disconnected (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h106 struct Disconnected : public StateBase { struct in OHOS::bluetooth::GattConnectionManager::Device::StateMachine
107 Disconnected(utility::StateMachine &stateMachine, GattConnectionManager::Device &device);
108 ~Disconnected() override{};
H A Dgatt_connection_manager.cpp1194 std::unique_ptr<State> disconnected = std::make_unique<Disconnected>(*this, device); in StateMachine()
1486 GattConnectionManager::Device::StateMachine::Disconnected::Disconnected( in Disconnected() function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Disconnected
1491 void GattConnectionManager::Device::StateMachine::Disconnected::Entry() in Entry()
1494 GetEncryptAddr(device_.Info().addr_.GetAddress()).c_str(), device_.Info().transport_, "Disconnected"); in Entry()
1509 bool GattConnectionManager::Device::StateMachine::Disconnected::Dispatch(const utility::Message &msg) in Dispatch()
1535 LOG_INFO("Disconnected::%{public}s, StateMachine is %{public}d", __FUNCTION__, msg.what_); in Dispatch()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.h73 void Disconnected(const GattDevice& device);
H A Dgeneric_attribute_service.cpp52 service_.dispatcher_.PostTask(std::bind(&GenericAttributeService::Disconnected, &service_, device));
256 void GenericAttributeService::Disconnected(const GattDevice& device) in Disconnected() function in OHOS::bluetooth::GenericAttributeService

Completed in 5 milliseconds