Hi Marcel, Ravi, On Wed, Dec 18, 2013 at 1:39 PM, Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote: > Hi Ravi, > >> This is an initial patch for decoupling avctp.c|h from profiles/audio. >> Goal is to remove external dependency (glib is enough) and reusable >> to android/* sources. >> --- >> Makefile.plugins | 2 +- >> {profiles/audio => protocol}/avctp.c | 7 +------ >> {profiles/audio => protocol}/avctp.h | 0 >> 3 files changed, 2 insertions(+), 7 deletions(-) >> rename {profiles/audio => protocol}/avctp.c (99%) >> rename {profiles/audio => protocol}/avctp.h (100%) > > actually, no. > > The breaks my nicely tab-tab-completion handling when going through the source code. Pro{file,tocol} have a way to close prefix. Lets handle these similar to AVDTP by copying it to android, remove dependencies to core the add to android build and create proper unit tests for it, eventually it should replace all the existing implementation of AVCTP but first we need to have the unit tests done. Later we can decide where it should be, perhaps it can even be inside lib/ for example (though internally it might still depend on glib.) -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html