public interface BluetoothDiscoveryListener
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
| 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()