Searched defs:cmd_payload (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/ |
H A D | uci_manager.rs | 3198 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_vendor_gid_ok() localVariable 3229 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_fira_gid_ok() localVariable 3262 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_undefined_mt_ok() localVariable 3299 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_custom_payload_format() localVariable 3336 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_fragmented_responses() localVariable 3390 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_wrong_gid() localVariable 3425 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_out_of_range_gid() localVariable 3447 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_out_of_range_oid() localVariable 3469 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_uwbs_response_notification() localVariable 3516 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_uwbs_response_undefined_mt() localVariable
|
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/service/ |
H A D | uwb_service.rs | 776 let cmd_payload = vec![0x12, 0x34]; in test_send_raw_cmd() localVariable
|