History log of /system/bt/tools/mcap_tool/mcap_test_app.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aaa50649b95c0ab2cd84e67fab77596bbb24d095 04-Jul-2017 Jakub Pawlowski <jpawlowski@google.com> Make RawAddress into a class (1/3)

* Add libbluetooth-types - library containing types implementation, that
is common between stystem/bt and packages/apps/Bluetooth. It must be
included in every project using btif interface.
* Put Raw Address implementation into libbluetooth-types
* Unify all "to/from string" helper methods into ToString and FromString
* bd_addr_empty -> RawAddress::kEmpty
* bd_addr_any -> RawAddress::kAny

Also fix leaks in jni str2addr by adding ReleaseStringUTFChars

Test: types_unittest
Change-Id: Ie0694843ad5fbd2a80b310c5f532e5e5a9548043
/system/bt/tools/mcap_tool/mcap_test_app.cc
9e030fde05352ec4385d7baf6cc2af89e95e039c 25-Jun-2017 Jakub Pawlowski <jpawlowski@google.com> Rename bt_bdaddr_t into RawAddress (3/3)

Test: compilation test
Change-Id: I4571721a0c6165a66450ee157a53d8d15bfc45d0
/system/bt/tools/mcap_tool/mcap_test_app.cc
78b81c6db0aed32eb595ce4de7eb22fc24800058 16-Jun-2017 Jakub Pawlowski <jpawlowski@google.com> Get rid of bdcpy, bdcmp and other BD_ADDR helpers

Test: compilation test
Change-Id: I37f17bfb3826b59797373645691c61bfbaefdbfd
/system/bt/tools/mcap_tool/mcap_test_app.cc
6da40f978258dd31fae05a592ee70e26cd7c25b1 15-Jun-2017 Jakub Pawlowski <jpawlowski@google.com> Get rid of no longer necessary bt_bdaddr_t helpers

This are now implemented by the "==" and copy operator

Test: compilation test

Change-Id: I4438c54a9238ad9f3083f7f8a8159d1b7f0f9b32
/system/bt/tools/mcap_tool/mcap_test_app.cc
b29fae56cebbc749f14e568db4fd0da6e054f469 18-May-2017 Jack He <siyuanh@google.com> 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
/system/bt/tools/mcap_tool/mcap_test_app.cc