vendor/motorola/exynos9610-common/proprietary/vendor/bin/main_abox:$(TARGET_COPY_OUT_VENDOR)/bin/main_abox \
vendor/motorola/exynos9610-common/proprietary/vendor/bin/mcDriverDaemon:$(TARGET_COPY_OUT_VENDOR)/bin/mcDriverDaemon \
vendor/motorola/exynos9610-common/proprietary/vendor/etc/ap_gain_mmul.bin:$(TARGET_COPY_OUT_VENDOR)/etc/ap_gain_mmul.bin \
- vendor/motorola/exynos9610-common/proprietary/vendor/etc/bluetooth/bt_did.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_did.conf \
- vendor/motorola/exynos9610-common/proprietary/vendor/etc/bt_stack_level6.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bt_stack_level6.conf \
vendor/motorola/exynos9610-common/proprietary/vendor/etc/database/EccTable_202.xml:$(TARGET_COPY_OUT_VENDOR)/etc/database/EccTable_202.xml \
vendor/motorola/exynos9610-common/proprietary/vendor/etc/database/EccTable_204.xml:$(TARGET_COPY_OUT_VENDOR)/etc/database/EccTable_204.xml \
vendor/motorola/exynos9610-common/proprietary/vendor/etc/database/EccTable_206.xml:$(TARGET_COPY_OUT_VENDOR)/etc/database/EccTable_206.xml \
+++ /dev/null
-# Device ID (DID) configuration
-[DID1]
-
-# Primary Record - true or false (default)
-# There can be only one primary record
-primaryRecord = true
-
-# Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
-# 0x0075 = Samsung Electronics Co. Ltd.
-vendorId = 0x0075
-
-# Product ID & Product Version
-# Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
-# JJ: major version number, M: minor version number, N: sub-minor version number
-# For example: 1200, v14.3.6
-productId = 0x1200
-version = 0x1436
-
+++ /dev/null
-# Enable trace level reconfiguration function
-# Must be present before any TRC_ trace level settings
-TraceConf=true
-
-# Trace level configuration
-# BT_TRACE_LEVEL_NONE 0 ( No trace messages to be generated )
-# BT_TRACE_LEVEL_ERROR 1 ( Error condition trace messages )
-# BT_TRACE_LEVEL_WARNING 2 ( Warning condition trace messages )
-# BT_TRACE_LEVEL_API 3 ( API traces )
-# BT_TRACE_LEVEL_EVENT 4 ( Debug messages for events )
-# BT_TRACE_LEVEL_DEBUG 5 ( Full debug messages )
-# BT_TRACE_LEVEL_VERBOSE 6 ( Verbose messages ) - Currently supported for TRC_BTAPP only.
-TRC_BTM=6
-TRC_HCI=6
-TRC_L2CAP=6
-TRC_RFCOMM=6
-TRC_OBEX=6
-TRC_AVCT=6
-TRC_AVDT=6
-TRC_AVRC=6
-TRC_AVDT_SCB=6
-TRC_AVDT_CCB=6
-TRC_A2D=6
-TRC_SDP=6
-TRC_SMP=6
-TRC_BTAPP=6
-TRC_BTIF=6
-TRC_BNEP=6
-TRC_PAN=6
-TRC_HID_HOST=6
-TRC_HID_DEV=6
-
-# This is Log configuration for new C++ code using LOG() macros.
-# See libchrome/base/logging.h for description on how to configure your logs.
-# sample configuration:
-#LoggingV=--v=0
-#LoggingVModule=--vmodule=*/btm/*=1,btm_ble_multi*=2,btif_*=1
-
-# PTS testing helpers
-
-# Secure connections only mode.
-# PTS_SecurePairOnly=true
-
-# Disable LE Connection updates
-#PTS_DisableConnUpdates=true
-
-# Disable BR/EDR discovery after LE pairing to avoid cross key derivation errors
-#PTS_DisableSDPOnLEPair=true
-
-# SMP Pair options (formatted as hex bytes) auth, io, ikey, rkey, ksize
-#PTS_SmpOptions=0xD,0x4,0xf,0xf,0x10
-
-# Enable LE non-conn adv mode
-# valid value: true, false
-#PTS_EnableNonConnAdvMode=true
-
-# Enable LE conn, non discoverable adv mode
-# valid value: true, false
-#PTS_EnableConnNonDiscAdvMode=true
-
-# Disable LE security request
-#PTS_DisableSecRequest=true
-
-# Enable Fresh LE pairing
-#PTS_EnableFreshPairing=true
-
-# SMP Certification Failure Cases
-# Set any of the following SMP error values (from smp_api_types.h)
-# to induce pairing failues for various PTS SMP test cases.
-# Setting PTS_SmpFailureCase to 0 means normal operation.
-# Failure modes:
-#
-# SMP_PASSKEY_ENTRY_FAIL = 1
-# SMP_PAIR_AUTH_FAIL = 3
-# SMP_CONFIRM_VALUE_ERR = 4
-# SMP_PAIR_NOT_SUPPORT = 5
-# SMP_PAIR_FAIL_UNKNOWN = 8
-# SMP_REPEATED_ATTEMPTS = 9
-# SMP_NUMERIC_COMPAR_FAIL = 12
-#PTS_SmpFailureCase=0
-