History log of /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ServiceDeclaration.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f8ecbbb375c6a41895e0144d8d8cd42587891570 20-Apr-2016 Calvin On <con@google.com> Synchronize access to ServiceDeclaration fields.

ServiceDeclaration objects are accessed by both the binder thread
(addService, addCharacteristic, etc) and the GattService callback thread
(onServiceAdded, etc) and so must be made thread-safe.

Bug: 28201656
Change-Id: Ic2e4b5c21dafceb62f33738b781f908f502f60b3
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ServiceDeclaration.java
a08fff0ae81757bdab00ae8865a906c711d5572f 30-Oct-2013 Wei Wang <weiwa@google.com> BLE peripheral mode (2/4): Gatt Service Change.

Change-Id: I0ea7df8c159ad388d8e58768c49e785e9a4694bb
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ServiceDeclaration.java
03b8386de26ba6500af2d66687bff9b01f2cbbd7 06-Feb-2013 Ganesh Ganapathi Batta <ganeshg@broadcom.com> Initial version of BLE support for Bluedroid

Change-Id: I9579b3074bc4bc59dd45f71c0937e8879196555e
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ServiceDeclaration.java