Skip to content

Commit 8c6d145

Browse files
committed
Increase min and max time intervals to allow the connections up to 5 BLE peripherals
1 parent f954cb0 commit 8c6d145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/ATT.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ bool ATTClass::connect(uint8_t peerBdaddrType, uint8_t peerBdaddr[6])
111111
{
112112
// original supervision timeout "0x00c8" seems to be too short for Nano 33 BLE (2 seconds)
113113
if (HCI.leCreateConn(0x0060, 0x0030, 0x00, peerBdaddrType, peerBdaddr, 0x00,
114-
0x0006, 0x000c, 0x0000, 1000, 0x0004, 0x0006) != 0) {
114+
0x001c, 0x0020, 0x0000, 1000, 0x0004, 0x0006) != 0) {
115115
return false;
116116
}
117117

0 commit comments

Comments
 (0)