History log of /system/bt/service/common/android/bluetooth/bluetooth_gatt_descriptor.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5f88533feb20b72121667846c245c34db463974f 25-Jun-2017 Jakub Pawlowski <jpawlowski@google.com> bluetoothtbd common library reconfiguration

This patch change how code in service/common directory is compiled. Up
till now, .cc files were generated from .aidl, and the .cc files were
build for each target that used them. From now on, static lib is build
from .aidl and .cc files, and it is included into all targets that
require them.

This reduces build steps from around 1240 to 849.

Test: compilation test
Change-Id: Iebaf0c75497bc435dcc013be09a1f82e75547aa3
/system/bt/service/common/android/bluetooth/bluetooth_gatt_descriptor.cc
e39e5ae5527fcee25cb17cea70c8ebf9d331678e 24-May-2016 Jakub Pawlowski <jpawlowski@google.com> Add C++ Parcelable types for Service, Characteristic, Descriptor

This types will be used in upcoming GATT Client/Server code. They will
match ones you can found in frameworks/base.

Change-Id: I6080310a726bcbcd0cd36970712928b188f7bd24
/system/bt/service/common/android/bluetooth/bluetooth_gatt_descriptor.cc