OSDN Git Service

android-x86/external-bluetooth-bluez.git
10 years agobuild: Move Makefile.android to android/Makefile.am
Szymon Janc [Mon, 28 Oct 2013 16:37:06 +0000 (17:37 +0100)]
build: Move Makefile.android to android/Makefile.am

This will keep all Android related changes within android directory.

10 years agoandroid/hal: Set callbacks before initializing IPC
Szymon Janc [Mon, 28 Oct 2013 15:45:37 +0000 (16:45 +0100)]
android/hal: Set callbacks before initializing IPC

Notification thread is started on IPC init and it can be scheduled
before main thread.

Fix following crash on HAL init:

pid: 3392, tid: 3492, name: droid.bluetooth  >>> com.android.bluetooth <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000028
    eax 00000000  ebx ce047f64  ecx ce0405d0  edx f7763724
    esi cdf3af00  edi f837fb90
    xcs 00000023  xds 0000002b  xes 0000002b  xfs 00000000  xss 0000002b
    eip ce042289  ebp cdf3a9f8  esp cdf3a9e0  flags 00010292

backtrace:
    #00  pc 00003289  /system/lib/hw/bluetooth.default.so (bt_thread_associate+25)
    #01  pc 000015f8  /system/lib/hw/bluetooth.default.so (notification_handler+40)
    #02  pc 0000f804  /system/lib/libc.so (__thread_entry+276)
    #03  pc 0002999d  /system/lib/libc.so
    #04  pc 00082ae7  /system/lib/libdvm.so (dvmThreadSelf()+39)
    #05  pc 00010db9  /system/lib/libc.so (pthread_mutex_unlock+25)

10 years agoandroid: Add initial HID disconnect implementation.
Ravi kumar Veeramally [Tue, 29 Oct 2013 09:48:16 +0000 (11:48 +0200)]
android: Add initial HID disconnect implementation.

Implemented basic HID disconnect method. Host disconnects
with bt device at L2CAP level.

10 years agoandroid: Add initial HID connect implementation
Ravi kumar Veeramally [Tue, 29 Oct 2013 09:48:15 +0000 (11:48 +0200)]
android: Add initial HID connect implementation

Implemented basic HID connect method. Host connects to
bt device at L2CAP level.

10 years agoandroid: Use helper function to convert bdaddr to android format
Szymon Janc [Mon, 28 Oct 2013 13:45:14 +0000 (14:45 +0100)]
android: Use helper function to convert bdaddr to android format

This will make easier to understand why swap is needed.

10 years agoandroid: Add helper functions for converting bdaddr transmitted over IPC
Szymon Janc [Mon, 28 Oct 2013 13:45:13 +0000 (14:45 +0100)]
android: Add helper functions for converting bdaddr transmitted over IPC

Android holds Bluetooth address in reverse order comparing to
bluetoothd. Add convenient functions for converting to and from that
format.

Convertion will done on daemon side to keep HAL library simple.

10 years agoandroid: Remove bogus hal_rsp_register_module structure
Szymon Janc [Mon, 28 Oct 2013 12:46:15 +0000 (13:46 +0100)]
android: Remove bogus hal_rsp_register_module structure

Core service Register ID command doesn't return any parameter.

10 years agoandroid: Fix HAL_OP_REMOVE_BOND value
Szymon Janc [Mon, 28 Oct 2013 12:46:14 +0000 (13:46 +0100)]
android: Fix HAL_OP_REMOVE_BOND value

This is a copy-and-paste mistake.

10 years agoandroid: Rename send_adapter_name to send_adapter_address
Szymon Janc [Mon, 28 Oct 2013 12:46:12 +0000 (13:46 +0100)]
android: Rename send_adapter_name to send_adapter_address

Make function name match what it acctually does.

10 years agoandroid/client: Add clear screen on Cltr-L
Jerzy Kasenberg [Mon, 28 Oct 2013 12:48:13 +0000 (13:48 +0100)]
android/client: Add clear screen on Cltr-L

This patch allows to clear screen on Ctrl-L.

10 years agoandroid/hal-pan: Add implementation of .disconnect
Luiz Augusto von Dentz [Mon, 28 Oct 2013 12:09:06 +0000 (14:09 +0200)]
android/hal-pan: Add implementation of .disconnect

