Home
last modified time | relevance | path

Searched refs:IBluetoothPanCallback (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothPan.aidl20 import android.bluetooth.IBluetoothPanCallback;
33 …void setBluetoothTethering(IBluetoothPanCallback callback, int id, boolean value, in AttributionSo… in setBluetoothTethering()
DIBluetoothPanCallback.aidl24 oneway interface IBluetoothPanCallback { interface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanService.java29 import android.bluetooth.IBluetoothPanCallback;
72 private HashMap<String, IBluetoothPanCallback> mBluetoothTetheringCallbacks;
372 IBluetoothPanCallback callback, int id, boolean value, AttributionSource source) { in setBluetoothTethering()
452 IBluetoothPanCallback callback, int id, int callerUid, boolean value) { in setBluetoothTethering()
670 for (IBluetoothPanCallback cb : mBluetoothTetheringCallbacks.values()) { in handlePanDeviceStateChange()
685 for (IBluetoothPanCallback cb : mBluetoothTetheringCallbacks.values()) { in handlePanDeviceStateChange()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothPan.java182 private final IBluetoothPanCallback mPanCallback;
187 @NonNull IBluetoothPanCallback panCallback, in BluetoothTetheredInterfaceRequest()
547 final IBluetoothPanCallback panCallback = in requestTetheredInterface()
548 new IBluetoothPanCallback.Stub() { in requestTetheredInterface()
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp51 "android/bluetooth/IBluetoothPanCallback.aidl",