History log of /system/bt/vendor_libs/test_vendor_lib/src/command_packet.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
88e0b6b68dd5b95ec1f3310fe815286626552109 22-Nov-2017 Myles Watson <mylesgw@google.com> test_vendor: Use the license template

development/docs/copyright-templates/

Test: build
Change-Id: Ibc69f0ee03f836619fa2d3f32417d31a4d9396e3
/system/bt/vendor_libs/test_vendor_lib/src/command_packet.cc
015834df156be6b7365ce1cf00e31ddf72f2c67b 30-Sep-2016 Myles Watson <mylesgw@google.com> vendor_lib: Apply clang-format with the new config

cd vendor_libs/test_vendor_lib/
clang-format ../linux/bt_vendor_linux.c -style=file -i
clang-format include/* test/* src/* -style=file -i

Update the style guide since clang-format help uses the
-style=file option.

Test: mm -j32
Change-Id: I166adfb2bb9a87fefa1242c91e5f180011caa2ad
/system/bt/vendor_libs/test_vendor_lib/src/command_packet.cc
b7d64b20717e3f597bb4e3881f08cb5d07fa1b02 29-Aug-2016 Myles Watson <mylesgw@google.com> test_vendor: Remove using directives from headers

Change-Id: I83358cbb68b10e80e4e553a6657fcb38cfcb928f
Signed-off-by: Myles Watson <mylesgw@google.com>
/system/bt/vendor_libs/test_vendor_lib/src/command_packet.cc
265316f78ca1077216c9d87b2de096894fdd5ee5 29-Aug-2016 Myles Watson <mylesgw@google.com> test_vendor: Remove unused extern statements

It should be safe to include C header files without
using extern.

Change-Id: I2b562ef3f76df9f9dac69323345ed3d3610e8bc2
Signed-off-by: Myles Watson <mylesgw@google.com>
/system/bt/vendor_libs/test_vendor_lib/src/command_packet.cc
ea3ede2474a8980387b67bc7db2b661e7219b468 05-Aug-2016 Jorge E. Moreira <jemoreira@google.com> Using include paths relative to vendor library dir

Change-Id: I6b5dfa4098cdf2eda21d3fae60729b765532c2f9
/system/bt/vendor_libs/test_vendor_lib/src/command_packet.cc
99195bc17fe1f7c4a7e43590d9bce550b177a931 26-May-2016 Myles Watson <mylesgw@google.com> test_vendor_lib: refactor packet constructors

Make it simpler to append bytes to payloads, since that's a common
operation.

Change-Id: I7fc975fb999add8e1a360b91bdae869d6d7d2029
Signed-off-by: Myles Watson <mylesgw@google.com>
/system/bt/vendor_libs/test_vendor_lib/src/command_packet.cc
a7077ee9b7482708fa7272837a527f64bb470988 28-Jul-2015 Dennis Cheng <dennischeng@google.com> test_vendor_lib: Use libbase's CHECK/DCHECK

This upload pulls in libchrome to the test vendor library and uses CHECK
and DCHECK from base/logging.h.

Bug: 21586676
Change-Id: Ia88b4aa3728493d798e8d36076a351a00fad7c6b
/system/bt/vendor_libs/test_vendor_lib/src/command_packet.cc
f3b1820e1676261886a6537e1f6abac6a35ed6d4 16-Jun-2015 Dennis Cheng <dennischeng@google.com> test_vendor_lib: Initial commit

Basic vendor library for a test Bluetooth controller. Currently consists
of mostly stub functions and objects and can only handle the reset
command (by immediately responding with a command complete event).
Implemented through a global EventDispatcher object which waits for data
from the HCI and directly returns the appropriate response.

Eventually, the dispatcher will manage a fake controller object that
will provide callbacks to be executed whenever events are processed by
the dispatcher. Unit tests are still in progress and will be in the next
upload.

Bug: 21586676
Change-Id: I1c6746f8b0f1732b89a1da13facecdd49b5ac1b6
/system/bt/vendor_libs/test_vendor_lib/src/command_packet.cc