Home
last modified time | relevance | path

Searched refs:get_opcode_from_uci_control_packet (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/uwb/src/rust/uwb_uci_packets/src/
H A Dlib.rs336 fn get_opcode_from_uci_control_packet(packet: &UciPacketHal) -> u8 { in get_opcode_from_uci_control_packet() function
369 && header.opcode == get_opcode_from_uci_control_packet(packet) in is_same_control_packet()
375 && get_opcode_from_uci_control_packet(packet) == CoreOpCode::CoreDeviceStatusNtf.into() in is_device_state_err_control_packet()
401 get_opcode_from_uci_control_packet(&packets[0]), in try_from()
417 opcode: get_opcode_from_uci_control_packet(&packet), in try_from()