Searched refs:mPanDevices (Results 1 – 1 of 1) sorted by relevance
76 private HashMap<BluetoothDevice, BluetoothPanDevice> mPanDevices; field in PanService129 mPanDevices = new HashMap<BluetoothDevice, BluetoothPanDevice>(); in start()165 if (mPanDevices != null) { in cleanup()171 BluetoothPanDevice panDevice = mPanDevices.get(device); in cleanup()179 mPanDevices.clear(); in cleanup()372 BluetoothPanDevice panDevice = mPanDevices.get(device); in getConnectionState()481 for (BluetoothDevice device : mPanDevices.keySet()) { in getDevicesMatchingConnectionStates()557 BluetoothPanDevice panDevice = mPanDevices.get(device); in handlePanDeviceStateChange()559 Log.i(TAG, "state " + state + " Num of connected pan devices: " + mPanDevices.size()); in handlePanDeviceStateChange()562 mPanDevices.put(device, panDevice); in handlePanDeviceStateChange()[all …]