Class android.bluetooth.BluetoothHealth

Now deprecated.

Changed Methods
boolean connectChannelToSource(BluetoothDevice, BluetoothHealthAppConfiguration) Now deprecated.
 
boolean disconnectChannel(BluetoothDevice, BluetoothHealthAppConfiguration, int) Now deprecated.
 
List<BluetoothDevice> getConnectedDevices() Now deprecated.
 
int getConnectionState(BluetoothDevice) Now deprecated.
 
List<BluetoothDevice> getDevicesMatchingConnectionStates(int[]) Now deprecated.
 
ParcelFileDescriptor getMainChannelFd(BluetoothDevice, BluetoothHealthAppConfiguration) Now deprecated.
 
boolean registerSinkAppConfiguration(String, int, BluetoothHealthCallback) Now deprecated.
 
boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration) Now deprecated.
 
 

Changed Fields
int APP_CONFIG_REGISTRATION_FAILURE Now deprecated.
 
int APP_CONFIG_REGISTRATION_SUCCESS Now deprecated.
 
int APP_CONFIG_UNREGISTRATION_FAILURE Now deprecated.
 
int APP_CONFIG_UNREGISTRATION_SUCCESS Now deprecated.
 
int CHANNEL_TYPE_RELIABLE Now deprecated.
 
int CHANNEL_TYPE_STREAMING Now deprecated.
 
int SINK_ROLE Now deprecated.
 
int SOURCE_ROLE Now deprecated.
 
int STATE_CHANNEL_CONNECTED Now deprecated.
 
int STATE_CHANNEL_CONNECTING Now deprecated.
 
int STATE_CHANNEL_DISCONNECTED Now deprecated.
 
int STATE_CHANNEL_DISCONNECTING Now deprecated.