BmPreferredPhy constructor
BmPreferredPhy({
- required DeviceIdentifier remoteId,
- required int txPhy,
- required int rxPhy,
- required int phyOptions,
Implementation
BmPreferredPhy({
required this.remoteId,
required this.txPhy,
required this.rxPhy,
required this.phyOptions,
});