Diff between 77be5ca4ee7edb4cd065631dca1798b800906644 and ecf2d2c6a3c6e8a04408f566fbc06297161942ec
Changed Files
| File | Additions | Deletions | Status |
| android/tester-main.c | +1 | -1 | modified |
Full Patch
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;
}