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

Unified Diff: device/bluetooth/bluetooth_remote_gatt_service_android.cc

Issue 1422093002: bluetooth: android: BluetoothRemoteGattCharacteristicAndroid::GetUUID. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bta-cleanup-
Patch Set: Created 5 years, 2 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 734ff89c6903de97a399b160c24ea9b14cfa5043..fab74ed84de46aea86d88d5d0a5fc2aabf2cb6f2 100644
--- a/device/bluetooth/bluetooth_remote_gatt_service_android.cc
+++ b/device/bluetooth/bluetooth_remote_gatt_service_android.cc
@@ -131,7 +131,8 @@ void BluetoothRemoteGattServiceAndroid::CreateGattRemoteCharacteristic(
characteristics_.set(
instanceIdString,
- BluetoothRemoteGattCharacteristicAndroid::Create(instanceIdString));
+ BluetoothRemoteGattCharacteristicAndroid::Create(
+ instanceIdString, bluetooth_gatt_characteristic_wrapper));
}
BluetoothRemoteGattServiceAndroid::BluetoothRemoteGattServiceAndroid(

Powered by Google App Engine
This is Rietveld 408576698