Home
last modified time | relevance | path

Searched refs:PAN (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DPanProfile.java74 BluetoothProfile.PAN); in PanProfile()
175 … BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.PAN, mService); in finalize()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java233 case BluetoothProfile.PAN: in ConnectProfileReceiver()
272 super(device, BluetoothProfile.PAN, expectedFlags); in ConnectPanReceiver()
328 case BluetoothProfile.PAN:
348 case BluetoothProfile.PAN:
690 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in enablePan()
708 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disablePan()
1108 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in connectPanOrIncomingPanConnection()
1213 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disconnectFromRemoteOrVerifyConnectNap()
1451 case BluetoothProfile.PAN: in connectProxy()
1477 case BluetoothProfile.PAN: in connectProxy()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java85 public static final int PAN = 5; field
DBluetoothPan.java375 mServiceListener.onServiceConnected(BluetoothProfile.PAN,
383 mServiceListener.onServiceDisconnected(BluetoothProfile.PAN);
DBluetoothAdapter.java2039 } else if (profile == BluetoothProfile.PAN) { in getProfileProxy()
2103 case BluetoothProfile.PAN: in closeProfileProxy()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java425 adapter.closeProfileProxy(BluetoothProfile.PAN, proxy); in setBluetoothTethering()
427 }, BluetoothProfile.PAN); in setBluetoothTethering()