History log of /system/bt/service/common/bluetooth/binder/IBluetoothGattServerCallback.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b6806d0fd5232d3eae4ffa928162bd04351e3807 11-Feb-2016 Jakub Pawlowski <jpawlowski@google.com> service: Use built-in byte vector parser

Change-Id: I72369c0b7678338fc8ccf520b59a95affdfd2994
/system/bt/service/common/bluetooth/binder/IBluetoothGattServerCallback.cpp
be4ae78ad94311389227b1788cf11d36c81d6d22 03-Feb-2016 Marie Janssen <jamuraa@google.com> binder: fix possible stack corruption

The stack could be corrupted by crafting a IPC call in interesting ways
when a character buffer was passed.

This patch also removes code duplication where these would occur.

Bug: 26917241
Change-Id: Ib6c149a293abf01f31c69a94c8f6dd91d8a2fff2
/system/bt/service/common/bluetooth/binder/IBluetoothGattServerCallback.cpp
234138e2606dd7a54fbcc540643511abc0a3598d 07-Oct-2015 Arman Uguray <armansito@google.com> service: Create a client library for applications

This CL creates the libbluetooth-client static library that external
code can link against to interact with the Bluetooth daemon using
Binder. To this end, all service/ code that is common to the client
library and the daemon itself have been moved to service/common/bluetooth
and service/common is exported in LOCAL_EXPORT_C_INCLUDE_DIRS.

bluetooth-cli and bt-example-hr-server have been update to demonstrate
how an app should use this library (using library includes).

Bug: 23169160
Change-Id: Ie6841bd6c48846eecec824ff1e80a9971385d1fc
/system/bt/service/common/bluetooth/binder/IBluetoothGattServerCallback.cpp