diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index f0f2ac1508a..899c538b0aa 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c @@ -65,7 +65,7 @@ static void hci_le_connect(struct hci_conn *conn) cp.peer_addr_type = conn->dst_type; cp.conn_interval_min = cpu_to_le16(0x0008); cp.conn_interval_max = cpu_to_le16(0x0100); - cp.supervision_timeout = cpu_to_le16(0x0064); + cp.supervision_timeout = cpu_to_le16(1000); cp.min_ce_len = cpu_to_le16(0x0001); cp.max_ce_len = cpu_to_le16(0x0001);