BluetoothProvider

interface BluetoothProvider

Interface to provide bluetooth

Types

Link copied to clipboard
interface OnStreamStateChangeListener

The interface for stream changes

Functions

Link copied to clipboard
abstract fun activeDevice(): BluetoothDevice?
Link copied to clipboard
abstract fun device(): BluetoothHost?
Link copied to clipboard
abstract fun setOnStreamStateChangeListener(listener: BluetoothProvider.OnStreamStateChangeListener?)