pyobjc-framework-IOBluetooth 9.2__tar.gz → 10.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyobjc-framework-IOBluetooth-10.0/Lib/IOBluetooth/__init__.py +38 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Lib/IOBluetooth/_metadata.py +202 -2
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Lib/pyobjc_framework_IOBluetooth.egg-info/PKG-INFO +5 -3
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Lib/pyobjc_framework_IOBluetooth.egg-info/SOURCES.txt +3 -1
- pyobjc-framework-IOBluetooth-10.0/Lib/pyobjc_framework_IOBluetooth.egg-info/requires.txt +2 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Modules/pyobjc-api.h +3 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Modules/pyobjc-compat.h +0 -273
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PKG-INFO +5 -3
- pyobjc-framework-IOBluetooth-10.0/metadata/raw/arm64-14.0.fwinfo +13144 -0
- pyobjc-framework-IOBluetooth-10.0/metadata/raw/x86_64-14.0.fwinfo +13144 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/pyobjc_setup.py +11 -2
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/setup.py +1 -1
- pyobjc-framework-IOBluetooth-9.2/Lib/IOBluetooth/__init__.py +0 -35
- pyobjc-framework-IOBluetooth-9.2/Lib/pyobjc_framework_IOBluetooth.egg-info/requires.txt +0 -2
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Lib/IOBluetooth/_funcmacros.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Lib/pyobjc_framework_IOBluetooth.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Lib/pyobjc_framework_IOBluetooth.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Lib/pyobjc_framework_IOBluetooth.egg-info/top_level.txt +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/License.txt +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/MANIFEST.in +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Modules/_IOBluetooth.m +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Modules/_IOBluetooth_protocols.m +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_bluetooth.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_bluetoothassignednumbers.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobLuetoothdeviceinquiry.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetooth.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothL2capchannel.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothdevice.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothdevicepair.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothhandsfree.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothhandsfreeaudiogateway.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothhandsfreedevice.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothhostcontroller.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothobexsession.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothobject.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothrfcommchannel.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothsdpdataelement.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothsdpserviceRecord.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothsdpuuid.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothuserlib.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_iobluetoothutilities.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_nsdictionaryobexextensions.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_obex.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_obexbluetooth.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_obexfiletransferservices.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/PyObjCTest/test_obexsession.py +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/metadata/IOBluetooth.fwinfo +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/metadata/metadata.ini +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/metadata/raw/arm64-13.1.fwinfo +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/metadata/raw/x86_64-13.1.fwinfo +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/pyproject.toml +0 -0
- {pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/setup.cfg +0 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Python mapping for the IOBluetooth framework.
|
|
3
|
+
|
|
4
|
+
This module does not contain docstrings for the wrapped code, check Apple's
|
|
5
|
+
documentation for details on how to use these functions and classes.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
def _setup():
|
|
10
|
+
import sys
|
|
11
|
+
|
|
12
|
+
import AppKit
|
|
13
|
+
import objc
|
|
14
|
+
from . import _metadata, _funcmacros, _IOBluetooth
|
|
15
|
+
|
|
16
|
+
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
17
|
+
name="IOBluetooth",
|
|
18
|
+
frameworkIdentifier="com.apple.Bluetooth",
|
|
19
|
+
frameworkPath=objc.pathForFramework(
|
|
20
|
+
"/System/Library/Frameworks/IOBluetooth.framework"
|
|
21
|
+
),
|
|
22
|
+
globals_dict=globals(),
|
|
23
|
+
inline_list=None,
|
|
24
|
+
parents=(
|
|
25
|
+
_IOBluetooth,
|
|
26
|
+
_funcmacros,
|
|
27
|
+
AppKit,
|
|
28
|
+
),
|
|
29
|
+
metadict=_metadata.__dict__,
|
|
30
|
+
)
|
|
31
|
+
|
|
32
|
+
globals()["__dir__"] = dir_func
|
|
33
|
+
globals()["__getattr__"] = getattr_func
|
|
34
|
+
|
|
35
|
+
del sys.modules["IOBluetooth._metadata"]
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
globals().pop("_setup")()
|
{pyobjc-framework-IOBluetooth-9.2 → pyobjc-framework-IOBluetooth-10.0}/Lib/IOBluetooth/_metadata.py
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Wed Jul 5 22:16:23 2023
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -830,6 +830,14 @@ misc.update(
|
|
|
830
830
|
"BluetoothHCIGeneralFlowControlStates": NewType(
|
|
831
831
|
"BluetoothHCIGeneralFlowControlStates", int
|
|
832
832
|
),
|
|
833
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:53:1)": NewType(
|
|
834
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:53:1)",
|
|
835
|
+
int,
|
|
836
|
+
),
|
|
837
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2068:1)": NewType(
|
|
838
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2068:1)",
|
|
839
|
+
int,
|
|
840
|
+
),
|
|
833
841
|
"BluetoothAMPDisconnectPhysicalLinkResponseStatus": NewType(
|
|
834
842
|
"BluetoothAMPDisconnectPhysicalLinkResponseStatus", int
|
|
835
843
|
),
|
|
@@ -840,10 +848,18 @@ misc.update(
|
|
|
840
848
|
"IOBluetoothHandsFreeSMSSupport": NewType(
|
|
841
849
|
"IOBluetoothHandsFreeSMSSupport", int
|
|
842
850
|
),
|
|
851
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:46:1)": NewType(
|
|
852
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:46:1)",
|
|
853
|
+
int,
|
|
854
|
+
),
|
|
843
855
|
"BluetoothHCIInquiryModes": NewType("BluetoothHCIInquiryModes", int),
|
|
844
856
|
"OBEXNonceFlagValues": NewType("OBEXNonceFlagValues", int),
|
|
845
857
|
"OBEXTransportEventType": NewType("OBEXTransportEventType", int),
|
|
846
858
|
"BluetoothHCIFECRequiredValues": NewType("BluetoothHCIFECRequiredValues", int),
|
|
859
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:145:1)": NewType(
|
|
860
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:145:1)",
|
|
861
|
+
int,
|
|
862
|
+
),
|
|
847
863
|
"BluetoothTransportTypes": NewType("BluetoothTransportTypes", int),
|
|
848
864
|
"OBEXRealmValues": NewType("OBEXRealmValues", int),
|
|
849
865
|
"BluetoothHCICommandOpCodeGroup": NewType(
|
|
@@ -852,7 +868,23 @@ misc.update(
|
|
|
852
868
|
"BluetoothHCIAFHChannelAssessmentModes": NewType(
|
|
853
869
|
"BluetoothHCIAFHChannelAssessmentModes", int
|
|
854
870
|
),
|
|
871
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:433:1)": NewType(
|
|
872
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:433:1)",
|
|
873
|
+
int,
|
|
874
|
+
),
|
|
875
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:520:1)": NewType(
|
|
876
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:520:1)",
|
|
877
|
+
int,
|
|
878
|
+
),
|
|
855
879
|
"BluetoothHCIConnectionModes": NewType("BluetoothHCIConnectionModes", int),
|
|
880
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:586:1)": NewType(
|
|
881
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:586:1)",
|
|
882
|
+
int,
|
|
883
|
+
),
|
|
884
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2013:1)": NewType(
|
|
885
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2013:1)",
|
|
886
|
+
int,
|
|
887
|
+
),
|
|
856
888
|
"BluetoothL2CAPSupervisoryFuctionType": NewType(
|
|
857
889
|
"BluetoothL2CAPSupervisoryFuctionType", int
|
|
858
890
|
),
|
|
@@ -870,6 +902,10 @@ misc.update(
|
|
|
870
902
|
),
|
|
871
903
|
"BluetoothRFCOMMParityType": NewType("BluetoothRFCOMMParityType", int),
|
|
872
904
|
"BluetoothLEAdvertisingType": NewType("BluetoothLEAdvertisingType", int),
|
|
905
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:358:1)": NewType(
|
|
906
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:358:1)",
|
|
907
|
+
int,
|
|
908
|
+
),
|
|
873
909
|
"BluetoothHCIHoldModeActivityStates": NewType(
|
|
874
910
|
"BluetoothHCIHoldModeActivityStates", int
|
|
875
911
|
),
|
|
@@ -879,10 +915,26 @@ misc.update(
|
|
|
879
915
|
"BluetoothAuthenticationRequirementsValues": NewType(
|
|
880
916
|
"BluetoothAuthenticationRequirementsValues", int
|
|
881
917
|
),
|
|
918
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2805:1)": NewType(
|
|
919
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2805:1)",
|
|
920
|
+
int,
|
|
921
|
+
),
|
|
882
922
|
"BluetoothHCIEncryptionModes": NewType("BluetoothHCIEncryptionModes", int),
|
|
923
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:87:1)": NewType(
|
|
924
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:87:1)",
|
|
925
|
+
int,
|
|
926
|
+
),
|
|
927
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2060:1)": NewType(
|
|
928
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2060:1)",
|
|
929
|
+
int,
|
|
930
|
+
),
|
|
883
931
|
"BluetoothHCITransmitReadPowerLevelTypes": NewType(
|
|
884
932
|
"BluetoothHCITransmitReadPowerLevelTypes", int
|
|
885
933
|
),
|
|
934
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:699:1)": NewType(
|
|
935
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:699:1)",
|
|
936
|
+
int,
|
|
937
|
+
),
|
|
886
938
|
"BluetoothLMPVersions": NewType("BluetoothLMPVersions", int),
|
|
887
939
|
"BluetoothLEConnectionInterval": NewType("BluetoothLEConnectionInterval", int),
|
|
888
940
|
"BluetoothHCIAuthentionEnableModes": NewType(
|
|
@@ -911,10 +963,18 @@ misc.update(
|
|
|
911
963
|
"BluetoothOOBDataPresenceValues", int
|
|
912
964
|
),
|
|
913
965
|
"OBEXHeaderIdentifiers": NewType("OBEXHeaderIdentifiers", int),
|
|
966
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:161:1)": NewType(
|
|
967
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:161:1)",
|
|
968
|
+
int,
|
|
969
|
+
),
|
|
914
970
|
"BluetoothHCIExtendedInquiryResponseDataTypes": NewType(
|
|
915
971
|
"BluetoothHCIExtendedInquiryResponseDataTypes", int
|
|
916
972
|
),
|
|
917
973
|
"OBEXErrorCodes": NewType("OBEXErrorCodes", int),
|
|
974
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:209:1)": NewType(
|
|
975
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:209:1)",
|
|
976
|
+
int,
|
|
977
|
+
),
|
|
918
978
|
"BluetoothRFCOMMMTU": NewType("BluetoothRFCOMMMTU", int),
|
|
919
979
|
"BluetoothLESecurityManagerIOCapability": NewType(
|
|
920
980
|
"BluetoothLESecurityManagerIOCapability", int
|
|
@@ -922,13 +982,29 @@ misc.update(
|
|
|
922
982
|
"BluetoothL2CAPInformationExtendedFeaturesMask": NewType(
|
|
923
983
|
"BluetoothL2CAPInformationExtendedFeaturesMask", int
|
|
924
984
|
),
|
|
985
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:302:1)": NewType(
|
|
986
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:302:1)",
|
|
987
|
+
int,
|
|
988
|
+
),
|
|
989
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2920:1)": NewType(
|
|
990
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2920:1)",
|
|
991
|
+
int,
|
|
992
|
+
),
|
|
925
993
|
"BluetoothHCIPageScanTypes": NewType("BluetoothHCIPageScanTypes", int),
|
|
994
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:841:1)": NewType(
|
|
995
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:841:1)",
|
|
996
|
+
int,
|
|
997
|
+
),
|
|
926
998
|
"BluetoothIOCapabilities": NewType("BluetoothIOCapabilities", int),
|
|
927
999
|
"BluetoothHCIStatus": NewType("BluetoothHCIStatus", int),
|
|
928
1000
|
"BluetoothAirMode": NewType("BluetoothAirMode", int),
|
|
929
1001
|
"BluetoothHCISCOFlowControlStates": NewType(
|
|
930
1002
|
"BluetoothHCISCOFlowControlStates", int
|
|
931
1003
|
),
|
|
1004
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2685:1)": NewType(
|
|
1005
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2685:1)",
|
|
1006
|
+
int,
|
|
1007
|
+
),
|
|
932
1008
|
"IOBluetoothDeviceSearchTypesBits": NewType(
|
|
933
1009
|
"IOBluetoothDeviceSearchTypesBits", int
|
|
934
1010
|
),
|
|
@@ -956,28 +1032,72 @@ misc.update(
|
|
|
956
1032
|
"IOBluetoothHandsFreeDeviceFeatures": NewType(
|
|
957
1033
|
"IOBluetoothHandsFreeDeviceFeatures", int
|
|
958
1034
|
),
|
|
1035
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2881:1)": NewType(
|
|
1036
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2881:1)",
|
|
1037
|
+
int,
|
|
1038
|
+
),
|
|
959
1039
|
"BluetoothKeypressNotificationType": NewType(
|
|
960
1040
|
"BluetoothKeypressNotificationType", int
|
|
961
1041
|
),
|
|
962
1042
|
"BluetoothHCITransmitPowerLevelType": NewType(
|
|
963
1043
|
"BluetoothHCITransmitPowerLevelType", int
|
|
964
1044
|
),
|
|
1045
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:317:1)": NewType(
|
|
1046
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:317:1)",
|
|
1047
|
+
int,
|
|
1048
|
+
),
|
|
1049
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:346:1)": NewType(
|
|
1050
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:346:1)",
|
|
1051
|
+
int,
|
|
1052
|
+
),
|
|
965
1053
|
"BluetoothAMPDiscoverResponseControllerStatus": NewType(
|
|
966
1054
|
"BluetoothAMPDiscoverResponseControllerStatus", int
|
|
967
1055
|
),
|
|
968
1056
|
"BluetoothHCIVersions": NewType("BluetoothHCIVersions", int),
|
|
969
1057
|
"BluetoothHCIInquiryScanType": NewType("BluetoothHCIInquiryScanType", int),
|
|
1058
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:71:1)": NewType(
|
|
1059
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:71:1)",
|
|
1060
|
+
int,
|
|
1061
|
+
),
|
|
1062
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:332:1)": NewType(
|
|
1063
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:332:1)",
|
|
1064
|
+
int,
|
|
1065
|
+
),
|
|
970
1066
|
"IOBluetoothUserNotificationChannelDirection": NewType(
|
|
971
1067
|
"IOBluetoothUserNotificationChannelDirection", int
|
|
972
1068
|
),
|
|
1069
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:308:1)": NewType(
|
|
1070
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:308:1)",
|
|
1071
|
+
int,
|
|
1072
|
+
),
|
|
1073
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:526:1)": NewType(
|
|
1074
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:526:1)",
|
|
1075
|
+
int,
|
|
1076
|
+
),
|
|
973
1077
|
"BluetoothL2CAPInformationType": NewType("BluetoothL2CAPInformationType", int),
|
|
974
1078
|
"BluetoothPageScanMode": NewType("BluetoothPageScanMode", int),
|
|
975
1079
|
"SDPServiceClasses": NewType("SDPServiceClasses", int),
|
|
1080
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2815:1)": NewType(
|
|
1081
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2815:1)",
|
|
1082
|
+
int,
|
|
1083
|
+
),
|
|
976
1084
|
"BluetoothHCIRetransmissionEffortTypes": NewType(
|
|
977
1085
|
"BluetoothHCIRetransmissionEffortTypes", int
|
|
978
1086
|
),
|
|
979
1087
|
"BluetoothCompanyIdentifers": NewType("BluetoothCompanyIdentifers", int),
|
|
1088
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:1499:1)": NewType(
|
|
1089
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:1499:1)",
|
|
1090
|
+
int,
|
|
1091
|
+
),
|
|
1092
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2790:1)": NewType(
|
|
1093
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2790:1)",
|
|
1094
|
+
int,
|
|
1095
|
+
),
|
|
980
1096
|
"BluetoothKeyType": NewType("BluetoothKeyType", int),
|
|
1097
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:359:1)": NewType(
|
|
1098
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:359:1)",
|
|
1099
|
+
int,
|
|
1100
|
+
),
|
|
981
1101
|
"BluetoothLAP": NewType("BluetoothLAP", int),
|
|
982
1102
|
"BluetoothHCIPageScanEnableStates": NewType(
|
|
983
1103
|
"BluetoothHCIPageScanEnableStates", int
|
|
@@ -987,6 +1107,10 @@ misc.update(
|
|
|
987
1107
|
"BluetoothHCIPageScanPeriodModes": NewType(
|
|
988
1108
|
"BluetoothHCIPageScanPeriodModes", int
|
|
989
1109
|
),
|
|
1110
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:479:1)": NewType(
|
|
1111
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:479:1)",
|
|
1112
|
+
int,
|
|
1113
|
+
),
|
|
990
1114
|
"BluetoothHCIErroneousDataReporting": NewType(
|
|
991
1115
|
"BluetoothHCIErroneousDataReporting", int
|
|
992
1116
|
),
|
|
@@ -995,9 +1119,21 @@ misc.update(
|
|
|
995
1119
|
),
|
|
996
1120
|
"BluetoothKeyFlag": NewType("BluetoothKeyFlag", int),
|
|
997
1121
|
"OBEXVersions": NewType("OBEXVersions", int),
|
|
1122
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:472:1)": NewType(
|
|
1123
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:472:1)",
|
|
1124
|
+
int,
|
|
1125
|
+
),
|
|
998
1126
|
"BluetoothL2CAPConfigurationResult": NewType(
|
|
999
1127
|
"BluetoothL2CAPConfigurationResult", int
|
|
1000
1128
|
),
|
|
1129
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:615:1)": NewType(
|
|
1130
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:615:1)",
|
|
1131
|
+
int,
|
|
1132
|
+
),
|
|
1133
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2346:1)": NewType(
|
|
1134
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2346:1)",
|
|
1135
|
+
int,
|
|
1136
|
+
),
|
|
1001
1137
|
"BluetoothSDPPDUID": NewType("BluetoothSDPPDUID", int),
|
|
1002
1138
|
"BluetoothLEScanDuplicateFilter": NewType(
|
|
1003
1139
|
"BluetoothLEScanDuplicateFilter", int
|
|
@@ -1010,16 +1146,28 @@ misc.update(
|
|
|
1010
1146
|
"BluetoothL2CAPSegmentationAndReassembly", int
|
|
1011
1147
|
),
|
|
1012
1148
|
"OBEXSessionEventTypes": NewType("OBEXSessionEventTypes", int),
|
|
1149
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:594:1)": NewType(
|
|
1150
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:594:1)",
|
|
1151
|
+
int,
|
|
1152
|
+
),
|
|
1013
1153
|
"BluetoothPacketType": NewType("BluetoothPacketType", int),
|
|
1014
1154
|
"BluetoothHCIEventStatus": NewType("BluetoothHCIEventStatus", int),
|
|
1015
1155
|
"BluetoothL2CAPCommandRejectReason": NewType(
|
|
1016
1156
|
"BluetoothL2CAPCommandRejectReason", int
|
|
1017
1157
|
),
|
|
1158
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2769:1)": NewType(
|
|
1159
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2769:1)",
|
|
1160
|
+
int,
|
|
1161
|
+
),
|
|
1018
1162
|
"BluetoothAuthenticationRequirements": NewType(
|
|
1019
1163
|
"BluetoothAuthenticationRequirements", int
|
|
1020
1164
|
),
|
|
1021
1165
|
"BluetoothLEScanType": NewType("BluetoothLEScanType", int),
|
|
1022
1166
|
"BluetoothHCIInquiryMode": NewType("BluetoothHCIInquiryMode", int),
|
|
1167
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2902:1)": NewType(
|
|
1168
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2902:1)",
|
|
1169
|
+
int,
|
|
1170
|
+
),
|
|
1023
1171
|
"BluetoothHCIPageScanPeriodMode": NewType(
|
|
1024
1172
|
"BluetoothHCIPageScanPeriodMode", int
|
|
1025
1173
|
),
|
|
@@ -1027,18 +1175,34 @@ misc.update(
|
|
|
1027
1175
|
"BluetoothLESecurityManagerCommandCode", int
|
|
1028
1176
|
),
|
|
1029
1177
|
"OBEXPutFlagValues": NewType("OBEXPutFlagValues", int),
|
|
1178
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:311:1)": NewType(
|
|
1179
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:311:1)",
|
|
1180
|
+
int,
|
|
1181
|
+
),
|
|
1030
1182
|
"BluetoothRFCOMMLineStatus": NewType("BluetoothRFCOMMLineStatus", int),
|
|
1031
1183
|
"BluetoothAllowRoleSwitch": NewType("BluetoothAllowRoleSwitch", int),
|
|
1032
1184
|
"BluetoothHCISimplePairingModes": NewType(
|
|
1033
1185
|
"BluetoothHCISimplePairingModes", int
|
|
1034
1186
|
),
|
|
1187
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:557:1)": NewType(
|
|
1188
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/BluetoothAssignedNumbers.h:557:1)",
|
|
1189
|
+
int,
|
|
1190
|
+
),
|
|
1035
1191
|
"BluetoothL2CAPConnectionResult": NewType(
|
|
1036
1192
|
"BluetoothL2CAPConnectionResult", int
|
|
1037
1193
|
),
|
|
1194
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:1657:1)": NewType(
|
|
1195
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:1657:1)",
|
|
1196
|
+
int,
|
|
1197
|
+
),
|
|
1038
1198
|
"BluetoothHCIVendorCommandSelector": NewType(
|
|
1039
1199
|
"BluetoothHCIVendorCommandSelector", int
|
|
1040
1200
|
),
|
|
1041
1201
|
"FTSFileType": NewType("FTSFileType", int),
|
|
1202
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:173:1)": NewType(
|
|
1203
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:173:1)",
|
|
1204
|
+
int,
|
|
1205
|
+
),
|
|
1042
1206
|
"BluetoothAMPCommandRejectReason": NewType(
|
|
1043
1207
|
"BluetoothAMPCommandRejectReason", int
|
|
1044
1208
|
),
|
|
@@ -1054,10 +1218,18 @@ misc.update(
|
|
|
1054
1218
|
"IOBluetoothHandsFreePDUMessageStatus": NewType(
|
|
1055
1219
|
"IOBluetoothHandsFreePDUMessageStatus", int
|
|
1056
1220
|
),
|
|
1221
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2195:1)": NewType(
|
|
1222
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2195:1)",
|
|
1223
|
+
int,
|
|
1224
|
+
),
|
|
1057
1225
|
"BluetoothHCITimeoutValues": NewType("BluetoothHCITimeoutValues", int),
|
|
1058
1226
|
"BluetoothHCIAFHChannelAssessmentMode": NewType(
|
|
1059
1227
|
"BluetoothHCIAFHChannelAssessmentMode", int
|
|
1060
1228
|
),
|
|
1229
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2050:1)": NewType(
|
|
1230
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2050:1)",
|
|
1231
|
+
int,
|
|
1232
|
+
),
|
|
1061
1233
|
"BluetoothLESecurityManagerOOBData": NewType(
|
|
1062
1234
|
"BluetoothLESecurityManagerOOBData", int
|
|
1063
1235
|
),
|
|
@@ -1074,6 +1246,10 @@ misc.update(
|
|
|
1074
1246
|
"IOBluetoothHandsFreeAudioGatewayFeatures": NewType(
|
|
1075
1247
|
"IOBluetoothHandsFreeAudioGatewayFeatures", int
|
|
1076
1248
|
),
|
|
1249
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2074:1)": NewType(
|
|
1250
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2074:1)",
|
|
1251
|
+
int,
|
|
1252
|
+
),
|
|
1077
1253
|
"SDPAttributeDeviceIdentificationRecord": NewType(
|
|
1078
1254
|
"SDPAttributeDeviceIdentificationRecord", int
|
|
1079
1255
|
),
|
|
@@ -1082,10 +1258,18 @@ misc.update(
|
|
|
1082
1258
|
"BluetoothSimplePairingDebugModes", int
|
|
1083
1259
|
),
|
|
1084
1260
|
"BluetoothHCIInquiryScanTypes": NewType("BluetoothHCIInquiryScanTypes", int),
|
|
1261
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2041:1)": NewType(
|
|
1262
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2041:1)",
|
|
1263
|
+
int,
|
|
1264
|
+
),
|
|
1085
1265
|
"BluetoothKeypressNotificationTypes": NewType(
|
|
1086
1266
|
"BluetoothKeypressNotificationTypes", int
|
|
1087
1267
|
),
|
|
1088
1268
|
"BluetoothEncryptionEnable": NewType("BluetoothEncryptionEnable", int),
|
|
1269
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:64:1)": NewType(
|
|
1270
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:64:1)",
|
|
1271
|
+
int,
|
|
1272
|
+
),
|
|
1089
1273
|
"BluetoothHCIDeleteStoredLinkKeyFlags": NewType(
|
|
1090
1274
|
"BluetoothHCIDeleteStoredLinkKeyFlags", int
|
|
1091
1275
|
),
|
|
@@ -1098,9 +1282,25 @@ misc.update(
|
|
|
1098
1282
|
"BluetoothHCIAuthenticationEnable": NewType(
|
|
1099
1283
|
"BluetoothHCIAuthenticationEnable", int
|
|
1100
1284
|
),
|
|
1285
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:185:1)": NewType(
|
|
1286
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:185:1)",
|
|
1287
|
+
int,
|
|
1288
|
+
),
|
|
1289
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:117:1)": NewType(
|
|
1290
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:117:1)",
|
|
1291
|
+
int,
|
|
1292
|
+
),
|
|
1101
1293
|
"BluetoothHCIPageScanType": NewType("BluetoothHCIPageScanType", int),
|
|
1102
1294
|
"BluetoothL2CAPChannelID": NewType("BluetoothL2CAPChannelID", int),
|
|
1295
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:595:1)": NewType(
|
|
1296
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:595:1)",
|
|
1297
|
+
int,
|
|
1298
|
+
),
|
|
1103
1299
|
"BluetoothHCIPageScanMode": NewType("BluetoothHCIPageScanMode", int),
|
|
1300
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2119:1)": NewType(
|
|
1301
|
+
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/IOBluetooth.framework/Headers/Bluetooth.h:2119:1)",
|
|
1302
|
+
int,
|
|
1303
|
+
),
|
|
1104
1304
|
}
|
|
1105
1305
|
)
|
|
1106
1306
|
misc.update({})
|
|
@@ -2070,7 +2270,7 @@ try:
|
|
|
2070
2270
|
"retval": {"type": b"v"},
|
|
2071
2271
|
"arguments": {
|
|
2072
2272
|
2: {"type": b"@"},
|
|
2073
|
-
3: {"type": b"
|
|
2273
|
+
3: {"type": b"^v", "type_modifier": "n", "c_array_length_in_arg": 4},
|
|
2074
2274
|
4: {"type": b"Q"},
|
|
2075
2275
|
},
|
|
2076
2276
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-IOBluetooth
|
|
3
|
-
Version:
|
|
3
|
+
Version: 10.0
|
|
4
4
|
Summary: Wrappers for the framework IOBluetooth on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,17 +18,19 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.8
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.9
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
26
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
27
|
Classifier: Programming Language :: Objective C
|
|
28
28
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
29
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
|
-
Requires-Python: >=3.
|
|
30
|
+
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
|
+
Requires-Dist: pyobjc-core>=10.0
|
|
33
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.0
|
|
32
34
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
33
35
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
34
36
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -112,6 +112,8 @@ struct pyobjc_api {
|
|
|
112
112
|
size_t max_args, size_t nargsf);
|
|
113
113
|
int (*_Nonnull checknokwnames)(PyObject* _Nonnull callable,
|
|
114
114
|
PyObject* _Nullable kwnames);
|
|
115
|
+
|
|
116
|
+
PyObject* _Nullable (*_Nonnull createopaquepointertype)(const char*, const char*, const char*);
|
|
115
117
|
};
|
|
116
118
|
|
|
117
119
|
#ifndef PYOBJC_BUILD
|
|
@@ -153,6 +155,7 @@ static struct pyobjc_api* PyObjC_API;
|
|
|
153
155
|
#define PyObjCMemView_GetBuffer (PyObjC_API->memview_getbuffer)
|
|
154
156
|
#define PyObjC_CheckArgCount (PyObjC_API->checkargcount)
|
|
155
157
|
#define PyObjC_CheckNoKwnames (PyObjC_API->checknokwnames)
|
|
158
|
+
#define PyObjCCreateOpaquePointerType (PyObjC_API->createopaquepointertype)
|
|
156
159
|
|
|
157
160
|
typedef void (*PyObjC_Function_Pointer)(void);
|
|
158
161
|
typedef struct PyObjC_function_map {
|