From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03416C433F5 for ; Mon, 23 May 2022 21:04:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230362AbiEWVEz (ORCPT ); Mon, 23 May 2022 17:04:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230330AbiEWVEy (ORCPT ); Mon, 23 May 2022 17:04:54 -0400 Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A2D9274DD0 for ; Mon, 23 May 2022 14:04:51 -0700 (PDT) Received: from github.com (hubbernetes-node-aac8d94.ac4-iad.github.net [10.52.205.36]) by smtp.github.com (Postfix) with ESMTPA id 012107205E3 for ; Mon, 23 May 2022 14:04:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1653339891; bh=B78KIdLHQUJ8LcM8TSO1ac69ZT38dBxLUzBMVQ0UhaU=; h=Date:From:To:Subject:From; b=Xnv5xW5GmI4mtvQpaUCau5kiJQZ66oGfQ2JznYzC1F5ijUePkEMuod3qzUXHDeOgg Q41uArxVpIYywX7TznRdKTQ2hvMBW1NTH4vfcXtfb4brgGs2cJcQi3Sm+QZ97SuqRO CiUMbId5hkBjPLlZ0h6A51AWm5TOBZ1JSbssqOdc= Date: Mon, 23 May 2022 14:04:50 -0700 From: inga-s To: linux-bluetooth@vger.kernel.org Message-ID: Subject: [bluez/bluez] 79fe52: client: Fix setting of advertisement interval Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: linux-bluetooth@vger.kernel.org X-Auto-Response-Suppress: All Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 79fe529d64855e1e482d3c265d89b7bbe7c99ab9 https://github.com/bluez/bluez/commit/79fe529d64855e1e482d3c265d89b7bbe7c99ab9 Author: Inga Stotland Date: 2022-05-23 (Mon, 23 May 2022) Changed paths: M client/main.c Log Message: ----------- client: Fix setting of advertisement interval This fixes incorrect argument read when using "interval" command in "advertisement" submenu