| Index: device/bluetooth/bluetooth_adapter_android.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_android.h b/device/bluetooth/bluetooth_adapter_android.h
|
| index d458bb5659cc2a42c1de519da1bc02db69dc1531..ae4dba8e634d22eb27f639dd5aba7b5a3036e7e8 100644
|
| --- a/device/bluetooth/bluetooth_adapter_android.h
|
| +++ b/device/bluetooth/bluetooth_adapter_android.h
|
| @@ -31,7 +31,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterAndroid final
|
| static bool RegisterJNI(JNIEnv* env);
|
|
|
| // True if this app has android permissions necessary for Bluetooth.
|
| - bool HasBluetoothPermission() const;
|
| + bool HasBluetoothCapability() const;
|
|
|
| // BluetoothAdapter:
|
| std::string GetAddress() const override;
|
|
|