Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothPan.java181 private IBluetoothPan mService;
186 @NonNull IBluetoothPan service, in BluetoothTetheredInterfaceRequest()
222 private IBluetoothPan mService;
252 mService = IBluetoothPan.Stub.asInterface(service); in onServiceConnected()
261 private IBluetoothPan getService() { in getService()
298 final IBluetoothPan service = getService(); in connect()
335 final IBluetoothPan service = getService(); in disconnect()
371 final IBluetoothPan service = getService(); in setConnectionPolicy()
403 final IBluetoothPan service = getService(); in getConnectedDevices()
433 final IBluetoothPan service = getService(); in getDevicesMatchingConnectionStates()
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothPan.aidl28 interface IBluetoothPan { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp50 "android/bluetooth/IBluetoothPan.aidl",
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt874 Landroid/bluetooth/BluetoothPan;->mPanService:Landroid/bluetooth/IBluetoothPan;
2231 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
2232 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
2233 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
2234 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
2235 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDevice…
2236 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/List;
2237 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
2238 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->isTetheringOn()Z
2239 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->mRemote:Landroid/os/IBinder;
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanService.java28 import android.bluetooth.IBluetoothPan;
293 static class BluetoothPanBinder extends IBluetoothPan.Stub implements IProfileServiceBinder {