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

Commit 1b199758 authored by android-build-team Robot's avatar android-build-team Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed PTS: TC_GATT_SR_GAR_BI_01_C failure" into pi-dev

parents 42032ce5 eca22626
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -575,7 +575,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;