Fix for "Configured" event not working.

This commit is contained in:
Joe Kearney 2026-02-21 12:49:55 -06:00
parent 45df6f952a
commit 866f484b00
6 changed files with 28 additions and 6 deletions

View file

@ -118,6 +118,11 @@ SystemKResult_T BLE_HandleCommonEvents(KEvent_T *event)
result = SYSTEMK_RESULT_OVERFLOW;
}
}
if (result != SYSTEMK_RESULT_EVENT_NOT_HANDLED)
{
BLE_RememberPacket(event_packet->BD_ADDR, BLE_PACKET_TYPE_EVENT, event_packet->event_number);
}
}
}
}