aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Chien <markchien@google.com>2019-08-28 03:12:44 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-28 03:12:44 -0700
commit97b04ccbc65b2c192afa1abf0c5d723722144b4a (patch)
treeffcc494bd29058c3f7a6d3b5b7032aedf3960e4b
parentd501dc539569fe974c3e5231655c10e90a5dcc38 (diff)
parentdd6a34521132e0c64d415f6a10254c3229d9f3bf (diff)
downloadbt-97b04ccbc65b2c192afa1abf0c5d723722144b4a.tar.gz
Merge "Add the package name to setBluetoothTethering"
am: dd6a345211 Change-Id: I10ec18047287fe7b82cde5d267474a9ee3dbc041
-rw-r--r--binder/android/bluetooth/IBluetoothPan.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/binder/android/bluetooth/IBluetoothPan.aidl b/binder/android/bluetooth/IBluetoothPan.aidl
index 16b6ddff8..4052aa4a1 100644
--- a/binder/android/bluetooth/IBluetoothPan.aidl
+++ b/binder/android/bluetooth/IBluetoothPan.aidl
@@ -26,7 +26,7 @@ import android.bluetooth.BluetoothDevice;
interface IBluetoothPan {
// Public API
boolean isTetheringOn();
- void setBluetoothTethering(boolean value);
+ void setBluetoothTethering(boolean value, String pkgName);
boolean connect(in BluetoothDevice device);
boolean disconnect(in BluetoothDevice device);
List<BluetoothDevice> getConnectedDevices();