Commit Graph

6 Commits

Author SHA1 Message Date
Szymon Janc
8622810347 android: Remove support for old Android versions
This removes compatibility with Android 4.3 and older. Android 4.4 is
current target. Due to bug in Audio HAL in 4.2 build was failing on
that version anyway.
2014-01-14 12:57:18 +01:00
Andrei Emeltchenko
1c2efb5093 android/hal-utils: Fix possible NULL pointer dereference 2013-11-25 15:34:15 +02:00
Andrei Emeltchenko
d39e947a1f android/debug: Move debug functions to hal-utils.c
Debug functions will be used by HALs and haltest.
2013-11-14 10:27:15 +02:00
Andrei Emeltchenko
69a33fbf2a android/hal-utils: Make hal-utils functions return const string 2013-11-08 16:21:41 +02:00
Andrei Emeltchenko
d18c36e232 android/debug: Convert uuid helper to use uint8_t buffer
At this moment Android uses uint8_t * and bt_uuid_t for representing
UUID for different HALs. Convert debug helper to use uint8_t * string.
2013-11-08 15:57:25 +02:00
Andrei Emeltchenko
5af8d164ac android: Create debug hal-utils helpers
Create hal-utils helpers which helps to decode packets Android
sends through HAL interface.
2013-11-08 15:40:25 +02:00