* [PATCH] Fix small typo
@ 2009-06-19 19:08 João Paulo Rechi Vita
2009-06-19 20:07 ` Johan Hedberg
0 siblings, 1 reply; 4+ messages in thread
From: João Paulo Rechi Vita @ 2009-06-19 19:08 UTC (permalink / raw)
To: linux-bluetooth; +Cc: João Paulo Rechi Vita
---
audio/manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/audio/manager.c b/audio/manager.c
index d094c95..b60c34e 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -136,7 +136,7 @@ gboolean server_is_enabled(bdaddr_t *src, uint16_t svc)
case HEADSET_SVCLASS_ID:
return enabled.headset;
case HEADSET_AGW_SVCLASS_ID:
- return FALSE;
+ return FALSE;
case HANDSFREE_SVCLASS_ID:
return enabled.headset && enabled.hfp;
case HANDSFREE_AGW_SVCLASS_ID:
--
1.6.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Fix small typo
2009-06-19 19:08 [PATCH] Fix small typo João Paulo Rechi Vita
@ 2009-06-19 20:07 ` Johan Hedberg
0 siblings, 0 replies; 4+ messages in thread
From: Johan Hedberg @ 2009-06-19 20:07 UTC (permalink / raw)
To: João Paulo Rechi Vita; +Cc: linux-bluetooth
Hi,
On Fri, Jun 19, 2009, João Paulo Rechi Vita wrote:
> --- a/audio/manager.c
> +++ b/audio/manager.c
> @@ -136,7 +136,7 @@ gboolean server_is_enabled(bdaddr_t *src, uint16_t svc)
> case HEADSET_SVCLASS_ID:
> return enabled.headset;
> case HEADSET_AGW_SVCLASS_ID:
> - return FALSE;
> + return FALSE;
> case HANDSFREE_SVCLASS_ID:
> return enabled.headset && enabled.hfp;
> case HANDSFREE_AGW_SVCLASS_ID:
Pushed upstream. Thanks.
Johan
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Fix small typo
@ 2011-02-08 19:37 Elvis Pfützenreuter
2011-02-09 21:58 ` Johan Hedberg
0 siblings, 1 reply; 4+ messages in thread
From: Elvis Pfützenreuter @ 2011-02-08 19:37 UTC (permalink / raw)
To: linux-bluetooth; +Cc: epx
---
doc/health-api.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/health-api.txt b/doc/health-api.txt
index a0a1685..3d0a717 100644
--- a/doc/health-api.txt
+++ b/doc/health-api.txt
@@ -18,7 +18,7 @@ Methods:
Returns the path of the new registered application.
- Dict is defined as bellow:
+ Dict is defined as below:
{
"DataType": uint16, (mandatory)
"Role" : ("Source" or "Sink"), (mandatory)
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Fix small typo
2011-02-08 19:37 Elvis Pfützenreuter
@ 2011-02-09 21:58 ` Johan Hedberg
0 siblings, 0 replies; 4+ messages in thread
From: Johan Hedberg @ 2011-02-09 21:58 UTC (permalink / raw)
To: Elvis Pfützenreuter; +Cc: linux-bluetooth
Hi Elvis,
On Tue, Feb 08, 2011, Elvis Pfützenreuter wrote:
> ---
> doc/health-api.txt | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/doc/health-api.txt b/doc/health-api.txt
> index a0a1685..3d0a717 100644
> --- a/doc/health-api.txt
> +++ b/doc/health-api.txt
> @@ -18,7 +18,7 @@ Methods:
>
> Returns the path of the new registered application.
>
> - Dict is defined as bellow:
> + Dict is defined as below:
> {
> "DataType": uint16, (mandatory)
> "Role" : ("Source" or "Sink"), (mandatory)
Pushed upstream. Thanks.
Johan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-02-09 21:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-19 19:08 [PATCH] Fix small typo João Paulo Rechi Vita
2009-06-19 20:07 ` Johan Hedberg
-- strict thread matches above, loose matches on Subject: below --
2011-02-08 19:37 Elvis Pfützenreuter
2011-02-09 21:58 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox