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 951A9C43334 for ; Wed, 22 Jun 2022 06:24:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349994AbiFVGYz (ORCPT ); Wed, 22 Jun 2022 02:24:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349790AbiFVGYy (ORCPT ); Wed, 22 Jun 2022 02:24:54 -0400 Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8174F34661 for ; Tue, 21 Jun 2022 23:24:53 -0700 (PDT) Received: from github.com (hubbernetes-node-2cc84f4.ash1-iad.github.net [10.56.202.20]) by smtp.github.com (Postfix) with ESMTPA id D205984047E for ; Tue, 21 Jun 2022 23:24:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1655879092; bh=lWDW9Ml0WWfyVj2Q6vkqQFny4xZzTD9LJY5xfzgZFls=; h=Date:From:To:Subject:From; b=wMPR8hXCIz4qcoi2lHFaeT2/tTq9IkZPrV6QP+VZOZ1jHwwqMulZrMQVx7YZvF4qM xavDs2b6isvymKYjRvA5SkAbDVCTLVlR/tEvknkckAbJWww/CN11dWxQOt8eNRkd8Q GOPzXU40IJN9QpbCGdTSBVn6R0QJMVLYHRt9liCI= Date: Tue, 21 Jun 2022 23:24:52 -0700 From: Tedd Ho-Jeong An To: linux-bluetooth@vger.kernel.org Message-ID: Subject: [bluez/bluez] b8b327: tools/mgmt-tester: Add test case for scan response... 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: b8b3277ba387fb245e68faa880a73967ac70c3cf https://github.com/bluez/bluez/commit/b8b3277ba387fb245e68faa880a73967ac70c3cf Author: Tedd Ho-Jeong An Date: 2022-06-21 (Tue, 21 Jun 2022) Changed paths: M tools/mgmt-tester.c Log Message: ----------- tools/mgmt-tester: Add test case for scan response data is not updating This patch adds a test case to test if the scan response data is updated when the following scenarios are performed. 1. Add Extended Advertising Parameters Command 2. Add Extended Advertising Data Command w/ Scan Resp Data 3. Remove Advertising Command 4. Add Extended Advertising Parameters Command 5. Add Extended Advertising Data Command w/ Scan Resp Data 6. Host should set Scan Resp Data