Searched refs:AppConfigTlv (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Uwb/service/uci/jni/src/ |
D | uci_jni_android_new.rs | 39 AndroidRadarConfigResponse, AppConfigTlv, CountryCode, GetDeviceInfoResponse, PhaseList, 337 fn parse_app_config_tlv_vec(no_of_params: i32, mut byte_array: &[u8]) -> Result<Vec<AppConfigTlv>> { in parse_app_config_tlv_vec() argument 340 let mut tlvs = Vec::<AppConfigTlv>::new(); in parse_app_config_tlv_vec() 722 fn create_get_config_response(tlvs: Vec<AppConfigTlv>, env: JNIEnv) -> Result<jbyteArray> { in create_get_config_response() argument 784 ) -> Result<Vec<AppConfigTlv>> { in native_get_app_configurations() argument 1666 AppConfigTlv::new(AppConfigTlvType::DeviceType, vec![1]), in test_native_set_app_configurations() 1667 AppConfigTlv::new(AppConfigTlvType::RangingRoundUsage, vec![1]), in test_native_set_app_configurations()
|