diff --git a/scapy/layers/bluetooth.py b/scapy/layers/bluetooth.py
index 2f236cff3eddbde480ecdf2332452a904468ad8e..ab48fbb34f8c69bee738efe9b7a776a1399f5bff 100644
--- a/scapy/layers/bluetooth.py
+++ b/scapy/layers/bluetooth.py
@@ -526,16 +526,6 @@ class HCI_Cmd_LE_Create_Connection(Packet):
                     LEShortField("min_ce", 0),
                     LEShortField("max_ce", 0), ]
     
-class HCI_Cmd_LE_Connection_Update(Packet):
-    name = "LE Connection Update"
-    fields_desc = [ LEShortField("conn_handle", 64),
-                    LEShortField("conn_interval_min", 0),
-                    LEShortField("conn_interval_max", 0),
-                    LEShortField("conn_latency", 0),
-                    LEShortField("timeout", 600),
-                    LEShortField("min_ce_len", 0),
-                    LEShortField("max_ce_len", 0),]
-
 class HCI_Cmd_LE_Create_Connection_Cancel(Packet):
     name = "LE Create Connection Cancel"