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

Commit 5573c194 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Get rid of meaningles GATT client error log

Right now we often get this error in logs:

E bt_btif_gattc: btif_gattc_upstreams_evt: Unhandled event (7)!

This is often misinterpreted during log analysis as error, where this
really means just uninteresting event we don't want to handle.

Change-Id: Ia7804b2e1802a117198a31e025d05a80f973e896
parent 9ecbd6eb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -163,6 +163,9 @@ void btif_gattc_upstreams_evt(uint16_t event, char* p_param) {
      /* Ignore for now */
      break;

    case BTA_GATTC_SEARCH_RES_EVT:
      break;

    case BTA_GATTC_CANCEL_OPEN_EVT:
      break;