| Index: device/bluetooth/bluetooth_adapter_android.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_android.h b/device/bluetooth/bluetooth_adapter_android.h
|
| index 7ebb5055a8702e310ce4bb787c36bd7edc926d0b..17dee4f6ed7cde79f4c57dea4f9ab0fcc7987c1c 100644
|
| --- a/device/bluetooth/bluetooth_adapter_android.h
|
| +++ b/device/bluetooth/bluetooth_adapter_android.h
|
| @@ -103,6 +103,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterAndroid final
|
| const base::android::JavaParamRef<jobject>&
|
| bluetooth_device_wrapper, // Java Type: bluetoothDeviceWrapper
|
| int32_t rssi,
|
| + const base::android::JavaParamRef<jstring>& advertised_name,
|
| const base::android::JavaParamRef<jobjectArray>&
|
| advertised_uuids, // Java Type: String[]
|
| int32_t tx_power);
|
|
|