[PATCH 1/2] bluetooth: Add bluetooth server support

2011-02-04 Thread Frédéric Danis
--- Makefile.am |1 + plugins/bluetooth.c | 281 ++- plugins/bluetooth.h |9 ++ 3 files changed, 288 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 758fb10..e402de4 100644 --- a/Makefile.am +++ b/Makefile

[PATCH 1/2] bluetooth: Add bluetooth server support

2011-01-28 Thread Frédéric Danis
--- Makefile.am |1 + plugins/bluetooth.c | 280 ++- plugins/bluetooth.h |9 ++ 3 files changed, 287 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9b77e63..c0efe28 100644 --- a/Makefile.am +++ b/Makefile

[PATCH 1/2] bluetooth: Add bluetooth server support

2011-01-27 Thread Frédéric Danis
--- Makefile.am |1 + plugins/bluetooth.c | 317 +-- plugins/bluetooth.h |9 ++ 3 files changed, 316 insertions(+), 11 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9b77e63..c0efe28 100644 --- a/Makefile.am +++ b/Makefil