rymanluk commented on code in PR #1622:
URL: https://github.com/apache/mynewt-nimble/pull/1622#discussion_r1360270221
##########
nimble/host/src/ble_hs_startup.c:
##########
@@ -230,6 +273,29 @@ ble_hs_startup_le_set_evmask_tx(void)
mask |= 0x00000000000ff800;
}
+ if (version >= BLE_HCI_VER_BCS_5_2) {
+ /**
+ * Enable the following LE events:
+ * 0x0000000040000000 LE Request Peer SCA Complete event
+ */
+ mask |= 0x0000000040000000;
Review Comment:
this could be separate patch I guess.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]