leSecureConnectionsRandomValue property

BigInt get leSecureConnectionsRandomValue

Implementation

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

Implementation

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