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

Unified Diff: device/bluetooth/bluetooth_remote_gatt_service_android.cc

Issue 1574773002: bluetooth: android: Initial basic Descriptors implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bta-code-cleanup-
Patch Set: Defer c++ pointer to a later patch. Created 4 years, 11 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/bluetooth_remote_gatt_service_android.cc
diff --git a/device/bluetooth/bluetooth_remote_gatt_service_android.cc b/device/bluetooth/bluetooth_remote_gatt_service_android.cc
index a206c94806825cd1332f96e701191f3681a263f7..4651ba9106dd558a289fa109e891e92c2ca6a8ed 100644
--- a/device/bluetooth/bluetooth_remote_gatt_service_android.cc
+++ b/device/bluetooth/bluetooth_remote_gatt_service_android.cc
@@ -192,7 +192,7 @@ void BluetoothRemoteGattServiceAndroid::CreateGattRemoteCharacteristic(
characteristics_.set(
instance_id_string,
BluetoothRemoteGattCharacteristicAndroid::Create(
- instance_id_string, bluetooth_gatt_characteristic_wrapper,
+ adapter_, instance_id_string, bluetooth_gatt_characteristic_wrapper,
chrome_bluetooth_device));
}

Powered by Google App Engine
This is Rietveld 408576698