From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Include av_interface to get_interface function. --- android/hal-bluetooth.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c index d988778..52c7c68 100644 --- a/android/hal-bluetooth.c +++ b/android/hal-bluetooth.c @@ -310,6 +310,9 @@ static const void *get_profile_interface(const char *profile_id) if (!strcmp(profile_id, BT_PROFILE_PAN_ID)) return bt_get_pan_interface(); + if (!strcmp(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID)) + return bt_get_av_interface(); + return NULL; } -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html