Searched defs:to_bytes (Results 1 – 2 of 2) sorted by relevance
74 let to_bytes: [u8; 6] = to.into(); in send_lmp_packet() localVariable
301 fn to_bytes(&self) -> Option<Vec<u8>> { in to_bytes() function