From 4569aaf0b5071fc4a11e657eb6b4a8b04e4c6cdf Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Thu, 24 Oct 2013 10:10:38 +0300 Subject: [PATCH] android: haltest: Enable av interface in test tool --- android/client/if-bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/client/if-bt.c b/android/client/if-bt.c index 2d9c0b550..f5c84c1b7 100644 --- a/android/client/if-bt.c +++ b/android/client/if-bt.c @@ -803,7 +803,7 @@ static void get_profile_interface_p(int argc, const char **argv) if (strcmp(BT_PROFILE_HANDSFREE_ID, id) == 0) pif = &dummy; /* TODO: change when if_hf is there */ else if (strcmp(BT_PROFILE_ADVANCED_AUDIO_ID, id) == 0) - pif = &dummy; /* TODO: change when if_av is there */ + pif = (const void **)&if_av; else if (strcmp(BT_PROFILE_HEALTH_ID, id) == 0) pif = &dummy; /* TODO: change when if_hl is there */ else if (strcmp(BT_PROFILE_SOCKETS_ID, id) == 0) -- 2.11.0