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
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