mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
console: Add a console for Bluetooth LE
Protect the console with CONFIG_BLUETOOTH_LE to save space. BUG=None BRANCH=None TEST=make buildall -j32 Change-Id: I2309bf953904af36684b0fe32f94b2254b13c6a4 Signed-off-by: Myles Watson <mylesgw@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/361536 Commit-Ready: Dan Shi <dshi@google.com> Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
|
||||
CONSOLE_CHANNEL(CC_COMMAND, "command")
|
||||
CONSOLE_CHANNEL(CC_ACCEL, "accel")
|
||||
#ifdef CONFIG_BLUETOOTH_LE
|
||||
CONSOLE_CHANNEL(CC_BLUETOOTH_LE, "bluetooth_le")
|
||||
#endif
|
||||
#ifdef CONFIG_EXTENSION_COMMAND
|
||||
CONSOLE_CHANNEL(CC_EXTENSION, "extension")
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user