connStateEveStm property

Stream<ConnectStateBean> connStateEveStm

Gets the watch's Mac address by scanning the received CRPScanDevice. Click the Bluetooth connection to connect the device, and the Bluetooth connection monitoring will be triggered at the same time. Monitor connection and callback status via the connStateEveStm data stream. The result is saved in "event". It is recommended to add an appropriate delay when disconnecting and reconnecting, so that the system can recover resources and ensure the connection success rate.

Implementation

Stream<ConnectStateBean> get connStateEveStm {
  return _platform.connStateEveStm;
}