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

Commit ba50d74e 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

Change-Id: I6636695bfdcf1fb4c123ea8ff0b1bc6810fff3cf
parents 2f173350 f83c0b94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -741,7 +741,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);