Searched refs:gatts_ (Results 1 – 2 of 2) sorted by relevance
27 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()
42 std::unique_ptr<GenericAttributeService> gatts_ = {nullptr}; variable