objc2-io-bluetooth 0.3.2

Bindings to the IOBluetooth framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use core::ffi::*;

use crate::*;

/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothdevicereseterror?language=objc)
pub const kIOBluetoothDeviceResetError: c_uint = iokit_bluetooth_err!(1);
/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothconnectionalreadyexists?language=objc)
pub const kIOBluetoothConnectionAlreadyExists: c_uint = iokit_bluetooth_err!(2);
/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothnohcicontroller?language=objc)
pub const kIOBluetoothNoHCIController: c_uint = iokit_bluetooth_err!(3);
/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothhcipowerstatesnotsupported?language=objc)
pub const kIOBluetoothHCIPowerStatesNotSupported: c_uint = iokit_bluetooth_err!(4);