History log of /system/bt/service/common/bluetooth/scan_settings.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
110a4dc0739b7ecedd25b52530de581d59eedea7 19-Mar-2017 Pavlin Radoslavov <pavlin@google.com> Base classes should have virtual destructors

Each base class in service/common/bluetooth now has a virtual
destructor. This fixes memory delete issues that were exposed
when running the unit tests with ASAN enabled.

Test: Running unit tests with ASAN enabled
Change-Id: Ie944eb80784de4ebac3c7276fabed6acb5fec6c0
/system/bt/service/common/bluetooth/scan_settings.h
911d1ae03efec2d54c3b1b605589d790d1745488 29-Nov-2016 Myles Watson <mylesgw@google.com> Apply clang-format to the rest of the tree

find * | grep "\.[ch]" | xargs clang-format --style=file -i

Test: mma -j32
Change-Id: I6fcc9862bb7bc07c2a367ca58fef2b3cd27a6f05
/system/bt/service/common/bluetooth/scan_settings.h
9bceebb4a441ef7f3c5d9ad2e9b84ec7e1974007 16-Feb-2016 Jakub Pawlowski <jpawlowski@google.com> service: use Parcelable instead of helpers

In order to user .aidl in the future, all types will have to be
parcelable. We don't add Parcelable to base types, as they might
be also used with other transports than binder in future.

Change-Id: I88e6961e69ac0e5d04bd4b6fe3cd7d79bd6f73ba
/system/bt/service/common/bluetooth/scan_settings.h
57dcd7e47681d3f452ab0f2b34f413af9be51e9e 17-Nov-2015 Arman Uguray <armansito@google.com> service: Add scan structures

Added the ScanFilter, ScanSettings, ScanResult structures that are
used in the BLE scan API.

Bug: 25744656
Change-Id: Id1bb28e7ebe85fd40013876aa097e1d0f0a4e471
/system/bt/service/common/bluetooth/scan_settings.h