Index: components/device_event_log/device_event_log.h |
diff --git a/components/device_event_log/device_event_log.h b/components/device_event_log/device_event_log.h |
index 39a3071bdf19b14f83b21ac96d6c9757315c180c..8383781f15b0a196d68c6c06c7ab316453fe25ab 100644 |
--- a/components/device_event_log/device_event_log.h |
+++ b/components/device_event_log/device_event_log.h |
@@ -40,9 +40,6 @@ |
#define LOGIN_LOG(level) \ |
DEVICE_LOG(::device_event_log::LOG_TYPE_LOGIN, \ |
::device_event_log::LOG_LEVEL_##level) |
-#define BLUETOOTH_LOG(level) \ |
- DEVICE_LOG(::device_event_log::LOG_TYPE_BLUETOOTH, \ |
- ::device_event_log::LOG_LEVEL_##level) |
#define USB_LOG(level) \ |
DEVICE_LOG(::device_event_log::LOG_TYPE_USB, \ |
::device_event_log::LOG_LEVEL_##level) |
@@ -89,8 +86,6 @@ enum LogType { |
LOG_TYPE_POWER, |
// Login related events. |
LOG_TYPE_LOGIN, |
- // Bluetooth device related events (i.e. device/bluetooth). |
- LOG_TYPE_BLUETOOTH, |
// USB device related events (i.e. device/usb). |
LOG_TYPE_USB, |
// Human-interface device related events (i.e. device/hid). |