Home
last modified time | relevance | path

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

/external/uwb/src/rust/uci/
Duci_hmsgs.rs22 AndroidSetCountryCodeCmdBuilder, AppConfigTlv, Controlee, DeviceResetCmdBuilder, GroupId,
39 pub fn build_set_country_code_cmd(code: &[u8]) -> Result<AndroidSetCountryCodeCmdBuilder, UwbErr> { in build_set_country_code_cmd() argument
40 Ok(AndroidSetCountryCodeCmdBuilder { country_code: code.try_into()? }) in build_set_country_code_cmd()
Dmod.rs891 let cmd = AndroidSetCountryCodeCmdBuilder { country_code: [45, 34] }.build(); in test_set_country_code()
/external/uwb/src/rust/uwb_core/src/uci/
Dcommand.rs147 uwb_uci_packets::AndroidSetCountryCodeCmdBuilder { in try_from()
Duci_manager.rs1099 uwb_uci_packets::AndroidSetCountryCodeCmdBuilder { country_code: b"US".to_owned() } in test_android_set_country_code_ok()
/external/uwb/src/fuzz/
Dfuzzer.rs14 AndroidSetCountryCodeCmdBuilder, AndroidSetCountryCodeRspBuilder, ControleeStatus,