public interface BluetoothCallback
BluetoothEventManager
.Modifier and Type | Method and Description |
---|---|
void |
onBluetoothStateChanged(int bluetoothState) |
void |
onConnectionStateChanged(CachedBluetoothDevice cachedDevice,
int state) |
void |
onDeviceAdded(CachedBluetoothDevice cachedDevice) |
void |
onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice,
int bondState) |
void |
onDeviceDeleted(CachedBluetoothDevice cachedDevice) |
void |
onScanningStateChanged(boolean started) |
void onBluetoothStateChanged(int bluetoothState)
void onScanningStateChanged(boolean started)
void onDeviceAdded(CachedBluetoothDevice cachedDevice)
void onDeviceDeleted(CachedBluetoothDevice cachedDevice)
void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState)
void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state)