Increase HCI command timeout for BT AOC passghrough
This is to include the time required for AOC SSR and restart when AOC reset and re-establish transport to finish queued commands. This will also match the Pixel Watch HCI timeout value. Flag: EXEMPT bugfix Bug: 375044749 Test: build, verify on device, presubmit Change-Id: I18fffdee2a38d784165c048d8adf9edbd0019cfc
This commit is contained in:
parent
94baa04f6b
commit
5b478fd96d
1 changed files with 4 additions and 0 deletions
|
@ -201,6 +201,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
bluetooth.profile.ccp.server.enabled=true \
|
||||
bluetooth.profile.vcp.controller.enabled=true
|
||||
|
||||
# Override default HCI command timeout value for BT stack
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.hci.timeout_milliseconds=5000
|
||||
|
||||
# Carrier configuration default location
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.radio.config.carrier_config_dir=/vendor/firmware/carrierconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue