pyobjc-framework-IOBluetooth 10.1__tar.gz → 10.3__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.
Files changed (52) hide show
  1. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Lib/IOBluetooth/_metadata.py +43 -202
  2. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Lib/pyobjc_framework_IOBluetooth.egg-info/PKG-INFO +3 -3
  3. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Lib/pyobjc_framework_IOBluetooth.egg-info/SOURCES.txt +2 -2
  4. pyobjc_framework_iobluetooth-10.3/Lib/pyobjc_framework_IOBluetooth.egg-info/requires.txt +2 -0
  5. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/License.txt +1 -1
  6. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PKG-INFO +3 -3
  7. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_obex.py +1 -1
  8. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/metadata/IOBluetooth.fwinfo +7 -13
  9. pyobjc-framework-IOBluetooth-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_iobluetooth-10.3/metadata/raw/arm64-14.5.fwinfo +177 -155
  10. pyobjc-framework-IOBluetooth-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_iobluetooth-10.3/metadata/raw/x86_64-14.5.fwinfo +177 -155
  11. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/setup.py +1 -1
  12. pyobjc-framework-IOBluetooth-10.1/Lib/pyobjc_framework_IOBluetooth.egg-info/requires.txt +0 -2
  13. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Lib/IOBluetooth/__init__.py +0 -0
  14. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Lib/IOBluetooth/_funcmacros.py +0 -0
  15. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Lib/pyobjc_framework_IOBluetooth.egg-info/dependency_links.txt +0 -0
  16. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Lib/pyobjc_framework_IOBluetooth.egg-info/not-zip-safe +0 -0
  17. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Lib/pyobjc_framework_IOBluetooth.egg-info/top_level.txt +0 -0
  18. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/MANIFEST.in +0 -0
  19. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Modules/_IOBluetooth.m +0 -0
  20. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Modules/_IOBluetooth_protocols.m +0 -0
  21. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Modules/pyobjc-api.h +0 -0
  22. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/Modules/pyobjc-compat.h +0 -0
  23. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/__init__.py +0 -0
  24. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_bluetooth.py +0 -0
  25. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_bluetoothassignednumbers.py +0 -0
  26. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobLuetoothdeviceinquiry.py +0 -0
  27. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetooth.py +0 -0
  28. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothL2capchannel.py +0 -0
  29. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothdevice.py +0 -0
  30. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothdevicepair.py +0 -0
  31. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothhandsfree.py +0 -0
  32. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothhandsfreeaudiogateway.py +0 -0
  33. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothhandsfreedevice.py +0 -0
  34. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothhostcontroller.py +0 -0
  35. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothobexsession.py +0 -0
  36. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothobject.py +0 -0
  37. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothrfcommchannel.py +0 -0
  38. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothsdpdataelement.py +0 -0
  39. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothsdpserviceRecord.py +0 -0
  40. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothsdpuuid.py +0 -0
  41. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothuserlib.py +0 -0
  42. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_iobluetoothutilities.py +0 -0
  43. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_nsdictionaryobexextensions.py +0 -0
  44. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_obexbluetooth.py +0 -0
  45. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_obexfiletransferservices.py +0 -0
  46. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/PyObjCTest/test_obexsession.py +0 -0
  47. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/metadata/metadata.ini +0 -0
  48. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/metadata/raw/arm64-13.1.fwinfo +0 -0
  49. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/metadata/raw/x86_64-13.1.fwinfo +0 -0
  50. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/pyobjc_setup.py +0 -0
  51. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/pyproject.toml +0 -0
  52. {pyobjc-framework-IOBluetooth-10.1 → pyobjc_framework_iobluetooth-10.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Wed Jul 5 22:16:23 2023
3
+ # Last update: Sat May 18 09:29:56 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -830,14 +830,6 @@ 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
- ),
841
833
  "BluetoothAMPDisconnectPhysicalLinkResponseStatus": NewType(
842
834
  "BluetoothAMPDisconnectPhysicalLinkResponseStatus", int
843
835
  ),
@@ -848,18 +840,10 @@ misc.update(
848
840
  "IOBluetoothHandsFreeSMSSupport": NewType(
849
841
  "IOBluetoothHandsFreeSMSSupport", int
850
842
  ),
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
- ),
855
843
  "BluetoothHCIInquiryModes": NewType("BluetoothHCIInquiryModes", int),
856
844
  "OBEXNonceFlagValues": NewType("OBEXNonceFlagValues", int),
857
845
  "OBEXTransportEventType": NewType("OBEXTransportEventType", int),
858
846
  "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
- ),
863
847
  "BluetoothTransportTypes": NewType("BluetoothTransportTypes", int),
864
848
  "OBEXRealmValues": NewType("OBEXRealmValues", int),
865
849
  "BluetoothHCICommandOpCodeGroup": NewType(
@@ -868,23 +852,7 @@ misc.update(
868
852
  "BluetoothHCIAFHChannelAssessmentModes": NewType(
869
853
  "BluetoothHCIAFHChannelAssessmentModes", int
870
854
  ),
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
- ),
879
855
  "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
- ),
888
856
  "BluetoothL2CAPSupervisoryFuctionType": NewType(
889
857
  "BluetoothL2CAPSupervisoryFuctionType", int
890
858
  ),
@@ -902,10 +870,6 @@ misc.update(
902
870
  ),
903
871
  "BluetoothRFCOMMParityType": NewType("BluetoothRFCOMMParityType", int),
904
872
  "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
- ),
909
873
  "BluetoothHCIHoldModeActivityStates": NewType(
910
874
  "BluetoothHCIHoldModeActivityStates", int
911
875
  ),
@@ -915,26 +879,10 @@ misc.update(
915
879
  "BluetoothAuthenticationRequirementsValues": NewType(
916
880
  "BluetoothAuthenticationRequirementsValues", int
917
881
  ),
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
- ),
922
882
  "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
- ),
931
883
  "BluetoothHCITransmitReadPowerLevelTypes": NewType(
932
884
  "BluetoothHCITransmitReadPowerLevelTypes", int
933
885
  ),
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
- ),
938
886
  "BluetoothLMPVersions": NewType("BluetoothLMPVersions", int),
939
887
  "BluetoothLEConnectionInterval": NewType("BluetoothLEConnectionInterval", int),
940
888
  "BluetoothHCIAuthentionEnableModes": NewType(
@@ -963,18 +911,10 @@ misc.update(
963
911
  "BluetoothOOBDataPresenceValues", int
964
912
  ),
965
913
  "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
- ),
970
914
  "BluetoothHCIExtendedInquiryResponseDataTypes": NewType(
971
915
  "BluetoothHCIExtendedInquiryResponseDataTypes", int
972
916
  ),
973
917
  "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
- ),
978
918
  "BluetoothRFCOMMMTU": NewType("BluetoothRFCOMMMTU", int),
979
919
  "BluetoothLESecurityManagerIOCapability": NewType(
980
920
  "BluetoothLESecurityManagerIOCapability", int
@@ -982,29 +922,13 @@ misc.update(
982
922
  "BluetoothL2CAPInformationExtendedFeaturesMask": NewType(
983
923
  "BluetoothL2CAPInformationExtendedFeaturesMask", int
984
924
  ),
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
- ),
993
925
  "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
- ),
998
926
  "BluetoothIOCapabilities": NewType("BluetoothIOCapabilities", int),
999
927
  "BluetoothHCIStatus": NewType("BluetoothHCIStatus", int),
1000
928
  "BluetoothAirMode": NewType("BluetoothAirMode", int),
1001
929
  "BluetoothHCISCOFlowControlStates": NewType(
1002
930
  "BluetoothHCISCOFlowControlStates", int
1003
931
  ),
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
- ),
1008
932
  "IOBluetoothDeviceSearchTypesBits": NewType(
1009
933
  "IOBluetoothDeviceSearchTypesBits", int
1010
934
  ),
@@ -1032,72 +956,28 @@ misc.update(
1032
956
  "IOBluetoothHandsFreeDeviceFeatures": NewType(
1033
957
  "IOBluetoothHandsFreeDeviceFeatures", int
1034
958
  ),
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
- ),
1039
959
  "BluetoothKeypressNotificationType": NewType(
1040
960
  "BluetoothKeypressNotificationType", int
1041
961
  ),
1042
962
  "BluetoothHCITransmitPowerLevelType": NewType(
1043
963
  "BluetoothHCITransmitPowerLevelType", int
1044
964
  ),
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
- ),
1053
965
  "BluetoothAMPDiscoverResponseControllerStatus": NewType(
1054
966
  "BluetoothAMPDiscoverResponseControllerStatus", int
1055
967
  ),
1056
968
  "BluetoothHCIVersions": NewType("BluetoothHCIVersions", int),
1057
969
  "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
- ),
1066
970
  "IOBluetoothUserNotificationChannelDirection": NewType(
1067
971
  "IOBluetoothUserNotificationChannelDirection", int
1068
972
  ),
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
- ),
1077
973
  "BluetoothL2CAPInformationType": NewType("BluetoothL2CAPInformationType", int),
1078
974
  "BluetoothPageScanMode": NewType("BluetoothPageScanMode", int),
1079
975
  "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
- ),
1084
976
  "BluetoothHCIRetransmissionEffortTypes": NewType(
1085
977
  "BluetoothHCIRetransmissionEffortTypes", int
1086
978
  ),
1087
979
  "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
- ),
1096
980
  "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
- ),
1101
981
  "BluetoothLAP": NewType("BluetoothLAP", int),
1102
982
  "BluetoothHCIPageScanEnableStates": NewType(
1103
983
  "BluetoothHCIPageScanEnableStates", int
@@ -1107,10 +987,6 @@ misc.update(
1107
987
  "BluetoothHCIPageScanPeriodModes": NewType(
1108
988
  "BluetoothHCIPageScanPeriodModes", int
1109
989
  ),
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
- ),
1114
990
  "BluetoothHCIErroneousDataReporting": NewType(
1115
991
  "BluetoothHCIErroneousDataReporting", int
1116
992
  ),
@@ -1119,21 +995,9 @@ misc.update(
1119
995
  ),
1120
996
  "BluetoothKeyFlag": NewType("BluetoothKeyFlag", int),
1121
997
  "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
- ),
1126
998
  "BluetoothL2CAPConfigurationResult": NewType(
1127
999
  "BluetoothL2CAPConfigurationResult", int
1128
1000
  ),
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
- ),
1137
1001
  "BluetoothSDPPDUID": NewType("BluetoothSDPPDUID", int),
1138
1002
  "BluetoothLEScanDuplicateFilter": NewType(
1139
1003
  "BluetoothLEScanDuplicateFilter", int
@@ -1146,28 +1010,16 @@ misc.update(
1146
1010
  "BluetoothL2CAPSegmentationAndReassembly", int
1147
1011
  ),
1148
1012
  "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
- ),
1153
1013
  "BluetoothPacketType": NewType("BluetoothPacketType", int),
1154
1014
  "BluetoothHCIEventStatus": NewType("BluetoothHCIEventStatus", int),
1155
1015
  "BluetoothL2CAPCommandRejectReason": NewType(
1156
1016
  "BluetoothL2CAPCommandRejectReason", int
1157
1017
  ),
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
- ),
1162
1018
  "BluetoothAuthenticationRequirements": NewType(
1163
1019
  "BluetoothAuthenticationRequirements", int
1164
1020
  ),
1165
1021
  "BluetoothLEScanType": NewType("BluetoothLEScanType", int),
1166
1022
  "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
- ),
1171
1023
  "BluetoothHCIPageScanPeriodMode": NewType(
1172
1024
  "BluetoothHCIPageScanPeriodMode", int
1173
1025
  ),
@@ -1175,34 +1027,18 @@ misc.update(
1175
1027
  "BluetoothLESecurityManagerCommandCode", int
1176
1028
  ),
1177
1029
  "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
- ),
1182
1030
  "BluetoothRFCOMMLineStatus": NewType("BluetoothRFCOMMLineStatus", int),
1183
1031
  "BluetoothAllowRoleSwitch": NewType("BluetoothAllowRoleSwitch", int),
1184
1032
  "BluetoothHCISimplePairingModes": NewType(
1185
1033
  "BluetoothHCISimplePairingModes", int
1186
1034
  ),
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
- ),
1191
1035
  "BluetoothL2CAPConnectionResult": NewType(
1192
1036
  "BluetoothL2CAPConnectionResult", int
1193
1037
  ),
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
- ),
1198
1038
  "BluetoothHCIVendorCommandSelector": NewType(
1199
1039
  "BluetoothHCIVendorCommandSelector", int
1200
1040
  ),
1201
1041
  "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
- ),
1206
1042
  "BluetoothAMPCommandRejectReason": NewType(
1207
1043
  "BluetoothAMPCommandRejectReason", int
1208
1044
  ),
@@ -1218,18 +1054,10 @@ misc.update(
1218
1054
  "IOBluetoothHandsFreePDUMessageStatus": NewType(
1219
1055
  "IOBluetoothHandsFreePDUMessageStatus", int
1220
1056
  ),
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
- ),
1225
1057
  "BluetoothHCITimeoutValues": NewType("BluetoothHCITimeoutValues", int),
1226
1058
  "BluetoothHCIAFHChannelAssessmentMode": NewType(
1227
1059
  "BluetoothHCIAFHChannelAssessmentMode", int
1228
1060
  ),
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
- ),
1233
1061
  "BluetoothLESecurityManagerOOBData": NewType(
1234
1062
  "BluetoothLESecurityManagerOOBData", int
1235
1063
  ),
@@ -1246,10 +1074,6 @@ misc.update(
1246
1074
  "IOBluetoothHandsFreeAudioGatewayFeatures": NewType(
1247
1075
  "IOBluetoothHandsFreeAudioGatewayFeatures", int
1248
1076
  ),
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
- ),
1253
1077
  "SDPAttributeDeviceIdentificationRecord": NewType(
1254
1078
  "SDPAttributeDeviceIdentificationRecord", int
1255
1079
  ),
@@ -1258,18 +1082,10 @@ misc.update(
1258
1082
  "BluetoothSimplePairingDebugModes", int
1259
1083
  ),
1260
1084
  "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
- ),
1265
1085
  "BluetoothKeypressNotificationTypes": NewType(
1266
1086
  "BluetoothKeypressNotificationTypes", int
1267
1087
  ),
1268
1088
  "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
- ),
1273
1089
  "BluetoothHCIDeleteStoredLinkKeyFlags": NewType(
1274
1090
  "BluetoothHCIDeleteStoredLinkKeyFlags", int
1275
1091
  ),
@@ -1282,25 +1098,9 @@ misc.update(
1282
1098
  "BluetoothHCIAuthenticationEnable": NewType(
1283
1099
  "BluetoothHCIAuthenticationEnable", int
1284
1100
  ),
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
- ),
1293
1101
  "BluetoothHCIPageScanType": NewType("BluetoothHCIPageScanType", int),
1294
1102
  "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
- ),
1299
1103
  "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
- ),
1304
1104
  }
1305
1105
  )
1306
1106
  misc.update({})
@@ -2270,7 +2070,7 @@ try:
2270
2070
  "retval": {"type": b"v"},
2271
2071
  "arguments": {
2272
2072
  2: {"type": b"@"},
2273
- 3: {"type": b"^v", "type_modifier": "n", "c_array_length_in_arg": 4},
2073
+ 3: {"type": "^v", "type_modifier": b"n", "c_array_length_in_arg": 4},
2274
2074
  4: {"type": b"Q"},
2275
2075
  },
2276
2076
  },
@@ -2408,6 +2208,47 @@ try:
2408
2208
  )
2409
2209
  finally:
2410
2210
  objc._updatingMetadata(False)
