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.rs3201 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_vendor_gid_ok() localVariable
3232 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_fira_gid_ok() localVariable
3265 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_undefined_mt_ok() localVariable
3302 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_custom_payload_format() localVariable
3339 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_fragmented_responses() localVariable
3393 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_wrong_gid() localVariable
3428 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_out_of_range_gid() localVariable
3450 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_out_of_range_oid() localVariable
3472 let cmd_payload = vec![0x11, 0x22, 0x33, 0x44]; in test_raw_uci_cmd_uwbs_response_notification() localVariable
3519 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.rs776 let cmd_payload = vec![0x12, 0x34]; in test_send_raw_cmd() localVariable