Skip to content

Commit 4bf3efc

Browse files
committed
feat: explicitly ignore ENHANCED_CONN_COMPLETE
which seems not fully operational Signed-off-by: Frederic Pillon <[email protected]>
1 parent c5e56ed commit 4bf3efc

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

0 commit comments

Comments
 (0)