Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java82 public static final int PAN = 5; field
DBluetoothPan.java343 mServiceListener.onServiceConnected(BluetoothProfile.PAN,
351 mServiceListener.onServiceDisconnected(BluetoothProfile.PAN);
DBluetoothAdapter.java1163 } else if (profile == BluetoothProfile.PAN) { in getProfileProxy()
1201 case BluetoothProfile.PAN: in closeProfileProxy()
DBluetoothTetheringDataTracker.java110 adapter.getProfileProxy(mContext, mProfileServiceListener, BluetoothProfile.PAN); in startMonitoring()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java229 case BluetoothProfile.PAN: in ConnectProfileReceiver()
268 super(device, BluetoothProfile.PAN, expectedFlags); in ConnectPanReceiver()
324 case BluetoothProfile.PAN:
344 case BluetoothProfile.PAN:
706 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in enablePan()
724 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disablePan()
1113 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in connectPanOrIncomingPanConnection()
1218 mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN); in disconnectFromRemoteOrVerifyConnectNap()
1456 case BluetoothProfile.PAN: in connectProxy()
1482 case BluetoothProfile.PAN: in connectProxy()