pub fn encode_beacon( guid: [u8; 12], seq: u8, change_count: u16, addr: [u8; 16], port: u16, protocol: &str, version: u8, is_be: bool, ) -> Vec<u8> ⓘ