Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dffi.rs74 let to_bytes: [u8; 6] = to.into(); in send_lmp_packet() localVariable
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dec.rs301 fn to_bytes(&self) -> Option<Vec<u8>> { in to_bytes() function