Re: [PATCH -v3 1/7] bluetooth: Add bluetooth server support

2011-02-08 Thread Denis Kenzior
Hi Gustavo, On 02/08/2011 04:00 PM, Gustavo F. Padovan wrote: > From: Frédéric Danis > > --- > Makefile.am |1 + > plugins/bluetooth.c | 247 > ++- > plugins/bluetooth.h |9 ++ > 3 files changed, 254 insertions(+), 3 deletions(-)

[PATCH -v3 1/7] bluetooth: Add bluetooth server support

2011-02-08 Thread Gustavo F. Padovan
From: Frédéric Danis --- Makefile.am |1 + plugins/bluetooth.c | 247 ++- plugins/bluetooth.h |9 ++ 3 files changed, 254 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 758fb10..e402de4 100644 --- a/Mak