hci: don't enable all new LE Events

This commit is contained in:
Matthias Ringwald 2017-08-28 14:30:31 +02:00
parent 3fc45ec760
commit a004d67489

View File

@ -1337,7 +1337,7 @@ static void hci_initializing_run(void){
break;
case HCI_INIT_LE_SET_EVENT_MASK:
hci_stack->substate = HCI_INIT_W4_LE_SET_EVENT_MASK;
hci_send_cmd(&hci_le_set_event_mask, 0x000FFFFF, 0x0);
hci_send_cmd(&hci_le_set_event_mask, 0x1FF, 0x0);
break;
case HCI_INIT_WRITE_LE_HOST_SUPPORTED:
// LE Supported Host = 1, Simultaneous Host = 0