diff --git a/include/console_channel.inc b/include/console_channel.inc index 0e717e8eee..51c6df7c80 100644 --- a/include/console_channel.inc +++ b/include/console_channel.inc @@ -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