Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/3] Remove unneeded comma in the hcitool commands declaration
@ 2011-02-22 21:42 Claudio Takahasi
  2011-02-22 21:42 ` [PATCH 2/3] Add hci utility function to change LE connection parameters Claudio Takahasi
  2011-02-22 21:42 ` [PATCH 3/3] Add hcitool command to change the parameters of a given LE connection Claudio Takahasi
  0 siblings, 2 replies; 4+ messages in thread
From: Claudio Takahasi @ 2011-02-22 21:42 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 tools/hcitool.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/hcitool.c b/tools/hcitool.c
index d7a82cc..875e25e 100644
--- a/tools/hcitool.c
+++ b/tools/hcitool.c
@@ -2563,8 +2563,8 @@ static struct {
 	{ "clkoff", cmd_clkoff, "Read clock offset"                    },
 	{ "clock",  cmd_clock,  "Read local or remote clock"           },
 	{ "lescan", cmd_lescan, "Start LE scan"                        },
-	{ "lecc",   cmd_lecc,   "Create a LE Connection",              },
-	{ "ledc",   cmd_ledc,   "Disconnect a LE Connection",          },
+	{ "lecc",   cmd_lecc,   "Create a LE Connection"               },
+	{ "ledc",   cmd_ledc,   "Disconnect a LE Connection"           },
 	{ NULL, NULL, 0 }
 };
 
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-23  3:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 21:42 [PATCH 1/3] Remove unneeded comma in the hcitool commands declaration Claudio Takahasi
2011-02-22 21:42 ` [PATCH 2/3] Add hci utility function to change LE connection parameters Claudio Takahasi
2011-02-22 21:42 ` [PATCH 3/3] Add hcitool command to change the parameters of a given LE connection Claudio Takahasi
2011-02-23  3:29   ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox