* [PATCH Bluez 2/2 v2] AVRCP: Add missing Player Setting feature in TG record
@ 2012-05-22 3:25 joohi.rastogi
2012-05-22 9:58 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: joohi.rastogi @ 2012-05-22 3:25 UTC (permalink / raw)
To: User Name; +Cc: User Name2
From: Joohi Rastogi <joohi.rastogi@stericsson.com>
---
audio/avrcp.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/audio/avrcp.c b/audio/avrcp.c
index 356fd76..cb6906d 100755
--- a/audio/avrcp.c
+++ b/audio/avrcp.c
@@ -98,6 +98,7 @@
#define AVRCP_FEATURE_CATEGORY_2 0x0002
#define AVRCP_FEATURE_CATEGORY_3 0x0004
#define AVRCP_FEATURE_CATEGORY_4 0x0008
+#define AVRCP_FEATURE_PLAYER_SETTINGS 0x0010
enum battery_status {
BATTERY_STATUS_NORMAL = 0,
@@ -254,9 +255,10 @@ static sdp_record_t *avrcp_tg_record(void)
uint16_t lp = AVCTP_PSM;
uint16_t avrcp_ver = 0x0104, avctp_ver = 0x0103;
uint16_t feat = ( AVRCP_FEATURE_CATEGORY_1 |
- AVRCP_FEATURE_CATEGORY_2 |
- AVRCP_FEATURE_CATEGORY_3 |
- AVRCP_FEATURE_CATEGORY_4 );
+ AVRCP_FEATURE_CATEGORY_2 |
+ AVRCP_FEATURE_CATEGORY_3 |
+ AVRCP_FEATURE_CATEGORY_4 |
+ AVRCP_FEATURE_PLAYER_SETTINGS );
record = sdp_record_alloc();
if (!record)
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH Bluez 2/2 v2] AVRCP: Add missing Player Setting feature in TG record
2012-05-22 3:25 [PATCH Bluez 2/2 v2] AVRCP: Add missing Player Setting feature in TG record joohi.rastogi
@ 2012-05-22 9:58 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2012-05-22 9:58 UTC (permalink / raw)
To: joohi.rastogi; +Cc: User Name
Hi Joohi,
On Tue, May 22, 2012, joohi.rastogi@stericsson.com wrote:
> ---
> audio/avrcp.c | 8 +++++---
> 1 files changed, 5 insertions(+), 3 deletions(-)
Both patches have been applied. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-22 9:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 3:25 [PATCH Bluez 2/2 v2] AVRCP: Add missing Player Setting feature in TG record joohi.rastogi
2012-05-22 9:58 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).