From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> This is small chunk form my previous patch series splitted for easy review. I need to understand what is current coding style for our project, so far it seems very different from BlueZ I took as example first. Please comment. Changes: * PATCHv2: removed unused function Andrei Emeltchenko (4): android: Add Adapter Bluetooth HAL template android: Add Socket Bluetooth HAL template android: Enable Socket interface android: Start Android Bluetooth daemon android/Android.mk | 20 +++ android/hal.h | 18 +++ android/hal_bluetooth.c | 384 +++++++++++++++++++++++++++++++++++++++++++++++ android/hal_bt_sock.c | 85 +++++++++++ 4 files changed, 507 insertions(+) create mode 100644 android/hal.h create mode 100644 android/hal_bluetooth.c create mode 100644 android/hal_bt_sock.c -- 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