BmPreferredPhy constructor

BmPreferredPhy({
  1. required DeviceIdentifier remoteId,
  2. required int txPhy,
  3. required int rxPhy,
  4. required int phyOptions,
})

Implementation

BmPreferredPhy({
  required this.remoteId,
  required this.txPhy,
  required this.rxPhy,
  required this.phyOptions,
});