Searched refs:BluetoothPanDevice (Results 1 – 1 of 1) sorted by relevance
76 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 PanService762 BluetoothPanDevice(int state, String iface, int localRole, int remoteRole) { in BluetoothPanDevice() method in PanService.BluetoothPanDevice