pairingState property

set pairingState (bool value)

Implementation

set pairingState(bool value) {
  if (value == true) {
    _startNotify();
  }
}