Searched refs:IBluetoothPanCallback (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothPan.aidl | 20 import android.bluetooth.IBluetoothPanCallback; 33 …void setBluetoothTethering(IBluetoothPanCallback callback, int id, boolean value, in AttributionSo… in setBluetoothTethering()
|
D | IBluetoothPanCallback.aidl | 24 oneway interface IBluetoothPanCallback { interface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/ |
D | PanService.java | 29 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/ |
D | BluetoothPan.java | 182 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/ |
D | Android.bp | 51 "android/bluetooth/IBluetoothPanCallback.aidl",
|