Searched refs:mPanDevices (Results 1 – 1 of 1) sorted by relevance
70 private HashMap<BluetoothDevice, BluetoothPanDevice> mPanDevices; field in PanService123 mPanDevices = new HashMap<BluetoothDevice, BluetoothPanDevice>(); in start()159 if (mPanDevices != null) { in cleanup()165 BluetoothPanDevice panDevice = mPanDevices.get(device); in cleanup()173 mPanDevices.clear(); in cleanup()373 BluetoothPanDevice panDevice = mPanDevices.get(device); in getConnectionState()488 for (BluetoothDevice device : mPanDevices.keySet()) { in getDevicesMatchingConnectionStates()564 BluetoothPanDevice panDevice = mPanDevices.get(device); in handlePanDeviceStateChange()566 Log.i(TAG, "state " + state + " Num of connected pan devices: " + mPanDevices.size()); in handlePanDeviceStateChange()569 mPanDevices.put(device, panDevice); in handlePanDeviceStateChange()[all …]