From: Szymon Janc <szymon.janc@gmail.com>
To: Szymon Janc <szymon.janc@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] android/avdtp: Move PSM definition to AVDTP header
Date: Thu, 28 Aug 2014 20:27:02 +0200 [thread overview]
Message-ID: <2398138.ZifKGGsSqL@athlon> (raw)
In-Reply-To: <1409141460-8976-1-git-send-email-szymon.janc@tieto.com>
On Wednesday 27 August 2014 14:11:00 Szymon Janc wrote:
> ---
> android/a2dp.c | 5 ++---
> android/avdtp.c | 2 --
> android/avdtp.h | 2 ++
> 3 files changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/android/a2dp.c b/android/a2dp.c
> index dd8bcb8..10f5523 100644
> --- a/android/a2dp.c
> +++ b/android/a2dp.c
> @@ -49,7 +49,6 @@
> #include "avrcp.h"
> #include "audio-msg.h"
>
> -#define L2CAP_PSM_AVDTP 0x19
> #define SVC_HINT_CAPTURING 0x08
> #define IDLE_TIMEOUT 1
> #define AUDIO_RETRY_TIMEOUT 2
> @@ -201,7 +200,7 @@ static bool a2dp_device_connect(struct a2dp_device *dev,
> BtIOConnect cb) dev->io = bt_io_connect(cb, dev, NULL, &err,
> BT_IO_OPT_SOURCE_BDADDR, &adapter_addr,
> BT_IO_OPT_DEST_BDADDR, &dev->dst,
> - BT_IO_OPT_PSM, L2CAP_PSM_AVDTP,
> + BT_IO_OPT_PSM, AVDTP_PSM,
> BT_IO_OPT_SEC_LEVEL, BT_IO_SEC_MEDIUM,
> BT_IO_OPT_INVALID);
> if (err) {
> @@ -1694,7 +1693,7 @@ bool bt_a2dp_register(struct ipc *ipc, const bdaddr_t
> *addr, uint8_t mode)
>
> server = bt_io_listen(connect_cb, NULL, NULL, NULL, &err,
> BT_IO_OPT_SOURCE_BDADDR, &adapter_addr,
> - BT_IO_OPT_PSM, L2CAP_PSM_AVDTP,
> + BT_IO_OPT_PSM, AVDTP_PSM,
> BT_IO_OPT_SEC_LEVEL, BT_IO_SEC_MEDIUM,
> BT_IO_OPT_MASTER, true,
> BT_IO_OPT_INVALID);
> diff --git a/android/avdtp.c b/android/avdtp.c
> index 3985fb3..6471424 100644
> --- a/android/avdtp.c
> +++ b/android/avdtp.c
> @@ -44,8 +44,6 @@
> #include "avdtp.h"
> #include "../profiles/audio/a2dp-codecs.h"
>
> -#define AVDTP_PSM 25
> -
> #define MAX_SEID 0x3E
>
> #ifndef MAX
> diff --git a/android/avdtp.h b/android/avdtp.h
> index 9d683c4..28895ea 100644
> --- a/android/avdtp.h
> +++ b/android/avdtp.h
> @@ -34,6 +34,8 @@ struct avdtp_error {
> } err;
> };
>
> +#define AVDTP_PSM 25
> +
> /* SEP capability categories */
> #define AVDTP_MEDIA_TRANSPORT 0x01
> #define AVDTP_REPORTING 0x02
Pushed.
--
Szymon K. Janc
szymon.janc@gmail.com
prev parent reply other threads:[~2014-08-28 18:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-27 12:11 [PATCH] android/avdtp: Move PSM definition to AVDTP header Szymon Janc
2014-08-28 18:27 ` Szymon Janc [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2398138.ZifKGGsSqL@athlon \
--to=szymon.janc@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=szymon.janc@tieto.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.