Home
last modified time | relevance | path

Searched defs:packet_type (Results 1 – 5 of 5) sorted by relevance

/tools/netsim/src/hci/
Dhci_packet_transport.cc62 void HciPacketTransport::Send(rootcanal::PacketType packet_type, in Send()
89 packet::HCIPacket_PacketType packet_type, in Request()
161 packet::HCIPacket_PacketType packet_type, in handle_bt_request()
179 void HandleBtRequestCxx(uint32_t rootcanal_id, uint8_t packet_type, in HandleBtRequestCxx()
/tools/netsim/proto/netsim/
Dhci_packet.proto55 PacketType packet_type = 1; field
/tools/netsim/rust/daemon/src/wireless/
Dpacket.rs48 packet_type: u8, field
130 let packet_type = PacketType::HCI_PACKET_UNSPECIFIED.value() as u8; in handle_response() localVariable
/tools/netsim/rust/daemon/src/captures/
Dcapture.rs171 packet_type: u32, field
/tools/netsim/rust/proto/src/
Dhci_packet.rs32 pub packet_type: ::protobuf::EnumOrUnknown<hcipacket::PacketType>, field