10 years agoandroid/hal-pan: Add implementation of .connect
Luiz Augusto von Dentz [Mon, 28 Oct 2013 12:09:05 +0000 (14:09 +0200)]
android/hal-pan: Add implementation of .connect

10 years agoandroid/hal-pan: Add implementation of .get_local_role
Luiz Augusto von Dentz [Mon, 28 Oct 2013 12:09:04 +0000 (14:09 +0200)]
android/hal-pan: Add implementation of .get_local_role

10 years agoandroid/hal-pan: Add implementation of .enable
Luiz Augusto von Dentz [Mon, 28 Oct 2013 12:09:03 +0000 (14:09 +0200)]
android/hal-pan: Add implementation of .enable

10 years agoandroid/hal-pan: Add implementation of .init
Luiz Augusto von Dentz [Mon, 28 Oct 2013 12:09:02 +0000 (14:09 +0200)]
android/hal-pan: Add implementation of .init

10 years agoandroid/client: Add completion for hf methods
Jerzy Kasenberg [Mon, 28 Oct 2013 11:39:03 +0000 (12:39 +0100)]
android/client: Add completion for hf methods

This patch adds completion functions to handsfree methods.

10 years agoandroid/client: Add code for handsfree methods
Jerzy Kasenberg [Mon, 28 Oct 2013 11:39:02 +0000 (12:39 +0100)]
android/client: Add code for handsfree methods

This patch adds implementation of handsfree methods to haltest.

10 years agoandroid/client: Add code for handsfree callbacks
Jerzy Kasenberg [Mon, 28 Oct 2013 11:39:01 +0000 (12:39 +0100)]
android/client: Add code for handsfree callbacks

This adds implementation for handsfree callbacks.

10 years agoandroid/client: Add skeleton for handsfree calls
Jerzy Kasenberg [Mon, 28 Oct 2013 11:39:00 +0000 (12:39 +0100)]
android/client: Add skeleton for handsfree calls

This patch adds skeleton for all methods of handsfree along with
all callbacks.

10 years agoandroid/hal-av: Fix command struct names
Luiz Augusto von Dentz [Mon, 28 Oct 2013 10:58:56 +0000 (12:58 +0200)]
android/hal-av: Fix command struct names

The command struct names should start with hal_cmd as the others.

10 years agoandroid/hal: Add support for send av disconnect command
Grzegorz Kolodziejczyk [Fri, 25 Oct 2013 15:52:07 +0000 (17:52 +0200)]
android/hal: Add support for send av disconnect command

This allows HAL to send av disconnect command

10 years agoandroid/hal: Add support for send av connect command
Grzegorz Kolodziejczyk [Fri, 25 Oct 2013 15:52:06 +0000 (17:52 +0200)]
android/hal: Add support for send av connect command

This allows HAL to send av connect command

10 years agoandroid/hal: Add support for handling av audio state event
Grzegorz Kolodziejczyk [Fri, 25 Oct 2013 15:52:05 +0000 (17:52 +0200)]
android/hal: Add support for handling av audio state event

10 years agoandroid/hal: Add support for handling av connection state event
Grzegorz Kolodziejczyk [Fri, 25 Oct 2013 15:52:04 +0000 (17:52 +0200)]
android/hal: Add support for handling av connection state event

10 years agoandroid/hal: Add skeleton for handling av notifications
Grzegorz Kolodziejczyk [Fri, 25 Oct 2013 15:52:03 +0000 (17:52 +0200)]
android/hal: Add skeleton for handling av notifications

Only default case is handled in skeleton

10 years agoandroid/hal: Fix typo in A2DP HAL service name
Grzegorz Kolodziejczyk [Fri, 25 Oct 2013 15:52:02 +0000 (17:52 +0200)]
android/hal: Fix typo in A2DP HAL service name

A2DP was misspelled as AD2P

10 years agoandroid: Rename setting_powered_changed to powered_changed
Luiz Augusto von Dentz [Sun, 27 Oct 2013 11:57:11 +0000 (13:57 +0200)]
android: Rename setting_powered_changed to powered_changed

