-
- Downloads
Deprecate BluetoothHealth APIs
* Mark all BluetoothHealth related APIs as deprecated * Make BluetoothAdapter#getProfileProxy(context, BluetoothProfile.HEALTH) always return false * Remove all logic behind BluetoothHealth APIs and add deprecation error log * Health Device Profile (HDP) and MCAP protocol has been largely replaced by BLE. New applications should use Bluetooth Low Energy instead of legacy Bluetooth Health Device Profile Bug: 111562841 Test: make, unit test, use Bluetooth Change-Id: If99a9d79e9e1b89b75b9b74bd3b1c965247a1892
Showing
- api/current.txt 31 additions, 29 deletionsapi/current.txt
- core/java/android/bluetooth/BluetoothAdapter.java 10 additions, 17 deletionscore/java/android/bluetooth/BluetoothAdapter.java
- core/java/android/bluetooth/BluetoothHealth.java 136 additions, 348 deletionscore/java/android/bluetooth/BluetoothHealth.java
- core/java/android/bluetooth/BluetoothHealthAppConfiguration.java 34 additions, 88 deletions...va/android/bluetooth/BluetoothHealthAppConfiguration.java
- core/java/android/bluetooth/BluetoothHealthCallback.java 18 additions, 0 deletionscore/java/android/bluetooth/BluetoothHealthCallback.java
- core/java/android/bluetooth/BluetoothProfile.java 9 additions, 4 deletionscore/java/android/bluetooth/BluetoothProfile.java
Loading
Please register or sign in to comment