Methods in android.bluetooth with parameters of type BluetoothHealthAppConfiguration |
boolean |
BluetoothHealth.connectChannelToSource(BluetoothDevice device,
BluetoothHealthAppConfiguration config)
|
boolean |
BluetoothHealth.disconnectChannel(BluetoothDevice device,
BluetoothHealthAppConfiguration config,
int channelId)
|
ParcelFileDescriptor |
BluetoothHealth.getMainChannelFd(BluetoothDevice device,
BluetoothHealthAppConfiguration config)
|
void |
BluetoothHealthCallback.onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config,
int status)
|
void |
BluetoothHealthCallback.onHealthChannelStateChange(BluetoothHealthAppConfiguration config,
BluetoothDevice device,
int prevState,
int newState,
ParcelFileDescriptor fd,
int channelId)
|
boolean |
BluetoothHealth.unregisterAppConfiguration(BluetoothHealthAppConfiguration config)
|