Return-Path: From: Andrei Emeltchenko To: linux-bluetooth@vger.kernel.org Subject: [PATCHv1 0/4] Initial patches splitted Date: Fri, 11 Oct 2013 10:45:51 +0300 Message-Id: <1381477555-11319-1-git-send-email-Andrei.Emeltchenko.news@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Andrei Emeltchenko 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. 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 | 389 +++++++++++++++++++++++++++++++++++++++++++++++ android/hal_bt_sock.c | 85 +++++++++++ 4 files changed, 512 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