Searched refs:CountryCode (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/ |
D | api.rs | 27 use uwb_core::params::{AppConfigParams, CountryCode}; 382 let country_code = match CountryCode::try_from(CountryCodeJni::new(ctx.env, country_code)) { in set_country_code()
|
D | object_mapping.rs | 25 CccProtocolVersion, CccPulseShapeCombo, CccUwbChannel, CccUwbConfig, ChapsPerSlot, CountryCode, 414 impl TryFrom<CountryCodeJni<'_>> for CountryCode { implementation 427 match CountryCode::new(&country_code) { in try_from()
|
/packages/modules/Uwb/service/uci/jni/src/ |
D | uci_jni_android_new.rs | 39 AndroidRadarConfigResponse, AppConfigTlv, CountryCode, GetDeviceInfoResponse, PhaseList, 1085 CountryCode::new(&[country_code[0], country_code[1]]).ok_or(Error::BadParameters)?, in native_set_country_code()
|