History log of /system/bt/service/common/android/bluetooth/ScanFilter.aidl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d19e0785e662e640191a075eda07acce61c2aeda 15-Jul-2016 Marie Janssen <jamuraa@google.com> Use standard types, consistent ifdef style everywhere

Remove the typedefs in stack/include/bt_types.h

Use standard types everywhere.
Use standard style for #if statements:
- #if (VAR_NAME == TRUE)
- #if (VAR_NAME1 == TRUE && VAR_NAME2 == TRUE)
Use __func__ instead of __FUNCTION__
Fix some debug statements to use __func__

Update script to be less disruptive to aligned assignment blocks.

Change-Id: I8f8f068e6c26ce74fd3b3707e1e31fd0b919cdd0
/system/bt/service/common/android/bluetooth/ScanFilter.aidl
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/android/bluetooth/ScanFilter.aidl