Diff between 4569aaf0b5071fc4a11e657eb6b4a8b04e4c6cdf and d60490a7c399c4ef7f12e667df48f6ca1088f6b3
Changed Files
| File | Additions | Deletions | Status |
| android/hal-bluetooth.c | +3 | -0 | modified |
Full Patch
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;
}