leSecureConnectionsConfirmationValue property

BigInt get leSecureConnectionsConfirmationValue

Implementation

BigInt get leSecureConnectionsConfirmationValue {
  return getIntValue(EIRType.LESecureConnectionsConfirmationValue);
}
set leSecureConnectionsConfirmationValue (BigInt value)

Implementation

set leSecureConnectionsConfirmationValue(BigInt value) {
  setIntValue(EIRType.LESecureConnectionsConfirmationValue, value);
}