Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea1a1ad9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Misc native service changes"

parents 6253e1c6 65692629
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ class ScanFilter {
  // SetServiceUuidWithMask for what this mask does. The raw pointer returned
  // from these getters belongs to the ScanFilter object. nullptr will be
  // returned if these fields have not been set on this filter.
  UUID* service_uuid() const { return service_uuid_.get(); }
  UUID* service_uuid_mask() const { return service_uuid_mask_.get(); }
  const UUID* service_uuid() const { return service_uuid_.get(); }
  const UUID* service_uuid_mask() const { return service_uuid_mask_.get(); }

  // Sets the service UUID for this filter.
  void SetServiceUuid(const UUID& service_uuid);
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
//  limitations under the License.
//

#pragma once

#include <mutex>
#include <string>