Home
last modified time | relevance | path

Searched refs:country_code_vec (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dobject_mapping.rs418 let country_code_vec = jni.env.convert_byte_array(jni.country_code_arr)?; in try_from() localVariable
419 if country_code_vec.len() != 2 { in try_from()
422 country_code_vec.len() in try_from()
426 let country_code = [country_code_vec[0], country_code_vec[1]]; in try_from()
431 country_code_vec in try_from()