From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 26 Jul 2018 11:02:28 +0300 From: Johan Hedberg To: Jaganath Kanakkassery Cc: linux-bluetooth@vger.kernel.org, marcel@holtmann.org, Jaganath Kanakkassery Subject: Re: [PATCH BlueZ v2 0/7] Add BREDR PHYs in PHY configuration commands Message-ID: <20180726080228.GA7342@x1c.lan> References: <1532514086-14790-1-git-send-email-jaganathx.kanakkassery@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1532514086-14790-1-git-send-email-jaganathx.kanakkassery@intel.com> List-ID: Hi Jaganath, On Wed, Jul 25, 2018, Jaganath Kanakkassery wrote: > This also has mgmt-tester patches for 5.0 implementation > > v2-> Fixed -Werror=unused-const-variable build error > > Jaganath Kanakkassery (7): > monitor: Add BREDR PHYs in PHY configuration commands > emulator: Add BREDR 2M & 3M, 3 & 5 Slot packet type support > mgmt-tester: Add extended advertising test cases > mgmt-tester: Add PHY Configuration test cases > mgmt-tester: Add tests for extended scanning and device found > mgmt-tester: Add support ext create connection and enh conn complete > mgmt-tester: Update Supported_settings to reflect PHY_CONFIGURATION > > emulator/btdev.c | 10 + > monitor/packet.c | 39 +- > tools/mgmt-tester.c | 2085 ++++++++++++++++++++++++++++++++++++++++++++++++--- > 3 files changed, 2015 insertions(+), 119 deletions(-) Thanks, this time it builds fine. All the mgmt-tester tests pass, but there's something missing from the emulator: Adv. connectable & connected (slave) - Success - init Adv. connectable & connected (slave) - Success - setup Unsupported command 0x0c6d 01 00 .. Adv. connectable & connected (slave) - Success - setup complete That would be good to get fixed as well. Johan