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

Commit e6736aa0 authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by Gerrit Code Review
Browse files

Merge "Fixed PTS: TC_GATT_SR_GAR_BI_01_C failure"

parents f149a655 73fae2ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -567,7 +567,7 @@ static tGATT_STATUS read_handles(uint16_t& len, uint8_t*& p, uint16_t& s_hdl,

  if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) ||
      !GATT_HANDLE_IS_VALID(e_hdl)) {
    return GATT_INVALID_PDU;
    return GATT_INVALID_HANDLE;
  }

  return GATT_SUCCESS;