leSecureConnectionsRandomValue property

BigInt leSecureConnectionsRandomValue

Implementation

BigInt get leSecureConnectionsRandomValue {
  return getIntValue(EIRType.LESecureConnectionsRandomValue);
}
void leSecureConnectionsRandomValue=(BigInt value)

Implementation

set leSecureConnectionsRandomValue(BigInt value) {
  setIntValue(EIRType.LESecureConnectionsRandomValue, value);
}