10 years agoandroid: Add support for notifying HAL about scan mode change
Szymon Janc [Fri, 25 Oct 2013 15:15:03 +0000 (17:15 +0200)]
android: Add support for notifying HAL about scan mode change

If connectable or discoverable setting changes property change is send
to HAL.

10 years agoandroid: Always set adapter to pairable on init
Szymon Janc [Fri, 25 Oct 2013 15:15:02 +0000 (17:15 +0200)]
android: Always set adapter to pairable on init

There is no operation to enable/disable pairable mode in Android HAL.

10 years agoandroid: Add support for setting adapter scan mode
Szymon Janc [Fri, 25 Oct 2013 15:15:01 +0000 (17:15 +0200)]
android: Add support for setting adapter scan mode

This allows to set all modes defined: none, connectable and
'connectable and discoverable'.

10 years agoandroid: Add missing scan mode difinitions to IPC header
Szymon Janc [Fri, 25 Oct 2013 15:15:00 +0000 (17:15 +0200)]
android: Add missing scan mode difinitions to IPC header

10 years agoandroid: Add initial code for handling adapter set property command
Szymon Janc [Fri, 25 Oct 2013 15:14:59 +0000 (17:14 +0200)]
android: Add initial code for handling adapter set property command

No commands are handled yet.

10 years agoandroid: Use common exit path for commands in bt_adapter_handle_cmd
Szymon Janc [Fri, 25 Oct 2013 15:14:58 +0000 (17:14 +0200)]
android: Use common exit path for commands in bt_adapter_handle_cmd

All adapter commands return no parameters so putting error and success
response on common exit path. This will make function easier to follow
when more commands support will be added.

10 years agoandroid/hal: Use debug helpers from hal client
Andrei Emeltchenko [Fri, 25 Oct 2013 13:28:46 +0000 (16:28 +0300)]
android/hal: Use debug helpers from hal client

Debug helpers really helps a lot when debugging on Android target. The
patch uses helper functions already defined for hal test tool so
we do not need to reimplement them.

10 years agoandroid/hal: Use defined function to check that interface is ready
Andrei Emeltchenko [Fri, 25 Oct 2013 13:28:45 +0000 (16:28 +0300)]
android/hal: Use defined function to check that interface is ready

10 years agoandroid/hal: Associate thread to Java
Andrei Emeltchenko [Fri, 25 Oct 2013 11:34:46 +0000 (14:34 +0300)]
android/hal: Associate thread to Java

Without thread assiciation callbacks are not received by Java.
They are blocked by JNI:
E/BluetoothServiceJni( 2844): Callback env check fail: env: 0x0, callback: 0x0
E/BluetoothServiceJni( 2844): Callback: 'adapter_state_change_callback' is not
called on the correct thread

10 years agoandroid: Rename ipc_send_error to ipc_send_rsp
Luiz Augusto von Dentz [Fri, 25 Oct 2013 12:22:24 +0000 (15:22 +0300)]
android: Rename ipc_send_error to ipc_send_rsp

10 years agoandroid: Rename ERROR enum and command to STATUS
Luiz Augusto von Dentz [Fri, 25 Oct 2013 12:13:48 +0000 (15:13 +0300)]
android: Rename ERROR enum and command to STATUS

This is more consistent with HAL interface which does name the enum as
bt_status_t and does use BT_STATUS prefix.

10 years agoandroid: Add initial support for handling adapter get property command
Szymon Janc [Fri, 25 Oct 2013 10:50:11 +0000 (12:50 +0200)]
android: Add initial support for handling adapter get property command

Support for HAL_BT_PROP_BDADDR property only.

10 years agoandroid: Add missing success status definition to IPC header
Szymon Janc [Fri, 25 Oct 2013 10:50:10 +0000 (12:50 +0200)]
android: Add missing success status definition to IPC header

This is used in HAL callbacks to indicate success.

10 years agoandroid/hal: Add support for handling adapter properties change event
Szymon Janc [Fri, 25 Oct 2013 10:50:09 +0000 (12:50 +0200)]
android/hal: Add support for handling adapter properties change event

10 years agoandroid/hal: Add support for sending adapter SSP reply command
Szymon Janc [Fri, 25 Oct 2013 10:50:08 +0000 (12:50 +0200)]
android/hal: Add support for sending adapter SSP reply command

