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

Commit 65692629 authored by Bailey Forrest's avatar Bailey Forrest
Browse files

Misc native service changes

Bug: None
Test: Build bluetoothtbd
Change-Id: Ie81e023735799a726a5fdd62c443795beaf3eeac
parent 3dcc281b
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>