Skip to content

Commit c5e56ed

Browse files
committed
fix: wrong Le Event Mask set
See LE_META_EVENT supported. Signed-off-by: Frederic Pillon <[email protected]>
1 parent b0da039 commit c5e56ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/local/BLELocalDevice.cpp

+1-1
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(0x00000000000003B3) != 0) {
178178
end();
179179
return 0;
180180
}

0 commit comments

Comments
 (0)