Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/
Dparser.rs107 pub included_length: u32, field
164 included_length: u32::from_be_bytes(included_len_bytes.try_into().unwrap()), in try_from()
205 if p.included_length > 0 { in next()
206 let size: usize = p.included_length.try_into().unwrap(); in next()
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc385 size_t included_length = 0; in delete_old_btsnooz_files() local
389 included_length = packet.size(); in delete_old_btsnooz_files()
417 included_length = std::min(len_hci_acl, packet.size()); in delete_old_btsnooz_files()
427 return std::min(included_length, kDefaultBtSnoozMaxPayloadBytesPerPacket); in delete_old_btsnooz_files()
1227 …size_t included_length = get_btsnooz_packet_length_to_write(packet, type, qualcomm_debug_log_enabl… in Capture() local
1228 header.length_captured = htonl(included_length + /* type byte */ PACKET_TYPE_LENGTH); in Capture()
1232 if (!ss.write(reinterpret_cast<const char*>(packet.data()), included_length)) { in Capture()