MCAP: Add a test tool for MCAP
* Add a command line tool for MCAP related tests * This tool can access the Bluetooth stack via a command line program * Type "help" to obtain a list of available console commands in this Bluetooth * Bluetooth must be disabled when this tool is running Bug: 37867299 Test: make, PTS MCAP test Change-Id: I106e6625ee8a29b7fdad88cdfeb99419054ef771
Showing
- Android.bp 1 addition, 0 deletionsAndroid.bp
- BUILD.gn 7 additions, 0 deletionsBUILD.gn
- system/tools/Android.bp 18 additions, 0 deletionssystem/tools/Android.bp
- system/tools/mcap_tool/Android.bp 42 additions, 0 deletionssystem/tools/mcap_tool/Android.bp
- system/tools/mcap_tool/BUILD.gn 43 additions, 0 deletionssystem/tools/mcap_tool/BUILD.gn
- system/tools/mcap_tool/mcap_test_app.cc 547 additions, 0 deletionssystem/tools/mcap_tool/mcap_test_app.cc
- system/tools/mcap_tool/mcap_test_app.h 114 additions, 0 deletionssystem/tools/mcap_tool/mcap_test_app.h
- system/tools/mcap_tool/mcap_test_mcl.cc 217 additions, 0 deletionssystem/tools/mcap_tool/mcap_test_mcl.cc
- system/tools/mcap_tool/mcap_test_mcl.h 131 additions, 0 deletionssystem/tools/mcap_tool/mcap_test_mcl.h
- system/tools/mcap_tool/mcap_test_mdep.cc 51 additions, 0 deletionssystem/tools/mcap_tool/mcap_test_mdep.cc
- system/tools/mcap_tool/mcap_test_mdep.h 59 additions, 0 deletionssystem/tools/mcap_tool/mcap_test_mdep.h
- system/tools/mcap_tool/mcap_test_mdl.cc 131 additions, 0 deletionssystem/tools/mcap_tool/mcap_test_mdl.cc
- system/tools/mcap_tool/mcap_test_mdl.h 104 additions, 0 deletionssystem/tools/mcap_tool/mcap_test_mdl.h
- system/tools/mcap_tool/mcap_tool.cc 973 additions, 0 deletionssystem/tools/mcap_tool/mcap_tool.cc
Loading
Please register or sign in to comment