Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java76 private HashMap<BluetoothDevice, BluetoothPanDevice> mPanDevices;
129 mPanDevices = new HashMap<BluetoothDevice, BluetoothPanDevice>(); in start()
171 BluetoothPanDevice panDevice = mPanDevices.get(device); in cleanup()
372 BluetoothPanDevice panDevice = mPanDevices.get(device); in getConnectionState()
557 BluetoothPanDevice panDevice = mPanDevices.get(device); in handlePanDeviceStateChange()
561 panDevice = new BluetoothPanDevice(state, iface, localRole, remoteRole); in handlePanDeviceStateChange()
737 BluetoothPanDevice panDevice = mPanDevices.get(device); in getPanDeviceConnectionState()
756 private class BluetoothPanDevice { class in PanService
762 BluetoothPanDevice(int state, String iface, int localRole, int remoteRole) { in BluetoothPanDevice() method in PanService.BluetoothPanDevice