This allows HAL to reply to SSP request.

10 years agoandroid: Add missing SSP variant definitions to IPC header
Szymon Janc [Fri, 25 Oct 2013 10:50:07 +0000 (12:50 +0200)]
android: Add missing SSP variant definitions to IPC header

10 years agoandroid: Add missing SSP Variant definitions to IPC document
Szymon Janc [Fri, 25 Oct 2013 10:50:06 +0000 (12:50 +0200)]
android: Add missing SSP Variant definitions to IPC document

Those are used to specify SSP association model.

10 years agoandroid/hal: Add support for sending adapter PIN reply command
Szymon Janc [Fri, 25 Oct 2013 10:50:05 +0000 (12:50 +0200)]
android/hal: Add support for sending adapter PIN reply command

This allows HAL to reply to PIN code request.

10 years agoandroid/hal: Add support for sending adapter remove bond command
Szymon Janc [Fri, 25 Oct 2013 10:50:04 +0000 (12:50 +0200)]
android/hal: Add support for sending adapter remove bond command

This allows HAL to remove bonding.

10 years agoandroid/hal: Add support for sending cancel bond command
Szymon Janc [Fri, 25 Oct 2013 10:50:03 +0000 (12:50 +0200)]
android/hal: Add support for sending cancel bond command

This allows HAL to cancel pending bonding.

10 years agoandroid/hal: Add support for sending create bond command
Szymon Janc [Fri, 25 Oct 2013 10:50:02 +0000 (12:50 +0200)]
android/hal: Add support for sending create bond command

This allows HAL to start bonding.

10 years agoandroid/hal: Add support for sending adapter get properties command
Szymon Janc [Fri, 25 Oct 2013 10:50:01 +0000 (12:50 +0200)]
android/hal: Add support for sending adapter get properties command

This allows HAL to get all adapter properties.

10 years agoandroid/hal: Add support for sending adapter get property command
Szymon Janc [Fri, 25 Oct 2013 10:50:00 +0000 (12:50 +0200)]
android/hal: Add support for sending adapter get property command

This allows HAL to get adapter property.

10 years agoandroid/hal: Add support for sending adapter set property command
Szymon Janc [Fri, 25 Oct 2013 10:49:59 +0000 (12:49 +0200)]
android/hal: Add support for sending adapter set property command

This allows HAL to set adapter property.

10 years agoandroid: Add properties defines to hal-msg.h
Szymon Janc [Fri, 25 Oct 2013 10:49:58 +0000 (12:49 +0200)]
android: Add properties defines to hal-msg.h

Android HAL defines some properties as adapter specific, some as
device specific and some as common. We split those to separate
adapter and device properties hence overlaping or holes in codes.

10 years agoandroid: Remove not needed local variable in connect_hal
Szymon Janc [Fri, 25 Oct 2013 10:49:57 +0000 (12:49 +0200)]
android: Remove not needed local variable in connect_hal

err variable was set but never read.

10 years agoandroid/client: Add processing of .haltestrc
Jerzy Kasenberg [Fri, 25 Oct 2013 10:51:46 +0000 (12:51 +0200)]
android/client: Add processing of .haltestrc

This patch allows tool to read commands from .haltestrc.
So it is possible to call some functions that are typically used.
So user can have:
  adapter init
  adapter get_profile_interface socket
  adapter get_profile_interface pan
  adapter get_profile_interface hidhost
  adapter get_profile_interface a2dp
  pan init
  av init

10 years agoandroid/client: Add source command to haltest
Jerzy Kasenberg [Fri, 25 Oct 2013 10:51:45 +0000 (12:51 +0200)]
android/client: Add source command to haltest

New command allows to read script file into tool and
execute its contents as if it was typed.

10 years agoandroid/client: Fix incorrect casts of addresses
Jerzy Kasenberg [Fri, 25 Oct 2013 08:51:10 +0000 (10:51 +0200)]
android/client: Fix incorrect casts of addresses

This fixes printing of addresses.
If char is set to be signed (as it should) some addresses were
printed with leading FFFFFF.

