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

Commit 1df3575f authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Fix unnecessary error message during GATT discovery

Bug: 31637098
Change-Id: Ib2545e7827bd338d2e22c88836818fce23e7a057
parent b9abcc1a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -497,6 +497,12 @@ static void btif_gattc_upstreams_evt(uint16_t event, char* p_param)
            break;
        }

        case BTA_GATTC_SEARCH_RES_EVT:
        {
            /* Do nothing */
            break;
        }

        case BTA_GATTC_READ_DESCR_EVT:
        {
            btgatt_read_params_t data;