From ecf2d2c6a3c6e8a04408f566fbc06297161942ec Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Tue, 16 Sep 2014 11:10:47 +0300 Subject: [PATCH] android/tester: Fix wrong check --- 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 385c00d33..5f0563d37 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; } -- 2.47.3