Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8c6d145

Browse files
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /