2014-06-26 07:14:52

by Andrei Emeltchenko

[permalink] [raw]
Subject: [RFC] android/health: Fix setting wrong PSM for SDP record

From: Andrei Emeltchenko <[email protected]>

---
android/health.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/health.c b/android/health.c
index b07b11d..79d8055 100644
--- a/android/health.c
+++ b/android/health.c
@@ -387,7 +387,7 @@ static int register_service_additional_protocols(sdp_record_t *rec,
if (!l2cap_list)
goto fail;

- dcpsm = mcap_get_ctrl_psm(mcap, &err);
+ dcpsm = mcap_get_data_psm(mcap, &err);
if (err)
goto fail;

--
1.8.3.2



2014-06-26 07:43:33

by Szymon Janc

[permalink] [raw]
Subject: Re: [RFC] android/health: Fix setting wrong PSM for SDP record

Hi Andrei,

On Thursday 26 of June 2014 10:14:52 Andrei Emeltchenko wrote:
> From: Andrei Emeltchenko <[email protected]>
>
> ---
> android/health.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/android/health.c b/android/health.c
> index b07b11d..79d8055 100644
> --- a/android/health.c
> +++ b/android/health.c
> @@ -387,7 +387,7 @@ static int register_service_additional_protocols(sdp_record_t *rec,
> if (!l2cap_list)
> goto fail;
>
> - dcpsm = mcap_get_ctrl_psm(mcap, &err);
> + dcpsm = mcap_get_data_psm(mcap, &err);
> if (err)
> goto fail;
>

Patch applied, thanks.

--
Best regards,
Szymon Janc