Home
last modified time | relevance | path

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

/external/uwb/src/rust/uwb_core/src/uci/
Duci_manager.rs3203 let resp_payload = vec![0x55, 0x66, 0x77, 0x88]; in test_raw_uci_cmd_vendor_gid_ok() localVariable
3234 let resp_payload = vec![0x00, 0x01, 0x07, 0x00]; in test_raw_uci_cmd_fira_gid_ok() localVariable
3267 let resp_payload = vec![0x00, 0x01, 0x07, 0x00]; in test_raw_uci_cmd_undefined_mt_ok() localVariable
3305 let resp_payload = vec![0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]; in test_raw_uci_cmd_custom_payload_format() localVariable
3476 let resp_payload = vec![0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]; in test_raw_uci_cmd_uwbs_response_notification() localVariable
3522 let resp_payload = vec![0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]; in test_raw_uci_cmd_uwbs_response_undefined_mt() localVariable
/external/uwb/src/rust/uwb_core/src/service/
Duwb_service.rs777 let resp_payload = vec![0x56, 0x78]; in test_send_raw_cmd() localVariable