commit | fded2a1ddcde12dc744551b059e495ca0f1ea36a | [log] [tgz] |
---|---|---|
author | Sumit Deshmukh <sumitd@codeaurora.org> | Wed Sep 12 09:34:25 2018 +0530 |
committer | Sumit Deshmukh <sumitd@codeaurora.org> | Wed Sep 19 09:05:37 2018 +0530 |
tree | b552cb3b4b76f1e098d38346237d924f8f242b09 | |
parent | 6b642870ab4eb5d6439434abda46e8c92fedeff0 [diff] |
PBAP: Improvisation in start time of BluetoothPbapService This change is an improvisation to reduce time to start PBAP Service by moving task of getting local phone details from start() method running in main Bluetooth context to PbapHandler Thread. Getting phone details from telephony service was adding around 20ms in starting PBAP Profile and thus increasing time for Bluetooth startup. Change-Id: I76c9e4846e2eb6048125ea6e942860c55705d113 CRs-Fixed: 2313850