Bluetooth: Increased the LE connection supervision timeout
Increased the LE supervision timeout to 10 seconds so that concurrent operations can be performed with LE connection. Change-Id: I34cc53d1a0eb8943de11fc35580a27b037b87b2f Signed-off-by: Archana Ramachandran <archanar@codeaurora.org>
This commit is contained in:
committed by
Stephen Boyd
parent
72a89bac49
commit
5d354db0cd
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user