Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Create bneptest tool
@ 2015-03-13 12:41 Grzegorz Kolodziejczyk
  2015-03-13 12:41 ` Grzegorz Kolodziejczyk
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Grzegorz Kolodziejczyk @ 2015-03-13 12:41 UTC (permalink / raw)
  To: linux-bluetooth

v4:
- Fix error returning in bnep server add
- Reorganize bnep service comparing (by uuid, by string),
- Fixed pointed by Szymon commit message typo,
- Add support for sending general bnep frames by bneptest,
- bneptest now require bridge and iface name (it was optional-def. names were
 set)
- Update PTS results and test instructions.
v5:
- Fix converting uuids (16 to 128),
- Extend bneptest with frames retransmission parameters,
- Update PTS results and test instructions.
v6:
- bneptest style fix,
- small fixes pointed by szymon,
- Commit message "Bluez" typo fix.

Grzegorz Kolodziejczyk (3):
  tools/bneptest: Add initial support for bneptest tool
  tools/bneptest: Add generic connect/listen functionality
  android/pts: Add BNEP PTS 6.0 results for android 5.0

 .gitignore             |   1 +
 Makefile.tools         |  12 +-
 android/Android.mk     |  35 +++
 android/Makefile.am    |   5 +-
 android/pics-bnep.txt  |  26 ++
 android/pixit-bnep.txt |  30 ++
 android/pts-bnep.txt   |  48 ++++
 tools/bneptest.c       | 721 +++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 874 insertions(+), 4 deletions(-)
 create mode 100644 android/pics-bnep.txt
 create mode 100644 android/pixit-bnep.txt
 create mode 100644 android/pts-bnep.txt
 create mode 100644 tools/bneptest.c

-- 
2.1.0


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

end of thread, other threads:[~2015-03-13 14:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 12:41 [PATCH v6 0/3] Create bneptest tool Grzegorz Kolodziejczyk
2015-03-13 12:41 ` Grzegorz Kolodziejczyk
2015-03-13 12:41 ` [PATCH v6 1/3] tools/bneptest: Add initial support for " Grzegorz Kolodziejczyk
2015-03-13 12:41 ` [PATCH v6 2/3] tools/bneptest: Add generic connect/listen functionality Grzegorz Kolodziejczyk
2015-03-13 12:41 ` [PATCH v6 3/3] android/pts: Add BNEP PTS 6.0 results for android 5.0 Grzegorz Kolodziejczyk
2015-03-13 14:23 ` [PATCH v6 0/3] Create bneptest tool Szymon Janc

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