10 years agoandroid/client: Fix various coding style issues
Jerzy Kasenberg [Thu, 24 Oct 2013 09:50:20 +0000 (11:50 +0200)]
android/client: Fix various coding style issues

Mostly indentation of arguments in functions and calls.
Prefix p remove from puser/penum_func.
Some empty lines added after closing } when needed.
Magic number for string length changed to preprocessor define.
Added spaces after casts.

10 years agoandroid: Make haltest and bluetoothd depend on HAL lib
Andrei Emeltchenko [Thu, 24 Oct 2013 14:22:41 +0000 (17:22 +0300)]
android: Make haltest and bluetoothd depend on HAL lib

The patch makes haltest and bluetoothd depend on bluetooth.default target
which is already defined. glib dependency Android resolves itself.
Fixes issue that for the fresh build only bluetooth.default.so is built.

10 years agoandroid: Fix debug logs when running on Android
Szymon Janc [Thu, 24 Oct 2013 14:05:38 +0000 (16:05 +0200)]
android: Fix debug logs when running on Android

Current Android log backed dones't enable debug logs. Instead of coping
code from src/log.c, just use it on Android as well.

No functionality is lost as currently Android log backed only prints
to standard output.

10 years agoandroid: Use adapter index in mgmt functions
Szymon Janc [Thu, 24 Oct 2013 09:54:24 +0000 (11:54 +0200)]
android: Use adapter index in mgmt functions

Instead of hardcoding index 0 use real index of adapter. This fix
using invalid index if adapter ID happens to be different than 0.

This should not happen on Android but is possible while testing on
Linux PC.

10 years agoandroid: Use default adapter in adapter functions
Szymon Janc [Thu, 24 Oct 2013 09:54:23 +0000 (11:54 +0200)]
android: Use default adapter in adapter functions

There is no need to pass pointer to adapter between function as there
is only one adapter in android daemon. Also default_adapter is renamed
to adapter.

There is no need to pass adapter pointer as user data since there is
only one adapter present.

10 years agoandroid: Remove not needed adapter parameter from bt_adapter_ready
Szymon Janc [Thu, 24 Oct 2013 09:54:22 +0000 (11:54 +0200)]
android: Remove not needed adapter parameter from bt_adapter_ready

There is no need to pass adapter pointer in bt_adapter_ready callback
as there is only one present.

10 years agoandroid: Fix bt_adapter_init
Szymon Janc [Thu, 24 Oct 2013 09:54:21 +0000 (11:54 +0200)]
android: Fix bt_adapter_init

Make bt_adapter_init return void and use ready callback for error
reporting. This also fix returning incorrect status and invalid
mgmt_if unref (mgmt_send return 0 on error or >0 on success).

10 years agoandroid: Start command watch after notify channel is connected
Szymon Janc [Thu, 24 Oct 2013 09:54:20 +0000 (11:54 +0200)]
android: Start command watch after notify channel is connected

Daemon should start processing commands only after both communication
channels were connected.

10 years agoandroid/hal-msg: Reduce length of defines and struct names
Luiz Augusto von Dentz [Wed, 23 Oct 2013 11:14:09 +0000 (14:14 +0300)]
android/hal-msg: Reduce length of defines and struct names

The current defines and struct names are way too big and sometimes
incosistent.

10 years agoandroid: Enable AV interface
Andrei Emeltchenko [Thu, 24 Oct 2013 07:10:39 +0000 (10:10 +0300)]
android: Enable AV interface

Include av_interface to get_interface function.

10 years agoandroid: haltest: Enable av interface in test tool
Andrei Emeltchenko [Thu, 24 Oct 2013 07:10:38 +0000 (10:10 +0300)]
android: haltest: Enable av interface in test tool

10 years agoandroid: Add calls to av methods in haltest
Jerzy Kasenberg [Wed, 23 Oct 2013 14:38:25 +0000 (16:38 +0200)]
android: Add calls to av methods in haltest

This patch adds calls to av interface in haltest.

10 years agoandroid: Fix use of invalid service ID in response
Szymon Janc [Wed, 23 Oct 2013 13:46:26 +0000 (15:46 +0200)]
android: Fix use of invalid service ID in response

Adapter should use HAL_SERVICE_ID_BLUETOOTH service ID.

