OSDN Git Service

service: Fix IBluetoothLowEnergy signatures to return bool
authorArman Uguray <armansito@google.com>
Thu, 24 Sep 2015 22:05:21 +0000 (15:05 -0700)
committerArman Uguray <armansito@google.com>
Fri, 2 Oct 2015 03:37:37 +0000 (20:37 -0700)
commitae43de627b9c91e54215d439149c0e01599249c0
treea842d2353b3662573ce6327386c1f25d1e79050d
parentf92aeb96ae4dfe2e8cd7c27ca7b94a03518855cf
service: Fix IBluetoothLowEnergy signatures to return bool

Changed the IBluetoothLowEnergy API signatures that can
synchronously fail to return bool to report synchronous errors. Also
fixed a bug with lambda capture by value in advertising API
implementation.

Bug: 24245347
Change-Id: I9ce4bb44d155d74ba38916e2834d7e93bf49301c
service/client/main.cpp
service/ipc/binder/IBluetoothLowEnergy.cpp
service/ipc/binder/IBluetoothLowEnergy.h
service/ipc/binder/bluetooth_low_energy_binder_server.cpp
service/ipc/binder/bluetooth_low_energy_binder_server.h
service/main.cpp