diff --git a/system/btif/src/btif_gatt_client.cc b/system/btif/src/btif_gatt_client.cc index f05e7a046b4569aa034fc4edd003fd8eafb0c5f4..7e2d88b041d3bad0296081230804e6ccb1ad3857 100644 --- a/system/btif/src/btif_gatt_client.cc +++ b/system/btif/src/btif_gatt_client.cc @@ -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;