hasBluetooth property
Indicates that the device has native bluetooth capability
Implementation
@$pb.TagNumber(5)
$core.bool get hasBluetooth => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set hasBluetooth($core.bool value) => $_setBool(4, value);