tools: Add isotest tool

This adds isotest tool which can be used to test ISO sockets.
This commit is contained in:
Luiz Augusto von Dentz 2019-08-07 10:50:32 +03:00
parent 26ee34d7be
commit 037ed8c5b1
2 changed files with 1220 additions and 1 deletions

View File

@ -207,7 +207,7 @@ endif
if TOOLS
bin_PROGRAMS += tools/rctest tools/l2test tools/l2ping tools/bluemoon \
tools/hex2hcd tools/mpris-proxy tools/btattach
tools/hex2hcd tools/mpris-proxy tools/btattach tools/isotest
noinst_PROGRAMS += tools/bdaddr tools/avinfo tools/avtest \
tools/scotest tools/amptest tools/hwdb \
@ -319,6 +319,8 @@ tools_gatt_service_SOURCES = tools/gatt-service.c
tools_gatt_service_LDADD = gdbus/libgdbus-internal.la \
src/libshared-mainloop.la $(GLIB_LIBS) $(DBUS_LIBS)
tools_isotest_LDADD = lib/libbluetooth-internal.la
profiles_iap_iapd_SOURCES = profiles/iap/main.c
profiles_iap_iapd_LDADD = gdbus/libgdbus-internal.la $(GLIB_LIBS) $(DBUS_LIBS)

1217
tools/isotest.c Normal file

File diff suppressed because it is too large Load Diff