Index: components/cryptauth/ble/bluetooth_low_energy_weave_defines.h |
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_weave_defines.h b/components/cryptauth/ble/bluetooth_low_energy_weave_defines.h |
similarity index 82% |
rename from components/proximity_auth/ble/bluetooth_low_energy_weave_defines.h |
rename to components/cryptauth/ble/bluetooth_low_energy_weave_defines.h |
index 15bbac92d6cb4aad177c301100926831aa658d98..e1d561d1fad0ee62cabf2417d04721b8e6bc1aff 100644 |
--- a/components/proximity_auth/ble/bluetooth_low_energy_weave_defines.h |
+++ b/components/cryptauth/ble/bluetooth_low_energy_weave_defines.h |
@@ -2,15 +2,15 @@ |
// 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_BLUETOOTH_LOW_ENERGY_WEAVE_DEFINES_H_ |
-#define COMPONENTS_PROXIMITY_AUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_DEFINES_H_ |
+#ifndef COMPONENTS_CRYPTAUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_DEFINES_H_ |
+#define COMPONENTS_CRYPTAUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_DEFINES_H_ |
#include <stddef.h> |
#include <stdint.h> |
#include <vector> |
-namespace proximity_auth { |
+namespace cryptauth { |
namespace weave { |
enum PacketType { DATA = 0x00, CONTROL = 0x01 }; |
@@ -50,6 +50,6 @@ const uint8_t kByteSelectMaxPacketSize = 0; |
const uint8_t kEmptyUpperByte = 0; |
} // namespace weave |
-} // namespace proximity_auth |
+} // namespace cryptauth |
-#endif // COMPONENTS_PROXIMITY_AUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_DEFINES_H_ |
+#endif // COMPONENTS_CRYPTAUTH_BLE_BLUETOOTH_LOW_ENERGY_WEAVE_DEFINES_H_ |