Searched refs:mDeviceGroupIdMap (Results 1 – 1 of 1) sorted by relevance
76 private final Map<BluetoothDevice, Integer> mDeviceGroupIdMap = new ConcurrentHashMap<>(); field in LeAudioService115 mDeviceGroupIdMap.clear(); in start()166 mDeviceGroupIdMap.clear(); in stop()237 for (BluetoothDevice storedDevice : mDeviceGroupIdMap.keySet()) { in connect()283 for (BluetoothDevice storedDevice : mDeviceGroupIdMap.keySet()) { in disconnect()526 mDeviceGroupIdMap.remove(device); in bondStateChanged()