Searched defs:resp_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 | 3200 let resp_payload = vec![0x55, 0x66, 0x77, 0x88]; in test_raw_uci_cmd_vendor_gid_ok() localVariable 3231 let resp_payload = vec![0x00, 0x01, 0x07, 0x00]; in test_raw_uci_cmd_fira_gid_ok() localVariable 3264 let resp_payload = vec![0x00, 0x01, 0x07, 0x00]; in test_raw_uci_cmd_undefined_mt_ok() localVariable 3302 let resp_payload = vec![0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]; in test_raw_uci_cmd_custom_payload_format() localVariable 3473 let resp_payload = vec![0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]; in test_raw_uci_cmd_uwbs_response_notification() localVariable 3519 let resp_payload = vec![0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]; 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 | 777 let resp_payload = vec![0x56, 0x78]; in test_send_raw_cmd() localVariable
|