10 years agoandroid/hal: Verify if command response service ID match
Szymon Janc [Wed, 23 Oct 2013 13:46:25 +0000 (15:46 +0200)]
android/hal: Verify if command response service ID match

Received response service ID should match command service ID in
command, abort if it doesn't.

10 years agoandroid: Send notification on adapter power state change
Szymon Janc [Wed, 23 Oct 2013 13:46:24 +0000 (15:46 +0200)]
android: Send notification on adapter power state change

10 years agoandroid/hal: Fix crash while receiving notification
Szymon Janc [Wed, 23 Oct 2013 13:46:23 +0000 (15:46 +0200)]
android/hal: Fix crash while receiving notification

This fix following crash:
Invalid read of size 8
   at 0x408B33: notification_handler (hal-ipc.c:122)
   by 0x4E39E99: start_thread (pthread_create.c:308)
 Address 0x8 is not stack'd, malloc'd or (recently) free'd

10 years agoandroid: Add missing adapter state values to IPC header
Szymon Janc [Wed, 23 Oct 2013 13:46:22 +0000 (15:46 +0200)]
android: Add missing adapter state values to IPC header

10 years agoandroid: Add missing adapter state values to IPC documentation
Szymon Janc [Wed, 23 Oct 2013 13:46:21 +0000 (15:46 +0200)]
android: Add missing adapter state values to IPC documentation

10 years agoandroid: Use helper function for finding headers
Andrei Emeltchenko [Wed, 23 Oct 2013 13:42:17 +0000 (16:42 +0300)]
android: Use helper function for finding headers

Using helper function allows us to overcome possible location
change in future Android releases. This was inspired by
Szymon Janc's comment to my previous patch.

10 years agoandroid: Fix compilation error
Andrei Emeltchenko [Wed, 23 Oct 2013 12:53:05 +0000 (15:53 +0300)]
android: Fix compilation error

The patch fixes errors with undefined symbols EXIT_FAILURE on Android.

10 years agoandroid: Fix build error for Android
Lukasz Rymanowski [Wed, 23 Oct 2013 12:49:19 +0000 (14:49 +0200)]
android: Fix build error for Android

Android uses functions and defines from sys/capability.h which
requires additional include. However file capability.h shows up
in bionic in version Android 4.3, therefore we do check
PLATFORM_SDK_VERSION to no break builds of previous Android versions.
In previous Android version unistd.h contain this functionality.

10 years agoandroid: Make use of Android system headers instead of local one
Andrei Emeltchenko [Wed, 23 Oct 2013 12:44:41 +0000 (15:44 +0300)]
android: Make use of Android system headers instead of local one

Since the headers were copied to android/ folder Android build started
to use those instead of original Android system headers. The patch
puts Android system headers first.

10 years agoandroid: Add convenience variable for adapter bdaddr
Johan Hedberg [Wed, 23 Oct 2013 11:32:03 +0000 (14:32 +0300)]
android: Add convenience variable for adapter bdaddr

10 years agoandroid: Add support for registering and unregistering hid service
Szymon Janc [Wed, 23 Oct 2013 11:04:41 +0000 (13:04 +0200)]
android: Add support for registering and unregistering hid service

10 years agoandroid: Add initial code for socket service
Szymon Janc [Wed, 23 Oct 2013 11:04:40 +0000 (13:04 +0200)]
android: Add initial code for socket service

Only handle register/unregister for now.

10 years agoandroid: Add bt_adapter_get_address function
Szymon Janc [Wed, 23 Oct 2013 11:04:39 +0000 (13:04 +0200)]
android: Add bt_adapter_get_address function

It will be used to obtain adapter address.

10 years agoandroid: Add support for registering "bluetooth" service
Szymon Janc [Wed, 23 Oct 2013 11:04:38 +0000 (13:04 +0200)]
android: Add support for registering "bluetooth" service

10 years agoandroid: Add initial code for services unregister
Szymon Janc [Wed, 23 Oct 2013 11:04:37 +0000 (13:04 +0200)]
android: Add initial code for services unregister

This will be used to disable services on respective HAL cleanup calls.

