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( |