From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> This is second chunk from my initial big patch set. Fixed style issues commented by Marcel. Changes: * v2: Corrected android_daemon -> enable_android autoconf stuff, better name for acquiring caps, renamed hal_msg.h to hal-msg.h due to Johan's comment. Added small test-sdp fix. Note that due to Marcel comment this cannot be built unless you include my patch for Android bionic library: http://code.google.com/p/android-bluez/source/detail?r=77a07e7703b63e280d9880baad30b3375e7df079&repo=bionic# Andrei Emeltchenko (6): sdp: Check that correct packet received in recv android: Create HAL API header skeleton android: Add basic mgmt initialization sequence android: Add adapter and device struct for BlueZ daemon android: sdp: Reuse BlueZ SDP server in Android android: Add cap to bind to port < 1024 Makefile.android | 8 +- android/Android.mk | 13 +++ android/adapter.c | 63 ++++++++++++++ android/adapter.h | 36 ++++++++ android/device.c | 29 +++++++ android/device.h | 24 +++++ android/hal-msg.h | 246 ++++++++++++++++++++++++++++++++++++++++++++++++++++ android/main.c | 244 +++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 + unit/test-sdp.c | 5 +- 10 files changed, 667 insertions(+), 5 deletions(-) create mode 100644 android/adapter.c create mode 100644 android/adapter.h create mode 100644 android/device.c create mode 100644 android/device.h create mode 100644 android/hal-msg.h -- 1.7.10.4 -- 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