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

Unified Diff: device/bluetooth/test/bluetooth_test_mac.h

Issue 2339253002: bluetooth: mac: add connected LE devices to chooser (Closed)
Patch Set: Adding BluetoothAdapter::RetrievedConnectedPeripherals() and the implementation in BluetoothAdapter… Created 4 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
Index: device/bluetooth/test/bluetooth_test_mac.h
diff --git a/device/bluetooth/test/bluetooth_test_mac.h b/device/bluetooth/test/bluetooth_test_mac.h
index 0111e58ca698c660435d1f2a93afc205a8f666e9..76f2910f768c49daf2ee1941763484b631134936 100644
--- a/device/bluetooth/test/bluetooth_test_mac.h
+++ b/device/bluetooth/test/bluetooth_test_mac.h
@@ -76,6 +76,10 @@ class BluetoothTestMac : public BluetoothTestBase {
BluetoothRemoteGattService* service,
BluetoothRemoteGattCharacteristic* characteristic) override;
+ // Simulates a connected low energy device. Used before starting a low energy
+ // discovey session.
+ void SimulateConnectedLowEnergyDevice();
+
// Callback for the bluetooth central manager mock.
void OnFakeBluetoothDeviceConnectGattCalled();
void OnFakeBluetoothGattDisconnect();

Powered by Google App Engine
This is Rietveld 408576698