menu
witsystem_flutter_sdk_v2 package
documentation
SDK/api/callBack/BleDeviceScanCall.dart
ScanResult typedef
ScanResult typedef
dark_mode
light_mode
ScanResult
typedef
ScanResult
=
void Function
(
String
deviceId
,
int
rssi
)
扫描到设备的回调函数
Implementation
typedef ScanResult = void Function(String deviceId, int rssi);
witsystem_flutter_sdk_v2 package
documentation
SDK/api/callBack/BleDeviceScanCall
ScanResult typedef
BleDeviceScanCall library