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:
Chia-Chi Teng 2024-11-20 17:46:46 +00:00
parent 94baa04f6b
commit 5b478fd96d

View file

@ -201,6 +201,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.profile.ccp.server.enabled=true \ bluetooth.profile.ccp.server.enabled=true \
bluetooth.profile.vcp.controller.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 # Carrier configuration default location
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.radio.config.carrier_config_dir=/vendor/firmware/carrierconfig persist.vendor.radio.config.carrier_config_dir=/vendor/firmware/carrierconfig