Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java82 public static final int PAN = 5; field
DBluetoothPan.java131 mServiceListener.onServiceConnected(BluetoothProfile.PAN, this); in BluetoothPan()
DBluetoothTetheringDataTracker.java99 adapter.getProfileProxy(mContext, mProfileServiceListener, BluetoothProfile.PAN); in startMonitoring()
DBluetoothAdapter.java1159 } else if (profile == BluetoothProfile.PAN) { in getProfileProxy()
/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()
/frameworks/base/core/java/android/server/
DBluetoothService.java1744 mBluetoothProfileServiceListener, BluetoothProfile.PAN); in dump()
1764 mAdapter.getProfileConnectionState(BluetoothProfile.PAN)); in dumpProfileState()
1887 mAdapter.closeProfileProxy(BluetoothProfile.PAN, mBluetoothHeadset); in dumpApplicationServiceRecords()
1937 } else if (profile == BluetoothProfile.PAN) {
1946 } else if (profile == BluetoothProfile.PAN) {
DBluetoothPanProfileHandler.java307 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.PAN, state, in handlePanDeviceStateChange()