| 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 ed503d49bed3fbd2557f3f5d1f59e65b7fac912b..01e01a6fb48970bd22f5616dbc6929d7baca38a7 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_service_android.cc
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_service_android.cc
|
| @@ -133,7 +133,8 @@ void BluetoothRemoteGattServiceAndroid::CreateGattRemoteCharacteristic(
|
|
|
| characteristics_.set(
|
| instanceIdString,
|
| - BluetoothRemoteGattCharacteristicAndroid::Create(instanceIdString));
|
| + BluetoothRemoteGattCharacteristicAndroid::Create(
|
| + instanceIdString, bluetooth_gatt_characteristic_wrapper));
|
| }
|
|
|
| BluetoothRemoteGattServiceAndroid::BluetoothRemoteGattServiceAndroid(
|
|
|