From owner-freebsd-wireless@freebsd.org Wed Oct 21 22:29:46 2015 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93307A1B0DB for ; Wed, 21 Oct 2015 22:29:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7670979E for ; Wed, 21 Oct 2015 22:29:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t9LMTksF091010 for ; Wed, 21 Oct 2015 22:29:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 203745] A2DP Support for Bluetooth Headphone Audio Date: Wed, 21 Oct 2015 22:29:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tony@git-pull.com X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2015 22:29:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203745 --- Comment #15 from Tony Narlock --- (In reply to Hans Petter Selasky from comment #14) Like this? (lldb) frame v buffer -f hex (uint8_t [64]) buffer = { [0] = 0x40 [1] = 0x02 [2] = 0x14 [3] = 0x08 [4] = 0x04 [5] = 0x08 [6] = 0x00 [7] = 0x00 [8] = 0x2f [9] = 0x69 [10] = 0x6b [11] = 0x01 [12] = 0x08 [13] = 0x00 [14] = 0x00 [15] = 0x00 [16] = 0x1b [17] = 0x60 [18] = 0xdc [19] = 0x01 [20] = 0x08 [21] = 0x00 [22] = 0x00 [23] = 0x00 [24] = 0x07 [25] = 0x00 [26] = 0x00 [27] = 0x1e [28] = 0x00 [29] = 0x1b [30] = 0x00 [31] = 0x00 [32] = 0x48 [33] = 0xe1 [34] = 0xff [35] = 0xff [36] = 0xff [37] = 0x7f [38] = 0x00 [39] = 0x00 [40] = 0x07 [41] = 0x00 [42] = 0x00 [43] = 0x00 [44] = 0x00 [45] = 0x00 [46] = 0x00 [47] = 0x00 [48] = 0xa0 [49] = 0xe1 [50] = 0xff [51] = 0xff [52] = 0xff [53] = 0x7f [54] = 0x00 [55] = 0x00 [56] = 0xe9 [57] = 0x9a [58] = 0xe4 [59] = 0x00 [60] = 0x08 [61] = 0x00 [62] = 0x00 [63] = 0x00 } -- You are receiving this mail because: You are the assignee for the bug.