Loading system/stack/gatt/att_protocol.cc +0 −2 Original line number Diff line number Diff line Loading @@ -539,8 +539,6 @@ tGATT_STATUS attp_send_cl_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, op_code); return GATT_ILLEGAL_PARAMETER; } tcb.payload_size = p_msg->mtu; p_cmd = attp_build_mtu_cmd(GATT_REQ_MTU, p_msg->mtu); break; Loading Loading
system/stack/gatt/att_protocol.cc +0 −2 Original line number Diff line number Diff line Loading @@ -539,8 +539,6 @@ tGATT_STATUS attp_send_cl_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, op_code); return GATT_ILLEGAL_PARAMETER; } tcb.payload_size = p_msg->mtu; p_cmd = attp_build_mtu_cmd(GATT_REQ_MTU, p_msg->mtu); break; Loading