public interface IDeviceDiscoveryListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDeviceFound(DiscoveryType type,
java.util.List<DeviceInfo> foundDeviceList)
发现待配设备后者已配设备的时候触发
|
void onDeviceFound(DiscoveryType type, java.util.List<DeviceInfo> foundDeviceList)
type - 发现方式 LOCAL_ONLINE_DEVICE:本地已配
CLOUD_ENROLLEE_DEVICE:云端待配
BLE_ENROLLEE_DEVICE:蓝牙待配
SOFT_AP_DEVICE: 发现 AP
BATCH_CLOUD_ENROLLEE_DEVICE: batch enrolleefoundDeviceList - 当前发现方式找到的设备