Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: chromeos/dbus/bluetooth_out_of_band_client.h

Issue 10899037: Refactoring bluetooth API code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed ASSERT_TRUE checks. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/bluetooth_out_of_band_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/bluetooth_out_of_band_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698