From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/a2dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/a2dp.c b/android/a2dp.c index b0cb9b5..7f16be8 100644 --- a/android/a2dp.c +++ b/android/a2dp.c @@ -310,7 +310,7 @@ static sdp_record_t *a2dp_record(void) features = sdp_data_alloc(SDP_UINT16, &feat); sdp_attr_add(record, SDP_ATTR_SUPPORTED_FEATURES, features); - sdp_set_info_attr(record, "Audio Source", 0, 0); + sdp_set_info_attr(record, "Audio Source", NULL, NULL); free(psm); free(version); -- 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