[PATCH 03/21] bluetooth: Add bluetooth server support for DUN

2011-01-12 Thread Frédéric Dalleau
From: Zhenhua Zhang It watches Bluetooth adapter property changes and addes DUN record to listen DUN client connection request. --- plugins/bluetooth.c | 379 +++ plugins/bluetooth.h | 15 ++ 2 files changed, 394 insertions(+), 0 deletions(-) d

[PATCH 03/21] bluetooth: Add bluetooth server support for DUN

2010-09-29 Thread Zhenhua Zhang
It watches Bluetooth adapter property changes and addes DUN record to listen DUN client connection request. --- plugins/bluetooth.c | 379 +++ plugins/bluetooth.h | 14 ++ 2 files changed, 393 insertions(+), 0 deletions(-) diff --git a/plugins/bl