* [PATCH] android/client: Print number on query current calls in hf-client
@ 2014-11-05 14:39 Lukasz Rymanowski
2014-11-05 20:55 ` Szymon Janc
0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Rymanowski @ 2014-11-05 14:39 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Lukasz Rymanowski
---
android/client/if-hf-client.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/android/client/if-hf-client.c b/android/client/if-hf-client.c
index c383cab..3f6f7c2 100644
--- a/android/client/if-hf-client.c
+++ b/android/client/if-hf-client.c
@@ -312,6 +312,9 @@ static void hf_client_current_calls_callback(int index,
bthf_client_call_direction_t2str(dir),
bthf_client_call_state_t2str(state),
bthf_client_call_mpty_type_t2str(mpty));
+
+ if (number)
+ haltest_info("%s: number=%s\n", __func__, number);
}
/* Callback for audio volume change */
--
1.8.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] android/client: Print number on query current calls in hf-client
2014-11-05 14:39 [PATCH] android/client: Print number on query current calls in hf-client Lukasz Rymanowski
@ 2014-11-05 20:55 ` Szymon Janc
0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2014-11-05 20:55 UTC (permalink / raw)
To: Lukasz Rymanowski; +Cc: linux-bluetooth
Hi Łukasz,
On Wednesday 05 of November 2014 15:39:14 Lukasz Rymanowski wrote:
> ---
> android/client/if-hf-client.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/android/client/if-hf-client.c b/android/client/if-hf-client.c
> index c383cab..3f6f7c2 100644
> --- a/android/client/if-hf-client.c
> +++ b/android/client/if-hf-client.c
> @@ -312,6 +312,9 @@ static void hf_client_current_calls_callback(int index,
> bthf_client_call_direction_t2str(dir),
> bthf_client_call_state_t2str(state),
> bthf_client_call_mpty_type_t2str(mpty));
> +
> + if (number)
> + haltest_info("%s: number=%s\n", __func__, number);
> }
>
> /* Callback for audio volume change */
Applied, thanks.
--
BR
Szymon Janc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-05 20:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-05 14:39 [PATCH] android/client: Print number on query current calls in hf-client Lukasz Rymanowski
2014-11-05 20:55 ` Szymon Janc
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).