public interface IDeviceDiscoveryListener
| 限定符和类型 | 方法和说明 |
|---|---|
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: 发现 APfoundDeviceList - 当前发现方式找到的设备