diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-12 16:36:13 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-12 16:36:13 +0000 |
commit | 6b51b1ff241a51297f9de35d594b4fcd6c5df1aa (patch) | |
tree | 7f455aa3c6428c4652b2b6a13ed620d080e78646 /audio/avdtp.c | |
parent | 05f4ffa36148aebd25d01f12999d5453babe4543 (diff) |
Fix set_configuration reject response
Diffstat (limited to 'audio/avdtp.c')
-rw-r--r-- | audio/avdtp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/avdtp.c b/audio/avdtp.c index 650856d4..ba6b58ad 100644 --- a/audio/avdtp.c +++ b/audio/avdtp.c @@ -694,6 +694,7 @@ static gboolean avdtp_setconf_cmd(struct avdtp *session, if (!lsep || !lsep->stream) { init_response(&rej.header, &req->header, FALSE); rej.error = AVDTP_BAD_ACP_SEID; + rej.category = 0x00; /* 0x00 means "not applicable" */ return avdtp_send(session, &rej, sizeof(rej)); } |