Searched refs:WithPacketType (Results 1 – 4 of 4) sorted by relevance
65 pub(crate) trait WithPacketType<T: Packet> { interface95 impl WithPacketType<Self> for Command {105 impl WithPacketType<Self> for Acl {115 impl WithPacketType<Self> for Sco {125 impl WithPacketType<Self> for Event {
18 PacketTypeParseError, WithPacketType,
19 pub(crate) use crate::internal::hci::WithPacketType;
35 Address, HciCommand, WithPacketType,