1 //! reimport of generated packets (to go away once rust_genrule exists) 2 3 #![allow(clippy::all)] 4 #![allow(unused)] 5 #![allow(missing_docs)] 6 7 pub mod hci { 8 use bt_hci_custom_types::*; 9 10 include!(concat!(env!("OUT_DIR"), "/hci_packets.rs")); 11 } 12