Index: chromeos/dbus/bluetooth_out_of_band_client.h |
diff --git a/chromeos/dbus/bluetooth_out_of_band_client.h b/chromeos/dbus/bluetooth_out_of_band_client.h |
index 5f517c668f507324b2e6a66c35696b632d1baff0..84685287aa8b320d66dea1b99ae6ad27b163c35c 100644 |
--- a/chromeos/dbus/bluetooth_out_of_band_client.h |
+++ b/chromeos/dbus/bluetooth_out_of_band_client.h |
@@ -18,18 +18,7 @@ class Bus; |
namespace chromeos { |
-const size_t kBluetoothOutOfBandPairingDataSize = 16; |
- |
-// A simple structure representing the data required to perform Out Of Band |
-// Pairing. See |
-// http://mclean-linsky.net/joel/cv/Simple%20Pairing_WP_V10r00.pdf |
-struct BluetoothOutOfBandPairingData { |
- // Simple Pairing Hash C. |
- uint8_t hash[kBluetoothOutOfBandPairingDataSize]; |
- |
- // Simple Pairing Randomizer R. |
- uint8_t randomizer[kBluetoothOutOfBandPairingDataSize]; |
-}; |
+struct BluetoothOutOfBandPairingData; |
// BluetoothOutOfBandClient is used to manage Out Of Band Pairing |
// Data for the local adapter and remote devices. |