Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
devices
android_device_sony_suzuran
Commits
d86648ac
Commit
d86648ac
authored
Apr 18, 2017
by
Evgeny Pekhterev
Committed by
Ole F. Birketvedt
Sep 17, 2017
Browse files
suzuran: Move bluetooth configs to kitakami-common
Change-Id: I73dd02177d3c950603178b50b9854e9d902ddbbd
parent
f0f3b496
Changes
3
Hide whitespace changes
Inline
Side-by-side
BoardConfig.mk
View file @
d86648ac
...
...
@@ -30,10 +30,6 @@ TARGET_KERNEL_CONFIG := kitakami_suzuran_defconfig
# Audio
BOARD_HAVE_BCM_FM
:=
true
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR
:=
$(DEVICE_PATH)
/bluetooth
BOARD_CUSTOM_BT_CONFIG
:=
$(DEVICE_PATH)
/bluetooth/vnd_generic.txt
# NFC
NFC_NXP_CHIP_TYPE
:=
PN547C2
BOARD_NFC_CHIPSET
:=
pn547
...
...
bluetooth/bdroid_buildcfg.h
deleted
100644 → 0
View file @
f0f3b496
/*
* Copyright (C) 2016 The CyanogenMod Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H
#define BTM_DEF_LOCAL_NAME "Xperia Z5 Compact"
#define HCILP_INCLUDED FALSE
#define BT_WAKE_VIA_USERIAL_IOCTL FALSE
#define BTM_WBS_INCLUDED TRUE
#endif
bluetooth/vnd_generic.txt
deleted
100644 → 0
View file @
f0f3b496
BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
FW_PATCHFILE_LOCATION = "/system/etc/firmware/"
FW_PATCHFILE_NAME = "BCM43xx.hcd"
BT_WAKE_VIA_USERIAL_IOCTL = TRUE
USERIAL_IOCTL_BT_WAKE_ASSERT = 0x5441
USERIAL_IOCTL_BT_WAKE_DEASSERT = 0x5442
USERIAL_IOCTL_BT_WAKE_GET_ST = 0x5443
FW_PATCH_SETTLEMENT_DELAY_MS = 100
UART_TARGET_BAUD_RATE = 3000000
LPM_IDLE_TIMEOUT_MULTIPLE = 5
LPM_BT_WAKE_POLARITY = 1
LPM_HOST_WAKE_POLARITY = 1
SCO_USE_I2S_INTERFACE = FALSE
SCO_I2SPCM_IF_ROLE = 0
BTVND_DBG = FALSE
BTHW_DBG = TRUE
VNDUSERIAL_DBG = FALSE
UPIO_DBG = FALSE
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment