Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/captures/
Dpcap_util.rs109 pub fn wrap_bt_packet( in wrap_bt_packet() function
189 &wrap_bt_packet(PacketDirection::HostToController, 4, &[14, 4, 1, 10, 32, 0]), in test_pcap_file()
196 &wrap_bt_packet(PacketDirection::ControllerToHost, 1, &[10, 32, 1, 0]), in test_pcap_file()
Dcaptures_handler.rs51 use super::pcap_util::{append_record, append_record_pcapng, wrap_bt_packet, PacketDirection};
257 ChipKind::BLUETOOTH => wrap_bt_packet(direction, packet_type, packet), in handle_packet()