OSDN Git Service

test_vendor_lib: Clean up controller documentation and address style
authorDennis Cheng <dennischeng@google.com>
Fri, 21 Aug 2015 03:32:01 +0000 (20:32 -0700)
committerArman Uguray <armansito@google.com>
Fri, 21 Aug 2015 21:53:05 +0000 (21:53 +0000)
commit6f5f0540f1557c87349d9f3378a90979c175ed1d
tree3ae4b23ba47da930af60facf41c6184a7f677e5b
parent2e00ba9b74536ce9a0d1adf78f92e6478563e49b
test_vendor_lib: Clean up controller documentation and address style
issues

This upload cleans up the command documentation in the controller's
header file and also fixes a few logical errors related to command
status event packets. Some style fixes are also included, such as
removing braces for single line conditionals to conform to remain
consistent with the rest of the project.

Bug: 21586676
Change-Id: Ife5e608e43c3030e76eff8ea79ce6cad0b2c10a3
14 files changed:
vendor_libs/test_vendor_lib/include/command_packet.h
vendor_libs/test_vendor_lib/include/dual_mode_controller.h
vendor_libs/test_vendor_lib/include/event_packet.h
vendor_libs/test_vendor_lib/include/packet.h
vendor_libs/test_vendor_lib/include/packet_stream.h
vendor_libs/test_vendor_lib/src/bt_vendor.cc
vendor_libs/test_vendor_lib/src/dual_mode_controller.cc
vendor_libs/test_vendor_lib/src/event_packet.cc
vendor_libs/test_vendor_lib/src/hci_transport.cc
vendor_libs/test_vendor_lib/src/packet.cc
vendor_libs/test_vendor_lib/src/packet_stream.cc
vendor_libs/test_vendor_lib/src/test_channel_transport.cc
vendor_libs/test_vendor_lib/src/vendor_manager.cc
vendor_libs/test_vendor_lib/test/packet_stream_unittest.cc