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

Unified Diff: device/bluetooth/bluetooth_adapter_bluez.h

Issue 1884033002: Implement BluetoothTestBlueZ and enable some LE tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « device/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_adapter_bluez.h
diff --git a/device/bluetooth/bluetooth_adapter_bluez.h b/device/bluetooth/bluetooth_adapter_bluez.h
index a16bdd5c18774594f0a36a64d20d3fc98ddadd78..f480cffb15de74f34985a35b898dc44932eab4f7 100644
--- a/device/bluetooth/bluetooth_adapter_bluez.h
+++ b/device/bluetooth/bluetooth_adapter_bluez.h
@@ -36,6 +36,7 @@ class SequencedTaskRunner;
namespace device {
class BluetoothSocketThread;
+class BluetoothTestBlueZ;
} // namespace device
namespace bluez {
@@ -160,6 +161,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
friend class BluetoothBlueZTest_Shutdown_OnStartDiscoveryError_Test;
friend class BluetoothBlueZTest_Shutdown_OnStopDiscovery_Test;
friend class BluetoothBlueZTest_Shutdown_OnStopDiscoveryError_Test;
+ friend class device::BluetoothTestBlueZ;
// typedef for callback parameters that are passed to AddDiscoverySession
// and RemoveDiscoverySession. This is used to queue incoming requests while
« no previous file with comments | « device/BUILD.gn ('k') | device/bluetooth/bluetooth_adapter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698