summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothHealthCallback.java
Commit message (Collapse)AuthorAgeFilesLines
* Make Bluetooth Health APIs public.Jaikumar Ganesh2011-09-081-9/+35
| | | | | | | | Fix a few bugs: a) Pass a integer token to identify the channel. b) Close fds in case of errors. Change-Id: I2046787be5008769435f2f72a5bd67c19b749da0
* Bluetooth Health APIsJaikumar Ganesh2011-07-111-0/+42
1. Remove the check of configs in BluetoothHealth. This check is useless since BluetoothHealth is a proxy. 2. Add a wrapper and a callback class. We shouldn't expose Binder interfaces as public APIs. Change-Id: If62620b4251cf93f3f97d2fe63099e40fae7da4d