summaryrefslogtreecommitdiff
path: root/include/console_channel.inc
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@chromium.org>2015-02-02 14:44:27 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-08-08 01:48:43 -0700
commit9ee1b4a767daaf23b278c9f33b0fe30bf9d91adf (patch)
treebbcce34eeaaecbd2de74636c526d33226a8bc828 /include/console_channel.inc
parent73701c46370cd562d311feeb80b2de8ea696935c (diff)
downloadchrome-ec-9ee1b4a767daaf23b278c9f33b0fe30bf9d91adf.tar.gz
btle: Add common link layer code
BUG=None BRANCH=None TEST=make BOARD=hadoken Add a task that is responsible for the state of the link layer. Change-Id: Ifc79bf1e4c57f5de448ab05b3a8d3a1aca5a58e2 Signed-off-by: Myles Watson <mylesgw@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/362144 Commit-Ready: Dan Shi <dshi@google.com> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'include/console_channel.inc')
-rw-r--r--include/console_channel.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/console_channel.inc b/include/console_channel.inc
index 4faeff5281..ab733bd49b 100644
--- a/include/console_channel.inc
+++ b/include/console_channel.inc
@@ -9,7 +9,10 @@ CONSOLE_CHANNEL(CC_COMMAND, "command")
CONSOLE_CHANNEL(CC_ACCEL, "accel")
#ifdef CONFIG_BLUETOOTH_LE
CONSOLE_CHANNEL(CC_BLUETOOTH_LE, "bluetooth_le")
+#ifdef CONFIG_BLUETOOTH_LL_DEBUG
+CONSOLE_CHANNEL(CC_BLUETOOTH_LL, "bluetooth_ll")
#endif
+#endif /* CONFIG_BLUETOOTH_LE */
#ifdef CONFIG_EXTENSION_COMMAND
CONSOLE_CHANNEL(CC_EXTENSION, "extension")
#endif