//! Bluetooth Low Energy advertising link-layer support.
//!
//! This module will hold the BLE radio pseudo-header (`BleRadio`), advertising
//! Link Layer PDU (`BleLlAdv`), and GAP Advertising Data structure layers.
pub use ;
pub use decode_ble_adv;
pub use ;
pub use decode_ble_radio;
pub use ;