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

Commit b3921e3a authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Fix log level - requesting MTU is not error am: f83c0b94

am: ba50d74e

Change-Id: I0176ec625514226c482f606d0fa2c830c09d4599
parents 948c686e ba50d74e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -749,7 +749,7 @@ static void gatts_process_mtu_req(tGATT_TCB& tcb, uint16_t len,
  else
    tcb.payload_size = mtu;

  LOG(ERROR) << "MTU request PDU with MTU size " << +tcb.payload_size;
  LOG(INFO) << "MTU request PDU with MTU size " << +tcb.payload_size;

  l2cble_set_fixed_channel_tx_data_length(tcb.peer_bda, L2CAP_ATT_CID,
                                          tcb.payload_size);