Home
last modified time | relevance | path

Searched defs:setBluetoothTethering (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothPan.aidl35 …void setBluetoothTethering(IBluetoothPanCallback callback, int id, boolean value, in AttributionSo… in setBluetoothTethering() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanService.java378 public void setBluetoothTethering(IBluetoothPanCallback callback, int id, in setBluetoothTethering() method in PanService.BluetoothPanBinder
467 void setBluetoothTethering(IBluetoothPanCallback callback, int id, int callerUid, in setBluetoothTethering() method in PanService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothPan.java519 public void setBluetoothTethering(boolean value) { in setBluetoothTethering() method in BluetoothPan
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java721 private void setBluetoothTethering(final boolean enable, final IIntResultListener listener) { in setBluetoothTethering() method in Tethering