From: Chan-yeol Park <chanyeol.park@xxxxxxxxxxx> This patch fix the bugs that when handling an AVDTP incoming connection, audio-a2dp driver is not probed because advanced audio UUID is missed. --- audio/manager.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/manager.c b/audio/manager.c index 26cd9bf..b052009 100644 --- a/audio/manager.c +++ b/audio/manager.c @@ -1093,7 +1093,8 @@ static struct btd_profile gateway_profile = { static struct btd_profile a2dp_profile = { .name = "audio-a2dp", - .remote_uuids = BTD_UUIDS(A2DP_SOURCE_UUID, A2DP_SINK_UUID), + .remote_uuids = BTD_UUIDS(A2DP_SOURCE_UUID, A2DP_SINK_UUID, + ADVANCED_AUDIO_UUID), .device_probe = a2dp_probe, .device_remove = audio_remove, -- 1.7.9.5 -- 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