Movatterモバイル変換


[0]ホーム

URL:


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

Commit48d0f61

Browse files
committed
fix: wrong Le Event Mask set
See LE_META_EVENT supported.Note:Value should be 0x3B3 but set to 0x1B3 to explicitlyignore ENHANCED_CONN_COMPLETE eventSigned-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parentc2b9138 commit48d0f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/local/BLELocalDevice.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ int BLELocalDevice::begin()
174174
end();
175175
return0;
176176
}
177-
if (HCI.setLeEventMask(0x00000000000003FF) !=0) {
177+
if (HCI.setLeEventMask(0x00000000000001B3) !=0) {
178178
end();
179179
return0;
180180
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp