Searched refs:IBluetoothPan (Results 1 – 5 of 5) sorted by relevance
181 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 …]
28 interface IBluetoothPan { interface
50 "android/bluetooth/IBluetoothPan.aidl",
874 Landroid/bluetooth/BluetoothPan;->mPanService:Landroid/bluetooth/IBluetoothPan;2231 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;-><init>(Landroid/os/IBinder;)V2232 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z2233 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z2234 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()Z2239 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->mRemote:Landroid/os/IBinder;[all …]
28 import android.bluetooth.IBluetoothPan;293 static class BluetoothPanBinder extends IBluetoothPan.Stub implements IProfileServiceBinder {