Home
last modified time | relevance | path

Searched defs:cmd_payload (Results 1 – 2 of 2) sorted by relevance

/external/uwb/src/rust/uwb_core/src/uci/
Duci_manager.rs2193 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_vendor_gid_ok() localVariable
2224 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_fira_gid_ok() localVariable
2258 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_undefined_mt_ok() localVariable
2295 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_custom_payload_format() localVariable
2332 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_fragmented_responses() localVariable
2386 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_wrong_gid() localVariable
2421 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_out_of_range_gid() localVariable
2444 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_out_of_range_oid() localVariable
2466 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_uwbs_response_notification() localVariable
2513 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_uwbs_response_undefined_mt() localVariable
/external/uwb/src/rust/uwb_core/src/service/
Duwb_service.rs765 let cmd_payload = vec![0x12, 0x34]; in test_send_raw_cmd() localVariable