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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html