Update SDP records for AVRCP TG role.

Android only supports category 1 keys.

Change-Id: I0760b7a8f49ff9e21dbd28cb3a5ce486209a30c3
diff --git a/audio/control.c b/audio/control.c
index f74bb0a..1674b0d 100644
--- a/audio/control.c
+++ b/audio/control.c
@@ -278,6 +278,9 @@
 	uint16_t lp = AVCTP_PSM;
 	uint16_t avrcp_ver = 0x0100, avctp_ver = 0x0103, feat = 0x000f;
 
+#ifdef ANDROID
+	feat = 0x0001;
+#endif
 	record = sdp_record_alloc();
 	if (!record)
 		return NULL;