Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs56 const BINARY_PACKET_STATUS_WRAP: usize = 50; constant
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()