Loading system/service/common/bluetooth/scan_filter.h +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading system/service/common/bluetooth/util/atomic_string.h +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ // limitations under the License. // #pragma once #include <mutex> #include <string> Loading Loading
system/service/common/bluetooth/scan_filter.h +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading
system/service/common/bluetooth/util/atomic_string.h +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ // limitations under the License. // #pragma once #include <mutex> #include <string> Loading