Searched refs:PAN (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 82 public static final int PAN = 5; field
|
D | BluetoothPan.java | 131 mServiceListener.onServiceConnected(BluetoothProfile.PAN, this); in BluetoothPan()
|
D | BluetoothTetheringDataTracker.java | 99 adapter.getProfileProxy(mContext, mProfileServiceListener, BluetoothProfile.PAN); in startMonitoring()
|
D | BluetoothAdapter.java | 1159 } else if (profile == BluetoothProfile.PAN) { in getProfileProxy()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 229 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/ |
D | BluetoothService.java | 1744 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) {
|
D | BluetoothPanProfileHandler.java | 307 mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.PAN, state, in handlePanDeviceStateChange()
|