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

Commit 4ff41757 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add a missing case for BTA_DM_SEARCH_CANCEL_CMPL_EVT"

parents c3ef1ecd 6de15c07
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1554,6 +1554,10 @@ static void btif_dm_search_services_evt(uint16_t event, char *p_param)
            /* fixme */
        break;

        case BTA_DM_SEARCH_CANCEL_CMPL_EVT:
            /* no-op */
        break;

#if (BLE_INCLUDED == TRUE)
        case BTA_DM_DISC_BLE_RES_EVT:
        {