Hi Pali, On Wed, Jul 3, 2019 at 1:39 PM Pali Rohár <pali.rohar@xxxxxxxxx> wrote: > > On Wednesday 19 June 2019 18:03:20 Pali Rohár wrote: > > Hello, in bluez source code is function avctp_connect_cb() with > > following code: > > > > bt_io_get(chan, &gerr, > > BT_IO_OPT_DEST, &address, > > BT_IO_OPT_IMTU, &imtu, > > BT_IO_OPT_IMTU, &omtu, > > BT_IO_OPT_INVALID); > > > > Why is BT_IO_OPT_IMTU used for retrieving omtu? Should not be there > > BT_IO_OPT_OMTU for retrieving omtu? Seems like a typo: imtu vs omtu. > > > > Above code was introduced in commit b5666a3747 (AVCTP: Allocate memory > > to hold incoming/outgoing PDUs). > > Hello, I would like to remind this question. It above code bluez correct? Fixed: https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=b2fd4c7e1ecf715a0f56e0a4534329db9b4e44b1 -- Luiz Augusto von Dentz