objc2_io_bluetooth/generated/
IOBluetoothTypes.rs

1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use core::ffi::*;
4
5use crate::*;
6
7/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothdevicereseterror?language=objc)
8pub const kIOBluetoothDeviceResetError: c_uint = iokit_bluetooth_err!(1);
9/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothconnectionalreadyexists?language=objc)
10pub const kIOBluetoothConnectionAlreadyExists: c_uint = iokit_bluetooth_err!(2);
11/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothnohcicontroller?language=objc)
12pub const kIOBluetoothNoHCIController: c_uint = iokit_bluetooth_err!(3);
13/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothhcipowerstatesnotsupported?language=objc)
14pub const kIOBluetoothHCIPowerStatesNotSupported: c_uint = iokit_bluetooth_err!(4);