Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/5] add bt command line tool
@ 2012-10-03 17:34 Gustavo Padovan
  2012-10-03 17:34 ` [PATCH 1/5] bt tool: initial tool handling Gustavo Padovan
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Gustavo Padovan @ 2012-10-03 17:34 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: travis.reitter, Gustavo Padovan

From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

The following patches add a new tool to handle BlueZ from the comand line.
Today the only code we have for this is the new python scripts. A proper tool
written in C was missing.

This work has two purposes provide a nice tool to use BlueZ and provide a
very nice sample on how to write code that uses the BlueZ's API. You will find
a well documented code in the commits here.

More work is planned on that, I already started some code to handle adapter
and device API's but it is still a work in progress. Should hit them mailing
list any time soon.

After applying this we should consider remove the test/agent.c code since this
one is a much better piece of code.

Thanks to everyone tat helped on this, about a year ago Bruno Dilly and me
started the very first bits of this. And to Travis Reitter that helped a lot
to make this possible.

Gustavo Padovan (2):
  bt tool: initial tool handling
  bt tool: add cmd 'agent'

Travis Reitter (3):
  bt tool: add cmd 'discover'
  bt tool: add cmd 'pair'
  bt tool: add cmd 'remove'

 Makefile.tools  |    7 +-
 tools/bt-tool.c | 1232 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1238 insertions(+), 1 deletion(-)
 create mode 100644 tools/bt-tool.c

-- 
1.7.11.4


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

end of thread, other threads:[~2012-10-04  9:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-03 17:34 [PATCH 0/5] add bt command line tool Gustavo Padovan
2012-10-03 17:34 ` [PATCH 1/5] bt tool: initial tool handling Gustavo Padovan
2012-10-04  9:47   ` Marcel Holtmann
2012-10-03 17:34 ` [PATCH 2/5] bt tool: add cmd 'discover' Gustavo Padovan
2012-10-03 17:34 ` [PATCH 3/5] bt tool: add cmd 'agent' Gustavo Padovan
2012-10-03 17:34 ` [PATCH 4/5] bt tool: add cmd 'pair' Gustavo Padovan
2012-10-03 17:34 ` [PATCH 5/5] bt tool: add cmd 'remove' Gustavo Padovan

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