From: Andrei Emeltchenko <[email protected]>
---
android/tester-main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/android/tester-main.c b/android/tester-main.c
index 385c00d..5f0563d 100644
--- a/android/tester-main.c
+++ b/android/tester-main.c
@@ -1631,7 +1631,7 @@ static void setup_avrcp(const void *test_data)
}
avrcp = if_bt->get_profile_interface(BT_PROFILE_AV_RC_ID);
- if (!a2dp) {
+ if (!avrcp) {
tester_setup_failed();
return;
}
--
1.9.1
Hi Andrei,
On Tuesday 16 of September 2014 11:10:47 Andrei Emeltchenko wrote:
> From: Andrei Emeltchenko <[email protected]>
>
> ---
> android/tester-main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/android/tester-main.c b/android/tester-main.c
> index 385c00d..5f0563d 100644
> --- a/android/tester-main.c
> +++ b/android/tester-main.c
> @@ -1631,7 +1631,7 @@ static void setup_avrcp(const void *test_data)
> }
>
> avrcp = if_bt->get_profile_interface(BT_PROFILE_AV_RC_ID);
> - if (!a2dp) {
> + if (!avrcp) {
> tester_setup_failed();
> return;
> }
Applied, thanks.
--
BR
Szymon Janc