Skip to content

Commit 6c815fc

Browse files
committed
fix: wrong Le Event Mask set
See LE_META_EVENT supported. Note: Value should be 0x3B3 but set to 0x1B3 to explicitly ignore ENHANCED_CONN_COMPLETE event Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 2f0cef7 commit 6c815fc

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
return 0;
176176
}
177-
if (HCI.setLeEventMask(0x00000000000003FF) != 0) {
177+
if (HCI.setLeEventMask(0x00000000000001B3) != 0) {
178178
end();
179179
return 0;
180180
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy