Control Find Device Stop
Flutter Example:
/// Event number for Find Device Stop (app -> ble)
findDeviceStop(
evtBase: _VBusEvtBase.base_app_set,
evtType: _VBusEvtType.app_app_to_ble_find_device_stop),
/// Find Device Stop (app -> ble)
libManager.send(evt: CmdEvtType.findDeviceStop, json: jsonEncode(json));