Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs1494 let mut to_split_binary = pkt_status_in_binary.clone(); in on_hfp_debug_dump() localVariable
1496 while to_split_binary.len() > BINARY_PACKET_STATUS_WRAP { in on_hfp_debug_dump()
1497 let remaining = to_split_binary.split_off(BINARY_PACKET_STATUS_WRAP); in on_hfp_debug_dump()
1498 wrapped_binary.push_str(&to_split_binary); in on_hfp_debug_dump()
1500 to_split_binary = remaining; in on_hfp_debug_dump()
1502 wrapped_binary.push_str(&to_split_binary); in on_hfp_debug_dump()