Home
last modified time | relevance | path

Searched refs:InvalidPacketError (Results 1 – 25 of 42) sorted by relevance

12

/external/python/bumble/bumble/
Dcodecs.py118 raise core.InvalidPacketError('program_config_element not supported')
145 raise core.InvalidPacketError('extensionFlag3 == 1 not supported')
221 raise core.InvalidPacketError(
265 raise core.InvalidPacketError('audioMuxVersionA != 0 not supported')
273 raise core.InvalidPacketError('num_program != 0 not supported')
276 raise core.InvalidPacketError('num_layer != 0 not supported')
289 raise core.InvalidPacketError('audio_specific_config_len > asc_len')
298 raise core.InvalidPacketError(
325 raise core.InvalidPacketError('muxConfigPresent == 0 not supported')
330 raise core.InvalidPacketError('useSameStreamMux == 1 not supported')
Davc.py112 raise core.InvalidPacketError("first 4 bits must be 0s")
128 raise core.InvalidPacketError("extended subunit ID value reserved")
137 raise core.InvalidPacketError("reserved subunit ID")
Dat.py20 class AtParsingError(core.InvalidPacketError):
/external/uwb/src/rust/uwb_uci_packets/src/
Dlib.rs291 DataPacketFormat::try_from(u8::from(gid_or_dpf)).or(Err(DecodeError::InvalidPacketError)) in try_from()
305 return Err(DecodeError::InvalidPacketError); in new()
394 return Err(DecodeError::InvalidPacketError); in try_from()
431 return Err(DecodeError::InvalidPacketError); in try_from()
492 Err(DecodeError::InvalidPacketError) in try_into_data_payload()
503 return Err(DecodeError::InvalidPacketError); in try_from()
669 Err(DecodeError::InvalidPacketError), in defragment_packet()
757 Err(DecodeError::InvalidPacketError), in defragment_raw_uci_response_packet()
813 _ => return Err(DecodeError::InvalidPacketError), in parse_diagnostics_ntf()
817 return Err(DecodeError::InvalidPacketError); in parse_diagnostics_ntf()
[all …]
/external/python/bumble/bumble/transport/
Dcommon.py142 raise core.InvalidPacketError(
190 raise core.InvalidPacketError(f'invalid packet type {packet_type[0]} found')
196 raise core.InvalidPacketError('packet too short')
202 raise core.InvalidPacketError('packet too short')
223 raise core.InvalidPacketError(f'invalid packet type {packet_type[0]} found')
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/
Dpacket_decl_8bit_scalar_array_big_endian.rs58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_8bit_scalar_array_little_endian.rs58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_64bit_scalar_array_big_endian.rs58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_64bit_scalar_array_little_endian.rs58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_24bit_scalar_array_little_endian.rs58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_24bit_scalar_array_big_endian.rs58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_64bit_enum_array_little_endian.rs97 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_64bit_enum_array_big_endian.rs97 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_24bit_enum_array_big_endian.rs112 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_24bit_enum_array_little_endian.rs112 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_8bit_enum_array_big_endian.rs127 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_8bit_enum_array_little_endian.rs127 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_array_dynamic_element_size_static_count_1_big_endian.rs145 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_array_dynamic_element_size_static_count_1_little_endian.rs145 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
Dpacket_decl_array_dynamic_element_size_static_count_big_endian.rs145 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
/external/rust/android-crates-io/crates/pdl-runtime/src/
Dlib.rs23 InvalidPacketError, enumerator
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/
Dpacket_decl_64bit_scalar_array_big_endian.rs63 .map_err(|_| DecodeError::InvalidPacketError)?; in parse_inner()
Dpacket_decl_64bit_scalar_array_little_endian.rs63 .map_err(|_| DecodeError::InvalidPacketError)?; in parse_inner()
Dpacket_decl_24bit_scalar_array_little_endian.rs63 .map_err(|_| DecodeError::InvalidPacketError)?; in parse_inner()
Dpacket_decl_8bit_scalar_array_little_endian.rs63 .map_err(|_| DecodeError::InvalidPacketError)?; in parse_inner()

12