Lines Matching full:band
42 /* value for field "type" of radio band described in struct radio_hal_band_config */
44 RADIO_BAND_AM = 0, /* Amplitude Modulation band: LW, MW, SW */
45 RADIO_BAND_FM = 1, /* Frequency Modulation band: FM */
65 /* Region a particular radio band configuration corresponds to. Not used at the HAL.
66 * Derived by the framework when converting the band descriptors retrieved from the HAL to
67 * individual band descriptors for each supported region. */
90 /* Additional attributes for an FM band configuration */
100 /* Additional attributes for an AM band configuration */
105 /* Radio band configuration. Describes a given band supported by the radio module.
106 * The HAL can expose only one band per type with the the maximum range supported and all options.
108 * band configurations for applications to chose from. */
122 /* Used internally by the framework to represent a band for s specific region */
125 radio_hal_band_config_t band;
143 unsigned int num_bands; /* number of band descriptors */
144 radio_hal_band_config_t bands[RADIO_NUM_BANDS_MAX]; /* band descriptors */
148 * unique handle and one band configuration per region. */
167 unsigned int channel; /* current channel. (e.g kHz for band type RADIO_BAND_FM) */