Searched refs:freq_khz (Results 1 – 1 of 1) sorted by relevance
2195 uint32_t freq_khz(0); in HandlePropertyGet() local2200 freq_khz = 868300; in HandlePropertyGet()2204 freq_khz = 906000 - (2000 * 1) + 2000 * (chan); in HandlePropertyGet()2208 freq_khz = 2405000 - (5000 * 11) + 5000 * (chan); in HandlePropertyGet()2211 return mEncoder.WriteUint32(freq_khz); in HandlePropertyGet()