mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 10:13:29 +00:00
hci: enable all le events from core v5.3 without LE Enhanced Connection Complete
This commit is contained in:
parent
d565a84b8e
commit
91d9e5d0d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user