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

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

Issue 1950033002: bluetooth: mac: Initial BluetoothRemoteGattCharacteristicMac implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@servicescan_cleanup
Patch Set: Updating the characteristic property conversion Created 4 years, 6 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 f725bba35df3a9f24414ae7c98f3af53d7acef39..8b21a4d5a20a4baffb8a8cafa1b72e98e882c834 100644
--- a/device/bluetooth/test/bluetooth_test_mac.h
+++ b/device/bluetooth/test/bluetooth_test_mac.h
@@ -41,6 +41,9 @@ class BluetoothTestMac : public BluetoothTestBase {
BluetoothDevice* device,
const std::vector<std::string>& uuids) override;
void SimulateGattServiceRemoved(BluetoothRemoteGattService* service) override;
+ void SimulateGattCharacteristic(BluetoothRemoteGattService* service,
+ const std::string& uuid,
+ int properties) override;
// Callback for the bluetooth central manager mock.
void OnFakeBluetoothDeviceConnectGattCalled();

Powered by Google App Engine
This is Rietveld 408576698