10 years agoandroid: Add initial code for services register
Szymon Janc [Wed, 23 Oct 2013 11:04:36 +0000 (13:04 +0200)]
android: Add initial code for services register

This will be used to enable services on respective HAL init calls.

10 years agotools/l2cap-tester: Fix command reject expected responses
Johan Hedberg [Wed, 23 Oct 2013 11:10:33 +0000 (14:10 +0300)]
tools/l2cap-tester: Fix command reject expected responses

Invalid CID responses also contain the CID(s) that were invalid.

10 years agoandroid: Check that service is started
Andrei Emeltchenko [Wed, 23 Oct 2013 10:26:38 +0000 (13:26 +0300)]
android: Check that service is started

Add check that we are able to start Bluetooth service in
Android. If service is not started we should not try to connect to it.

10 years agoandroid/hid: Fix service type in error response
Johan Hedberg [Wed, 23 Oct 2013 10:22:18 +0000 (13:22 +0300)]
android/hid: Fix service type in error response

10 years agoandroid: Fix checking return of hal_ipc_cmd
Luiz Augusto von Dentz [Wed, 23 Oct 2013 10:16:17 +0000 (13:16 +0300)]
android: Fix checking return of hal_ipc_cmd

hal_ipc_cmd should never return negative values

10 years agoandroid: Use sock prefix
Luiz Augusto von Dentz [Tue, 22 Oct 2013 13:17:35 +0000 (16:17 +0300)]
android: Use sock prefix

This adds sock prefix for static function and replaces those that had
bt_sock as prefix.

10 years agoandroid: Use pan prefix instead of bt_pan
Luiz Augusto von Dentz [Tue, 22 Oct 2013 13:16:14 +0000 (16:16 +0300)]
android: Use pan prefix instead of bt_pan

This replaces the use of bt_pan as function prefix with pan.

10 years agoandroid/client: Fix various coding style issues
Johan Hedberg [Wed, 23 Oct 2013 10:04:40 +0000 (13:04 +0300)]
android/client: Fix various coding style issues

10 years agoandroid: Add calls to pan methods to haltest
Jerzy Kasenberg [Wed, 23 Oct 2013 08:34:58 +0000 (10:34 +0200)]
android: Add calls to pan methods to haltest

This patch allows to call pan methods in haltest.

10 years agoandroid: Add calls to socket methods in haltest
Jerzy Kasenberg [Wed, 23 Oct 2013 08:34:57 +0000 (10:34 +0200)]
android: Add calls to socket methods in haltest

This patch adds calls to socket methods.

10 years agoandroid: Create header links for lib
Andrei Emeltchenko [Wed, 23 Oct 2013 07:48:21 +0000 (10:48 +0300)]
android: Create header links for lib

BlueZ headers are referring as bluetooth/* for headers which are
located in lib/*. Create symlinks for now until we find better solution.

10 years agoandroid: Add initial code for hidhost set hid information
Ravi kumar Veeramally [Wed, 23 Oct 2013 07:41:59 +0000 (00:41 -0700)]
android: Add initial code for hidhost set hid information

This adds the initial code for hidhost .set_info interface

10 years agoandroid: Add initial code for hidhost send data
Ravi kumar Veeramally [Wed, 23 Oct 2013 07:41:58 +0000 (00:41 -0700)]
android: Add initial code for hidhost send data

This adds the initial code for hidhost .send_data interface

10 years agoandroid: Add initial code for hidhost get and set report
Ravi kumar Veeramally [Wed, 23 Oct 2013 07:41:57 +0000 (00:41 -0700)]
android: Add initial code for hidhost get and set report

This adds the initial code for hidhost .get_report and .set_report
interfaces

10 years agoandroid: Add initial code for hidhost get and set protocol
Ravi kumar Veeramally [Wed, 23 Oct 2013 07:41:56 +0000 (00:41 -0700)]
android: Add initial code for hidhost get and set protocol

This adds the initial code for hidhost .get_protocol and .set_protocol
interfaces

10 years agoandroid: Add initial code for hidhost virtual unplug
Ravi kumar Veeramally [Wed, 23 Oct 2013 07:41:55 +0000 (00:41 -0700)]
android: Add initial code for hidhost virtual unplug

This adds initial code for hidhost .virtual_unplug interface