Loading system/binder/android/bluetooth/IBluetoothPan.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -26,7 +26,7 @@ import android.bluetooth.BluetoothDevice; interface IBluetoothPan { interface IBluetoothPan { // Public API // Public API boolean isTetheringOn(); boolean isTetheringOn(); void setBluetoothTethering(boolean value); void setBluetoothTethering(boolean value, String pkgName); boolean connect(in BluetoothDevice device); boolean connect(in BluetoothDevice device); boolean disconnect(in BluetoothDevice device); boolean disconnect(in BluetoothDevice device); List<BluetoothDevice> getConnectedDevices(); List<BluetoothDevice> getConnectedDevices(); Loading Loading
system/binder/android/bluetooth/IBluetoothPan.aidl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -26,7 +26,7 @@ import android.bluetooth.BluetoothDevice; interface IBluetoothPan { interface IBluetoothPan { // Public API // Public API boolean isTetheringOn(); boolean isTetheringOn(); void setBluetoothTethering(boolean value); void setBluetoothTethering(boolean value, String pkgName); boolean connect(in BluetoothDevice device); boolean connect(in BluetoothDevice device); boolean disconnect(in BluetoothDevice device); boolean disconnect(in BluetoothDevice device); List<BluetoothDevice> getConnectedDevices(); List<BluetoothDevice> getConnectedDevices(); Loading