| 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..bfe2904fa8537b30b20ca64f01b2cb61fefcee46 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));
|
| }
|
|
|
| @@ -207,7 +207,7 @@ void BluetoothRemoteGattServiceAndroid::EnsureCharacteristicsCreated() const {
|
| return;
|
|
|
| // Java call
|
| - Java_ChromeBluetoothRemoteGattService_ensureCharacteristicsCreated(
|
| + Java_ChromeBluetoothRemoteGattService_createCharacteristics(
|
| AttachCurrentThread(), j_service_.obj());
|
| }
|
|
|
|
|