summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothAdapterCallback.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove BluetoothAdapterCallback. Simplify leScan ApiMatthew Xie2013-04-171-57/+0
| | | | | | | App does not need to explicitly register/unregister callback bug 8599881 Change-Id: I18cfef14d7ddb344722945e657dcb959823b412b
* Unhide Bluetooth Low Energy public APIsMatthew Xie2013-03-281-0/+57
Updated API headers. Add BluetoothManager to be retrieved by context.getSystemService(Context.BLUETOOTH_SERVICE). LE scan functions are placed in BluetoothAdapter The GATT API are device driven instead of a profile-driver. bug 8450158 Change-Id: I424a4cedaac3ef8120a05996500008dd210d2553