bthal: disable thread dispatcher
Disable as current project not support Thread in the host. Bug: 368229266 Flag: NONE config change Test: check log Change-Id: Ie2c9b91c09a526de434a5becb717803ba8693f1a
This commit is contained in:
parent
ca07bb9d15
commit
635682a2ad
3 changed files with 15 additions and 12 deletions
|
@ -469,17 +469,18 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# Window Extensions
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||
|
||||
# Connectivity Resources Overlay
|
||||
# Connectivity Resources Overlay for Thread host settings
|
||||
PRODUCT_PACKAGES += \
|
||||
ConnectivityResourcesOverlayCaimitoOverride
|
||||
|
||||
# Thread Dispatcher enablement in Bluetooth HAL
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.thread_dispatcher.enabled=false
|
||||
|
||||
#Component Override for Pixel Troubleshooting App
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/caimito/caiman/caiman-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/caiman-component-overrides.xml
|
||||
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.thread_dispatcher.enabled=true
|
||||
|
||||
# Bluetooth device id
|
||||
# Caiman: 0x4110
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue