public interface BluetoothDiscoveryListener
Modifier and Type | Method and Description |
---|---|
void |
bluetoothDeviceDiscovered(android.bluetooth.BluetoothDevice device)
Event callback method called when a remote device is found.
|
void |
bluetoothDiscoveryFinished()
Event callback method called when the Bluetooth discovery is finished.
|
void bluetoothDeviceDiscovered(android.bluetooth.BluetoothDevice device)
device
- the discovered devicevoid bluetoothDiscoveryFinished()