linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Initial code for BTP client
@ 2017-12-07 14:21 Szymon Janc
  2017-12-07 14:21 ` [PATCH 1/9] shared/btp: Add initial code for library Szymon Janc
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Szymon Janc @ 2017-12-07 14:21 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

Hi,

This adds initial code for BTP client. BTP stands for Bluetooth Tester
Protocol and aims at automated testing of BT stack. BTP is binary
protocol and is already implemented in Zephyr Project. This adds
similar client to BlueZ tree. BTP specification is available at [1].

Notable thing about this serie is that it doesn't use glib, gdbus or
utils from src/shared folder. Instead it makes use of Embedded Linux
Library which is available at [2].

Comments are welcome.

BR
Szymon Janc

[1] https://github.com/zephyrproject-rtos/zephyr/blob/master/tests/bluetooth/tester/btp_spec.txt
[2] https://git.kernel.org/pub/scm/libs/ell/ell.git/

Szymon Janc (9):
  shared/btp: Add initial code for library
  tools/btpclient: Add initial code
  shared/btp: Add definitions for GAP service
  tools/btpclient: Store index along with adapter proxy
  tools/btpclient: Add initial support for GAP service
  tools/btpclient: Add initial support for read controller info command
  tools/btpclient: Get initial values for adapter setttings
  tools/btpclient: Add support for tracking mutable adapter settings
  tools/btpclient: Add support for configuring adapter settings

 .gitignore        |   1 +
 Makefile.tools    |   8 +
 configure.ac      |  11 +
 src/shared/btp.c  | 385 ++++++++++++++++++++++++++
 src/shared/btp.h  | 321 ++++++++++++++++++++++
 tools/btpclient.c | 788 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 1514 insertions(+)
 create mode 100644 src/shared/btp.c
 create mode 100644 src/shared/btp.h
 create mode 100644 tools/btpclient.c

-- 
2.14.3


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

end of thread, other threads:[~2017-12-08 10:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-07 14:21 [PATCH 0/9] Initial code for BTP client Szymon Janc
2017-12-07 14:21 ` [PATCH 1/9] shared/btp: Add initial code for library Szymon Janc
2017-12-07 14:21 ` [PATCH 2/9] tools/btpclient: Add initial code Szymon Janc
2017-12-07 14:21 ` [PATCH 3/9] shared/btp: Add definitions for GAP service Szymon Janc
2017-12-07 14:21 ` [PATCH 4/9] tools/btpclient: Store index along with adapter proxy Szymon Janc
2017-12-07 17:42   ` Luiz Augusto von Dentz
2017-12-08 10:12     ` Szymon Janc
2017-12-07 14:21 ` [PATCH 5/9] tools/btpclient: Add initial support for GAP service Szymon Janc
2017-12-07 14:21 ` [PATCH 6/9] tools/btpclient: Add initial support for read controller info command Szymon Janc
2017-12-07 14:21 ` [PATCH 7/9] tools/btpclient: Get initial values for adapter setttings Szymon Janc
2017-12-07 14:21 ` [PATCH 8/9] tools/btpclient: Add support for tracking mutable adapter settings Szymon Janc
2017-12-07 14:21 ` [PATCH 9/9] tools/btpclient: Add support for configuring " 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).