hci: enable all le events from core v5.3 without LE Enhanced Connection Complete

This commit is contained in:
Matthias Ringwald 2022-01-04 18:16:39 +01:00
parent d565a84b8e
commit 91d9e5d0d4

View File

@ -1810,7 +1810,7 @@ static void hci_initializing_run(void){
case HCI_INIT_LE_SET_EVENT_MASK:
if (hci_le_supported()){
hci_stack->substate = HCI_INIT_W4_LE_SET_EVENT_MASK;
hci_send_cmd(&hci_le_set_event_mask, 0x809FF, 0x0); // bits 0-8, 11, 19
hci_send_cmd(&hci_le_set_event_mask, 0xfffffdff, 0x07); // all events from core v5.3 without LE Enhanced Connection Complete
break;
}
#endif