| Index: device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc b/device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc
|
| index aa854637aff65de172377d4743b8a18866633d67..f720474d2a2185e735269506f3b31af8c126c305 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc
|
| @@ -66,8 +66,8 @@ BluetoothGattService* BluetoothRemoteGattCharacteristicAndroid::GetService()
|
|
|
| BluetoothGattCharacteristic::Properties
|
| BluetoothRemoteGattCharacteristicAndroid::GetProperties() const {
|
| - NOTIMPLEMENTED();
|
| - return 0;
|
| + return Java_ChromeBluetoothRemoteGattCharacteristic_getProperties(
|
| + AttachCurrentThread(), j_characteristic_.obj());
|
| }
|
|
|
| BluetoothGattCharacteristic::Permissions
|
|
|