summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorLinaro CI <ci_notify@linaro.org>2017-09-05 07:14:11 +0000
committerLinaro CI <ci_notify@linaro.org>2017-09-05 07:14:11 +0000
commit683a6addcc5e6a7335b976bcd057aaf34e59b564 (patch)
tree312e8d9ba0d631d1dcb41153369adbe4e555beee /include/net/bluetooth/hci_core.h
parent52a514b195753ff65c663f9985b423eeae7c47cb (diff)
parentbd0d13e8aa63a71e5e294356556888d79587a2d1 (diff)
Merge remote-tracking branch 'sumit-lts/lts-4.4.y-hikey' into linux-4.4.y4.4.87-rc1-hikey-20170905
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 1878d0a96333..2d9d19c3e051 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -370,6 +370,11 @@ struct hci_dev {
DECLARE_BITMAP(dev_flags, __HCI_NUM_FLAGS);
+#ifdef CONFIG_BT_LEDS
+ struct led_trigger *tx_led, *rx_led;
+ char tx_led_name[32], rx_led_name[32];
+#endif
+
struct delayed_work le_scan_disable;
struct delayed_work le_scan_restart;