Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13db6da4 authored by Myles Watson's avatar Myles Watson
Browse files

SMP: Add handled events to the expected list

Bug: 20447641
Test: atest pts-bot
Change-Id: Iedb887e37b26a482891ec127be7ac8f087b4fc0e
parent b1ad7a8c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -217,6 +217,8 @@ void smp_send_app_cback(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) {
          break;

        // Expected, but nothing to do
        case SMP_NC_REQ_EVT:
        case SMP_SC_OOB_REQ_EVT:
        case SMP_SC_LOC_OOB_DATA_UP_EVT:
        case SMP_LE_ADDR_ASSOC_EVT:
          break;