Loading
service: Fix BluetoothInterface locking issues
ObserverList class handles adding/removing elements during iteration by itself, therefore we don't need to do any locking. Additionally, change lock type to shared for better performance, and to avoid possible deadlocks that might be caused by calling HAL from observers. Change-Id: Ie2e6ff61f6a285e2f9d3dd1ab7ed37985ca31082