commit | 452c8a8e1f8aacd5458b78cd5f48b2e707573ffa | [log] [tgz] |
---|---|---|
author | Gurpreet Ghai <gghai@codeaurora.org> | Wed Oct 30 22:38:52 2019 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Nov 01 03:04:07 2019 -0700 |
tree | c8b2420e88ffb359cc1c92b35293142369aa0b05 | |
parent | 22da7b757b989ff6df0bc732265bd5a5847a61ac [diff] |
BT: Using ConcurrentHashMap for connection list - Bluetooth Off operation during active Browse connection causes concurrent access of conn map with cleanup and other browse related operations. - This change updates datatype of conn list map to ConcurrentHashMap to accommodate such scenarios. CRs-Fixed: 2557454 Change-Id: I2208cb817a04403a96055f55a88963dd0c9402c2