| Index: device/bluetooth/bluetooth_adapter_android.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_android.h b/device/bluetooth/bluetooth_adapter_android.h
|
| index ea4adcec91cff2e966517939d996325f304485c9..d96e1280f18b41cd3170cd8aec3158502149398d 100644
|
| --- a/device/bluetooth/bluetooth_adapter_android.h
|
| +++ b/device/bluetooth/bluetooth_adapter_android.h
|
| @@ -105,8 +105,10 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterAndroid final
|
| const base::android::JavaParamRef<jstring>& address,
|
| const base::android::JavaParamRef<jobject>&
|
| bluetooth_device_wrapper, // Java Type: bluetoothDeviceWrapper
|
| + int32_t rssi,
|
| const base::android::JavaParamRef<jobjectArray>&
|
| - advertised_uuids); // Java Type: String[]
|
| + advertised_uuids, // Java Type: String[]
|
| + int32_t tx_power);
|
|
|
| protected:
|
| BluetoothAdapterAndroid();
|
|
|