Index: components/cryptauth/ble/remote_attribute.h |
diff --git a/components/proximity_auth/ble/remote_attribute.h b/components/cryptauth/ble/remote_attribute.h |
similarity index 62% |
rename from components/proximity_auth/ble/remote_attribute.h |
rename to components/cryptauth/ble/remote_attribute.h |
index 2ac2f8c7c12a1ff0c9d1be7fa42041c20adee109..190e332f05429b931e12eb6adc3aa0e1157ecced 100644 |
--- a/components/proximity_auth/ble/remote_attribute.h |
+++ b/components/cryptauth/ble/remote_attribute.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_PROXIMITY_AUTH_BLE_REMOTE_ATTRIBUTE_H |
-#define COMPONENTS_PROXIMITY_AUTH_BLE_REMOTE_ATTRIBUTE_H |
+#ifndef COMPONENTS_CRYPTAUTH_BLE_REMOTE_ATTRIBUTE_H |
+#define COMPONENTS_CRYPTAUTH_BLE_REMOTE_ATTRIBUTE_H |
#include <string> |
#include "device/bluetooth/bluetooth_uuid.h" |
-namespace proximity_auth { |
+namespace cryptauth { |
// Represents an attribute in the peripheral (service or characteristic). |
struct RemoteAttribute { |
@@ -17,6 +17,6 @@ struct RemoteAttribute { |
std::string id; |
}; |
-} // namespace proximity_auth |
+} // namespace cryptauth |
-#endif // COMPONENTS_PROXIMITY_AUTH_REMOTE_ATTRIBUTE_H |
+#endif // COMPONENTS_CRYPTAUTH_REMOTE_ATTRIBUTE_H |