objc2-io-bluetooth-ui 0.3.2

Bindings to the IOBluetoothUI framework
Documentation
// This file has been automatically generated by `objc2`'s `header-translator`.
// DO NOT EDIT

#![allow(unused_imports)]
#![allow(deprecated)]
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]
#![allow(missing_docs)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::type_complexity)]
#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::identity_op)]
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::doc_lazy_continuation)]
#![allow(rustdoc::broken_intra_doc_links)]
#![allow(rustdoc::bare_urls)]
#![allow(rustdoc::invalid_html_tags)]

#[link(name = "IOBluetoothUI", kind = "framework")]
extern "C" {}

#[cfg(feature = "IOBluetoothUIUserLib")]
#[path = "IOBluetoothUIUserLib.rs"]
mod __IOBluetoothUIUserLib;
#[cfg(feature = "objc2")]
#[path = "objc2/mod.rs"]
mod __objc2;

#[cfg(feature = "IOBluetoothUIUserLib")]
pub use self::__IOBluetoothUIUserLib::kIOBluetoothServiceBrowserControllerOptionsAutoStartInquiry;
#[cfg(feature = "IOBluetoothUIUserLib")]
pub use self::__IOBluetoothUIUserLib::kIOBluetoothServiceBrowserControllerOptionsDisconnectWhenDone;
#[cfg(feature = "IOBluetoothUIUserLib")]
pub use self::__IOBluetoothUIUserLib::kIOBluetoothServiceBrowserControllerOptionsNone;
#[cfg(feature = "IOBluetoothUIUserLib")]
pub use self::__IOBluetoothUIUserLib::kIOBluetoothUISuccess;
#[cfg(feature = "IOBluetoothUIUserLib")]
pub use self::__IOBluetoothUIUserLib::kIOBluetoothUIUserCanceledErr;
#[cfg(feature = "IOBluetoothUIUserLib")]
pub use self::__IOBluetoothUIUserLib::IOBluetoothDeviceSelectorControllerRef;
#[cfg(all(feature = "IOBluetoothUIUserLib", feature = "objc2-core-foundation"))]
pub use self::__IOBluetoothUIUserLib::IOBluetoothGetDeviceSelectorController;
#[cfg(all(feature = "IOBluetoothUIUserLib", feature = "objc2-core-foundation"))]
pub use self::__IOBluetoothUIUserLib::IOBluetoothGetPairingController;
#[cfg(feature = "IOBluetoothUIUserLib")]
pub use self::__IOBluetoothUIUserLib::IOBluetoothPairingControllerRef;
#[cfg(feature = "IOBluetoothUIUserLib")]
pub use self::__IOBluetoothUIUserLib::IOBluetoothServiceBrowserControllerOptions;
#[cfg(feature = "IOBluetoothUIUserLib")]
pub use self::__IOBluetoothUIUserLib::IOBluetoothServiceBrowserControllerRef;
#[cfg(all(feature = "IOBluetoothUIUserLib", feature = "objc2-core-foundation"))]
pub use self::__IOBluetoothUIUserLib::IOBluetoothValidateHardwareWithDescription;
#[cfg(feature = "objc2")]
pub use self::__objc2::*;