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

Commit aca46b28 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix infinite loop caused by invalid ATT handle" into tm-qpr-dev

parents f872d5f4 36b41aaf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -313,6 +313,7 @@ void bta_gattc_sdp_callback(tSDP_STATUS sdp_status, const void* user_data) {
        !GATT_HANDLE_IS_VALID(end_handle)) {
      LOG(ERROR) << "invalid start_handle=" << loghex(start_handle)
                 << ", end_handle=" << loghex(end_handle);
      p_sdp_rec = SDP_FindServiceInDb(cb_data->p_sdp_db, 0, p_sdp_rec);
      continue;
    }