commit | ec8a717c2b6b754f90689bbb0759dd46a28cbac9 | [log] [tgz] |
---|---|---|
author | Venkata Jagadeesh Garaga <vgaraga@codeaurora.org> | Mon Apr 01 17:37:08 2019 +0530 |
committer | rohan <purohit.rohan@gmail.com> | Sat Jul 18 02:56:43 2020 -0400 |
tree | bfa4907e94a5d61734cda575305fd88336cd9a75 | |
parent | f42b1cb119737cf392d1ce8820cd8d8281826afe [diff] |
Bluetooth: Avoid reentrant lock in getService method When profile connection state intent delayed, simultaneous bluetoothonservicedown call back and profile connection state intent leading to deadlock in bluetooth frameworks due to mutual exclusive locks Hence avoid reentrant lock in getService method Change-Id: I2005839c7361ebedf951e2084a8581a3eb0243c2 CRs-Fixed: 2426652 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>