pub fn bandwidth_from_hz(hz: u32) -> Option<Bandwidth>
Convert a bandwidth in Hz (the ULCP representation) to the lora-phy enum. Returns None for unsupported values.
None