diff options
-rw-r--r-- | btif/src/btif_gatt_client.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/btif/src/btif_gatt_client.c b/btif/src/btif_gatt_client.c index c70fa49..7ad4f08 100644 --- a/btif/src/btif_gatt_client.c +++ b/btif/src/btif_gatt_client.c @@ -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; |