Class android.bluetooth.BluetoothHealth
| Changed Methods | ||
|---|---|---|
boolean connectChannelToSource(BluetoothDevice, |
Now deprecated. |
|
boolean disconnectChannel(BluetoothDevice, |
Now deprecated. |
|
List<BluetoothDevice> getConnectedDevices() |
Now deprecated. |
|
int getConnectionState(BluetoothDevice) |
Now deprecated. |
|
List<BluetoothDevice> getDevicesMatchingConnectionStates(int[]) |
Now deprecated. |
|
ParcelFileDescriptor getMainChannelFd(BluetoothDevice, |
Now deprecated. |
|
boolean registerSinkAppConfiguration(String, |
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. |
|
