Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2015 19:22:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 203745] A2DP Support for Bluetooth Headphone Audio
Message-ID:  <bug-203745-21060-nIJUJWCyho@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203745-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203745-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203745

--- Comment #11 from Tony Narlock <tony@git-pull.com> ---
(In reply to Hans Petter Selasky from comment #7)

Thank you. I'm getting the "AUTOCONFIG FAILED" error now.

Trying with 44100 doesn't help. I am new to gdb, but tried giving that a go
too.

It seems that AutoConfig never gets passed avdtpGetCapabilities.

avdtpCheckResponse ends up skipping `else if ((len % AVDTP_LEN_SUCCESS) 2, =
len
- 2)` and returning response_invalid.

(gdb) info args
recvfd =3D <value optimized out>
trans =3D <value optimized out>
signalId =3D 1
pkt_type =3D (int *) 0xac2060d861b6f7f9
data =3D (uint8_t *) 0x7fffffffe0e0 " =C3=A1=C3=BF=C3=BF\005"
datasize =3D (size_t *) 0x7fffffffe0d8
(gdb) info locals
buffer =3D 0x7fffffffe040 "2\001\024\b\004\b"
len =3D 6

data: 140737488347312
datasize: 140737488347296

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203745-21060-nIJUJWCyho>