Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dmod.rs70 fn parse_with_packet_type(bytes: &[u8]) -> Result<T, PacketTypeParseError>; in parse_with_packet_type() argument
75 pub(crate) enum PacketTypeParseError { enum
89 impl From<Error> for PacketTypeParseError { implementation
100 fn parse_with_packet_type(bytes: &[u8]) -> Result<Self, PacketTypeParseError> { in parse_with_packet_type() argument
110 fn parse_with_packet_type(bytes: &[u8]) -> Result<Self, PacketTypeParseError> { in parse_with_packet_type() argument
120 fn parse_with_packet_type(bytes: &[u8]) -> Result<Self, PacketTypeParseError> { in parse_with_packet_type() argument
130 fn parse_with_packet_type(bytes: &[u8]) -> Result<Self, PacketTypeParseError> { in parse_with_packet_type() argument