From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1333663026806477084==" MIME-Version: 1.0 From: =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Danis Subject: [PATCH v4 0/2] bluetooth: Add bluetooth server support Date: Fri, 28 Jan 2011 10:45:31 +0100 Message-ID: <1296207933-5213-1-git-send-email-frederic.danis@linux.intel.com> List-Id: To: ofono@ofono.org --===============1333663026806477084== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable It watches Bluetooth adapter property changes and adds SDP record to listen client connection request. It supports multiple adapters, servers and client connections. Fr=C3=A9d=C3=A9ric Danis (2): bluetooth: Add bluetooth server support bluetooth: Add Bluetooth service authorization support Makefile.am | 1 + plugins/bluetooth.c | 395 +++++++++++++++++++++++++++++++++++++++++++++++= +++- plugins/bluetooth.h | 9 ++ 3 files changed, 402 insertions(+), 3 deletions(-) --===============1333663026806477084==--