android_device_samsung_a20/universal7885-common/hidl/radio/2.1/ISehRadio.hal
roynatech2544 d97d8b7bfe
universal7885: Import radio hals
* Build them from source
* Drop prebuilts on vendor tree
2022-05-20 18:24:21 +09:00

9 lines
267 B
Text

package vendor.samsung.hardware.radio@2.1;
import vendor.samsung.hardware.radio@2.0::ISehRadio;
interface ISehRadio extends @2.0::ISehRadio {
oneway setNrMode(int32_t serial, int32_t mode);
oneway getNrMode(int32_t serial);
oneway getNrIconType(int32_t serial);
};