2211
+
2212
+ objc.registerNewKeywordsFromSelector("IOBluetoothDeviceInquiry", b"initWithDelegate:")
2213
+ objc.registerNewKeywordsFromSelector(
2214
+ "IOBluetoothHandsFree", b"initWithDevice:delegate:"
2215
+ )
2216
+ objc.registerNewKeywordsFromSelector(
2217
+ "IOBluetoothHandsFreeAudioGateway", b"initWithDevice:delegate:"
2218
+ )
2219
+ objc.registerNewKeywordsFromSelector(
2220
+ "IOBluetoothHandsFreeDevice", b"initWithDevice:delegate:"
2221
+ )
2222
+ objc.registerNewKeywordsFromSelector(
2223
+ "IOBluetoothOBEXSession", b"initWithDevice:channelID:"
2224
+ )
2225
+ objc.registerNewKeywordsFromSelector(
2226
+ "IOBluetoothOBEXSession",
2227
+ b"initWithIncomingRFCOMMChannel:eventSelector:selectorTarget:refCon:",
2228
+ )
2229
+ objc.registerNewKeywordsFromSelector(
2230
+ "IOBluetoothOBEXSession", b"initWithSDPServiceRecord:"
2231
+ )
2232
+ objc.registerNewKeywordsFromSelector(
2233
+ "IOBluetoothSDPDataElement", b"initWithElementValue:"
2234
+ )
2235
+ objc.registerNewKeywordsFromSelector(
2236
+ "IOBluetoothSDPDataElement", b"initWithType:sizeDescriptor:size:value:"
2237
+ )
2238
+ objc.registerNewKeywordsFromSelector(
2239
+ "IOBluetoothSDPServiceAttribute", b"initWithID:attributeElement:"
2240
+ )
2241
+ objc.registerNewKeywordsFromSelector(
2242
+ "IOBluetoothSDPServiceAttribute", b"initWithID:attributeElementValue:"
2243
+ )
2244
+ objc.registerNewKeywordsFromSelector(
2245
+ "IOBluetoothSDPServiceRecord", b"initWithServiceDictionary:device:"
2246
+ )
2247
+ objc.registerNewKeywordsFromSelector("IOBluetoothSDPUUID", b"initWithUUID16:")
2248
+ objc.registerNewKeywordsFromSelector("IOBluetoothSDPUUID", b"initWithUUID32:")
2249
+ objc.registerNewKeywordsFromSelector(
2250
+ "OBEXFileTransferServices", b"initWithOBEXSession:"
2251
+ )
2411
2252
  protocols = {
2412
2253
  "IOBluetoothHostControllerDelegate": objc.informal_protocol(
2413
2254
  "IOBluetoothHostControllerDelegate",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-IOBluetooth
3
- Version: 10.1
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework IOBluetooth on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
33
+ Requires-Dist: pyobjc-core>=10.3
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3
35
35
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
36
36
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
37
37
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -44,6 +44,6 @@ PyObjCTest/test_obexsession.py
44
44
  metadata/IOBluetooth.fwinfo
45
45
  metadata/metadata.ini
46
46
  metadata/raw/arm64-13.1.fwinfo
47
- metadata/raw/arm64-14.0.fwinfo
47
+ metadata/raw/arm64-14.5.fwinfo
48
48
  metadata/raw/x86_64-13.1.fwinfo
49
- metadata/raw/x86_64-14.0.fwinfo
49
+ metadata/raw/x86_64-14.5.fwinfo
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=10.3
2
+ pyobjc-framework-Cocoa>=10.3
@@ -1,7 +1,7 @@
1
1
  (This is the MIT license, note that libffi-src is a separate product with its own license)
2
2
 
3
3
  Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
4
- Copyright 2003-2022 - Ronald Oussoren
4
+ Copyright 2003-2024 - Ronald Oussoren
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
7
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-IOBluetooth
3
- Version: 10.1
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework IOBluetooth on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
33
+ Requires-Dist: pyobjc-core>=10.3
34
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3
35
35
 
36
36
 
37
37
  Wrappers for the "IOBluetooth" framework on macOS.
@@ -209,7 +209,7 @@ class TestOBEX(TestCase):
209
209
  self.assertEqual(IOBluetooth.kOBEXPutFlag4Reserved, 1 << 4)
210
210
  self.assertEqual(IOBluetooth.kOBEXPutFlag5Reserved, 1 << 5)
211
211
  self.assertEqual(IOBluetooth.kOBEXPutFlag6Reserved, 1 << 6)
212
- self.assertEqual(IOBluetooth.kOBEXPutFlag7Reserved, 1 << 7),
212
+ self.assertEqual(IOBluetooth.kOBEXPutFlag7Reserved, 1 << 7)
213
213
 
214
214
  self.assertIsEnumType(IOBluetooth.OBEXNonceFlagValues)
215
215
  self.assertEqual(IOBluetooth.kOBEXNonceFlagNone, 0 << 0)
@@ -626,6 +626,13 @@
626
626
  },
627
627
  "NSObject": {
628
628
  "methods": [
629
+ {
630
+ "args": {
631
+ "1": { "type_modifier": "n", "c_array_length_in_arg": 2 }
632
+ },
633
+ "class_method": false,
634
+ "selector": "l2capChannelData:data:length:"
635
+ },
629
636
  {
630
637
  "selector": "rfcommChannelData:data:length:",
631
638
  "class_method": false,
@@ -825,17 +832,6 @@
825
832
  "selector": "openTransportConnection:selectorTarget:refCon:"
826
833
  }
827
834
  ]
828
- },
829
- "NSObject": {
830
- "methods": [
831
- {
832
- "args": {
833
- "1": { "type_modifier": "n", "c_array_length_in_arg": 2 }
834
- },
835
- "class_method": false,
836
- "selector": "l2capChannelData:data:length:"
837
- }
838
- ]
839
835
  }
840
836
  },
841
837
  "formal_protocols": {
@@ -955,8 +951,6 @@
955
951
  "IOBluetoothOBEXSessionCreateWithIncomingIOBluetoothRFCOMMChannel": {
956
952
  "ignore": true
957
953
  },
958
- "IOBluetoothOBEXSessionOpenTransportConnection": {
959
- },
960
954
  "IOBluetoothPackData": {
961
955
  "ignore": true,
962
956
  "args": {