Fix for "Configured" event not working.
This commit is contained in:
parent
45df6f952a
commit
866f484b00
6 changed files with 28 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue