Home
last modified time | relevance | path

Searched refs:gatts_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_based_services_manager.cpp27 gatts_(std::make_unique<GenericAttributeService>(server, dispatcher)) in GattBasedServicesManager()
49 result = gatts_->RegisterService(); in Enable()
54 if (gatts_->RegisterSDP() != GattStatus::GATT_SUCCESS) { in Enable()
63 gatts_->DeregisterSDP(); in Disable()
64 gatts_->DeregisterService(); in Disable()
H A Dgatt_based_services_manager.h42 std::unique_ptr<GenericAttributeService> gatts_ = {nullptr}; variable