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.java231 case BluetoothProfile.PAN: in ConnectProfileReceiver()
270 super(device, BluetoothProfile.PAN, expectedFlags); in ConnectPanReceiver()
326 case BluetoothProfile.PAN:
346 case BluetoothProfile.PAN:
708 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in enablePan()
726 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disablePan()
1126 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in connectPanOrIncomingPanConnection()
1231 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disconnectFromRemoteOrVerifyConnectNap()
1469 case BluetoothProfile.PAN: in connectProxy()
1495 case BluetoothProfile.PAN: in connectProxy()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java85 public static final int PAN = 5; field
DBluetoothPan.java374 mServiceListener.onServiceConnected(BluetoothProfile.PAN,
382 mServiceListener.onServiceDisconnected(BluetoothProfile.PAN);
DBluetoothAdapter.java1910 } else if (profile == BluetoothProfile.PAN) { in getProfileProxy()
1968 case BluetoothProfile.PAN: in closeProfileProxy()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java478 adapter.closeProfileProxy(BluetoothProfile.PAN, proxy); in setBluetoothTethering()
480 }, BluetoothProfile.PAN); in setBluetoothTethering()