pyobjc-framework-IOBluetooth 10.2__tar.gz → 11.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.2 → pyobjc_framework_iobluetooth-11.0}/Lib/IOBluetooth/_metadata.py +48 -205
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/Lib/pyobjc_framework_IOBluetooth.egg-info/PKG-INFO +5 -5
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/Lib/pyobjc_framework_IOBluetooth.egg-info/SOURCES.txt +5 -2
- pyobjc_framework_iobluetooth-11.0/Lib/pyobjc_framework_IOBluetooth.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_iobluetooth-11.0/Lib/pyobjc_framework_IOBluetooth.egg-info/requires.txt +2 -0
- pyobjc_framework_iobluetooth-11.0/Modules/_IOBluetooth.m +67 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/Modules/pyobjc-api.h +1 -1
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/Modules/pyobjc-compat.h +80 -5
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PKG-INFO +5 -5
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_bluetoothassignednumbers.py +4 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_obex.py +1 -1
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/metadata/IOBluetooth.fwinfo +13 -13
- pyobjc_framework_iobluetooth-11.0/metadata/raw/arm64-14.5.fwinfo +13166 -0
- pyobjc-framework-IOBluetooth-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_iobluetooth-11.0/metadata/raw/arm64-15.0.fwinfo +178 -155
- pyobjc_framework_iobluetooth-11.0/metadata/raw/x86_64-14.5.fwinfo +13166 -0
- pyobjc-framework-IOBluetooth-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_iobluetooth-11.0/metadata/raw/x86_64-15.0.fwinfo +178 -155
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/pyobjc_setup.py +121 -27
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/setup.py +1 -3
- pyobjc-framework-IOBluetooth-10.2/Lib/pyobjc_framework_IOBluetooth.egg-info/requires.txt +0 -2
- pyobjc-framework-IOBluetooth-10.2/Modules/_IOBluetooth.m +0 -36
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/Lib/IOBluetooth/__init__.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/Lib/IOBluetooth/_funcmacros.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/Lib/pyobjc_framework_IOBluetooth.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/Lib/pyobjc_framework_IOBluetooth.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/Lib/pyobjc_framework_IOBluetooth.egg-info/top_level.txt +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/License.txt +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/MANIFEST.in +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/Modules/_IOBluetooth_protocols.m +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_bluetooth.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobLuetoothdeviceinquiry.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetooth.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothL2capchannel.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothdevice.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothdevicepair.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothhandsfree.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothhandsfreeaudiogateway.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothhandsfreedevice.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothhostcontroller.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothobexsession.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothobject.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothrfcommchannel.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothsdpdataelement.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothsdpserviceRecord.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothsdpuuid.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothuserlib.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_iobluetoothutilities.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_nsdictionaryobexextensions.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_obexbluetooth.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_obexfiletransferservices.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/PyObjCTest/test_obexsession.py +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/metadata/metadata.ini +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/metadata/raw/arm64-13.1.fwinfo +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/metadata/raw/x86_64-13.1.fwinfo +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/pyproject.toml +0 -0
- {pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.0}/setup.cfg +0 -0
{pyobjc-framework-IOBluetooth-10.2 → pyobjc_framework_iobluetooth-11.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: Fri Nov 15 12:23:50 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -824,20 +824,12 @@ misc.update(
|
|
|
824
824
|
}
|
|
825
825
|
)
|
|
826
826
|
constants = """$IOBluetoothHandsFreeCallDirection$IOBluetoothHandsFreeCallIndex$IOBluetoothHandsFreeCallMode$IOBluetoothHandsFreeCallMultiparty$IOBluetoothHandsFreeCallName$IOBluetoothHandsFreeCallNumber$IOBluetoothHandsFreeCallStatus$IOBluetoothHandsFreeCallType$IOBluetoothHandsFreeIndicatorBattChg$IOBluetoothHandsFreeIndicatorCall$IOBluetoothHandsFreeIndicatorCallHeld$IOBluetoothHandsFreeIndicatorCallSetup$IOBluetoothHandsFreeIndicatorRoam$IOBluetoothHandsFreeIndicatorService$IOBluetoothHandsFreeIndicatorSignal$IOBluetoothHostControllerPoweredOffNotification$IOBluetoothHostControllerPoweredOnNotification$IOBluetoothL2CAPChannelPublishedNotification$IOBluetoothL2CAPChannelTerminatedNotification$IOBluetoothPDUEncoding$IOBluetoothPDUOriginatingAddress$IOBluetoothPDUOriginatingAddressType$IOBluetoothPDUProtocolID$IOBluetoothPDUServicCenterAddress$IOBluetoothPDUServiceCenterAddressType$IOBluetoothPDUTimestamp$IOBluetoothPDUType$IOBluetoothPDUUserData$kFTSListingNameKey$kFTSListingSizeKey$kFTSListingTypeKey$kFTSProgressBytesTotalKey$kFTSProgressBytesTransferredKey$kFTSProgressEstimatedTimeKey$kFTSProgressPercentageKey$kFTSProgressPrecentageKey$kFTSProgressTimeElapsedKey$kFTSProgressTransferRateKey$kOBEXHeaderIDKeyAppParameters$kOBEXHeaderIDKeyAuthorizationChallenge$kOBEXHeaderIDKeyAuthorizationResponse$kOBEXHeaderIDKeyBody$kOBEXHeaderIDKeyByteSequence$kOBEXHeaderIDKeyConnectionID$kOBEXHeaderIDKeyCount$kOBEXHeaderIDKeyDescription$kOBEXHeaderIDKeyEndOfBody$kOBEXHeaderIDKeyHTTP$kOBEXHeaderIDKeyLength$kOBEXHeaderIDKeyName$kOBEXHeaderIDKeyObjectClass$kOBEXHeaderIDKeyTarget$kOBEXHeaderIDKeyTime4Byte$kOBEXHeaderIDKeyTimeISO$kOBEXHeaderIDKeyType$kOBEXHeaderIDKeyUnknown1ByteQuantity$kOBEXHeaderIDKeyUnknown4ByteQuantity$kOBEXHeaderIDKeyUnknownByteSequence$kOBEXHeaderIDKeyUnknownUnicodeText$kOBEXHeaderIDKeyUserDefined$kOBEXHeaderIDKeyWho$"""
|
|
827
|
-
enums = """$BluetoothLEAddressTypePublic@0$BluetoothLEAddressTypeRandom@1$BluetoothLEAdvertisingTypeConnectableDirected@1$BluetoothLEAdvertisingTypeConnectableUndirected@0$BluetoothLEAdvertisingTypeDiscoverableUndirected@2$BluetoothLEAdvertisingTypeNonConnectableUndirected@3$BluetoothLEAdvertisingTypeScanResponse@4$BluetoothLEConnectionIntervalMax@3200$BluetoothLEConnectionIntervalMin@6$BluetoothLEScanDisable@0$BluetoothLEScanDuplicateFilterDisable@0$BluetoothLEScanDuplicateFilterEnable@1$BluetoothLEScanEnable@1$BluetoothLEScanFilterNone@0$BluetoothLEScanFilterSafelist@1$BluetoothLEScanFilterWhitelist@1$BluetoothLEScanTypeActive@1$BluetoothLEScanTypePassive@0$BluetoothRFCOMMLineStatusFramingError@3$BluetoothRFCOMMLineStatusNoError@0$BluetoothRFCOMMLineStatusOverrunError@1$BluetoothRFCOMMLineStatusParityError@2$IOBluetoothHandsFreeAudioGatewayFeatureAttachedNumberToVoiceTag@16$IOBluetoothHandsFreeAudioGatewayFeatureCodecNegotiation@512$IOBluetoothHandsFreeAudioGatewayFeatureECAndOrNRFunction@2$IOBluetoothHandsFreeAudioGatewayFeatureEnhancedCallControl@128$IOBluetoothHandsFreeAudioGatewayFeatureEnhancedCallStatus@64$IOBluetoothHandsFreeAudioGatewayFeatureExtendedErrorResultCodes@256$IOBluetoothHandsFreeAudioGatewayFeatureInBandRingTone@8$IOBluetoothHandsFreeAudioGatewayFeatureNone@0$IOBluetoothHandsFreeAudioGatewayFeatureRejectCallCapability@32$IOBluetoothHandsFreeAudioGatewayFeatureThreeWayCalling@1$IOBluetoothHandsFreeAudioGatewayFeatureVoiceRecognition@4$IOBluetoothHandsFreeCallHoldMode0@1$IOBluetoothHandsFreeCallHoldMode1@2$IOBluetoothHandsFreeCallHoldMode1idx@4$IOBluetoothHandsFreeCallHoldMode2@8$IOBluetoothHandsFreeCallHoldMode2idx@16$IOBluetoothHandsFreeCallHoldMode3@32$IOBluetoothHandsFreeCallHoldMode4@64$IOBluetoothHandsFreeCodecIDAACELD@128$IOBluetoothHandsFreeCodecIDCVSD@1$IOBluetoothHandsFreeCodecIDmSBC@2$IOBluetoothHandsFreeDeviceFeatureCLIPresentation@4$IOBluetoothHandsFreeDeviceFeatureCodecNegotiation@128$IOBluetoothHandsFreeDeviceFeatureECAndOrNRFunction@1$IOBluetoothHandsFreeDeviceFeatureEnhancedCallControl@64$IOBluetoothHandsFreeDeviceFeatureEnhancedCallStatus@32$IOBluetoothHandsFreeDeviceFeatureNone@0$IOBluetoothHandsFreeDeviceFeatureRemoteVolumeControl@16$IOBluetoothHandsFreeDeviceFeatureThreeWayCalling@2$IOBluetoothHandsFreeDeviceFeatureVoiceRecognition@8$IOBluetoothHandsFreeManufactureSpecificSMSSupport@4$IOBluetoothHandsFreePDUStatusAll@4$IOBluetoothHandsFreePDUStatusRecRead@1$IOBluetoothHandsFreePDUStatusRecUnread@0$IOBluetoothHandsFreePDUStatusStoSent@3$IOBluetoothHandsFreePDUStatusStoUnsent@2$IOBluetoothHandsFreePhase2SMSSupport@1$IOBluetoothHandsFreePhase2pSMSSupport@2$IOBluetoothSMSModePDU@0$IOBluetoothSMSModeText@1$KBluetoothExtendedFeatureSecureConnectionsHostMode@8$kAFHChannelAssessmentModeDisabled@0$kAFHChannelAssessmentModeEnabled@1$kAuthenticationDisabled@0$kAuthenticationEnabled@1$kBluetoothACLConnection@1$kBluetoothACLLogicalChannelL2CAPContinue@1$kBluetoothACLLogicalChannelL2CAPStart@2$kBluetoothACLLogicalChannelLMP@3$kBluetoothACLLogicalChannelReserved@0$kBluetoothAMPManagerCodeAMPChangeNotify@4$kBluetoothAMPManagerCodeAMPChangeResponse@5$kBluetoothAMPManagerCodeAMPCommandReject@1$kBluetoothAMPManagerCodeAMPCreatePhysicalLinkRequest@10$kBluetoothAMPManagerCodeAMPCreatePhysicalLinkResponse@11$kBluetoothAMPManagerCodeAMPDisconnectPhysicalLinkRequest@12$kBluetoothAMPManagerCodeAMPDisconnectPhysicalLinkResponse@13$kBluetoothAMPManagerCodeAMPDiscoverRequest@2$kBluetoothAMPManagerCodeAMPDiscoverResponse@3$kBluetoothAMPManagerCodeAMPGetAssocRequest@8$kBluetoothAMPManagerCodeAMPGetAssocResponse@9$kBluetoothAMPManagerCodeAMPGetInfoRequest@6$kBluetoothAMPManagerCodeAMPGetInfoResponse@7$kBluetoothAMPManagerCodeReserved@0$kBluetoothAMPManagerCommandRejectReasonCommandNotRecognized@0$kBluetoothAMPManagerCreatePhysicalLinkResponseAMPDisconnectedPhysicalLinkRequestReceived@4$kBluetoothAMPManagerCreatePhysicalLinkResponseCollisionOccurred@3$kBluetoothAMPManagerCreatePhysicalLinkResponseInvalidControllerID@1$kBluetoothAMPManagerCreatePhysicalLinkResponsePhysicalLinkAlreadyExists@5$kBluetoothAMPManagerCreatePhysicalLinkResponseSecurityViolation@6$kBluetoothAMPManagerCreatePhysicalLinkResponseSuccess@0$kBluetoothAMPManagerCreatePhysicalLinkResponseUnableToStartLinkCreation@2$kBluetoothAMPManagerDisconnectPhysicalLinkResponseInvalidControllerID@1$kBluetoothAMPManagerDisconnectPhysicalLinkResponseNoPhysicalLink@2$kBluetoothAMPManagerDisconnectPhysicalLinkResponseSuccess@0$kBluetoothAMPManagerDiscoverResponseControllerStatusBluetoothOnly@1$kBluetoothAMPManagerDiscoverResponseControllerStatusFullCapacity@6$kBluetoothAMPManagerDiscoverResponseControllerStatusHighCapacity@5$kBluetoothAMPManagerDiscoverResponseControllerStatusLowCapacity@3$kBluetoothAMPManagerDiscoverResponseControllerStatusMediumCapacity@4$kBluetoothAMPManagerDiscoverResponseControllerStatusNoCapacity@2$kBluetoothAMPManagerDiscoverResponseControllerStatusPoweredDown@0$kBluetoothAMPManagerGetAssocResponseInvalidControllerID@1$kBluetoothAMPManagerGetAssocResponseSuccess@0$kBluetoothAMPManagerGetInfoResponseInvalidControllerID@1$kBluetoothAMPManagerGetInfoResponseSuccess@0$kBluetoothAirModeALawLog@1$kBluetoothAirModeCVSD@2$kBluetoothAirModeTransparentData@3$kBluetoothAirModeULawLog@0$kBluetoothAllowRoleSwitch@1$kBluetoothAuthenticationRequirementsMITMProtectionNotRequired@0$kBluetoothAuthenticationRequirementsMITMProtectionNotRequiredDedicatedBonding@2$kBluetoothAuthenticationRequirementsMITMProtectionNotRequiredGeneralBonding@4$kBluetoothAuthenticationRequirementsMITMProtectionNotRequiredNoBonding@0$kBluetoothAuthenticationRequirementsMITMProtectionRequired@1$kBluetoothAuthenticationRequirementsMITMProtectionRequiredDedicatedBonding@3$kBluetoothAuthenticationRequirementsMITMProtectionRequiredGeneralBonding@5$kBluetoothAuthenticationRequirementsMITMProtectionRequiredNoBonding@1$kBluetoothCapabilityTypeDisplayOnly@0$kBluetoothCapabilityTypeDisplayYesNo@1$kBluetoothCapabilityTypeKeyboardOnly@2$kBluetoothCapabilityTypeNoInputNoOutput@3$kBluetoothCompanyIdentifer3Com@5$kBluetoothCompanyIdentifer3DSP@73$kBluetoothCompanyIdentifer3DiJoy@84$kBluetoothCompanyIdentifer9SolutionsOy@102$kBluetoothCompanyIdentiferAAMPofAmerica@190$kBluetoothCompanyIdentiferAAndDEngineering@105$kBluetoothCompanyIdentiferAAndRCambridge@124$kBluetoothCompanyIdentiferACTSTechnologies@232$kBluetoothCompanyIdentiferAMICCOMElectronics@192$kBluetoothCompanyIdentiferAPT@79$kBluetoothCompanyIdentiferARCHOS@207$kBluetoothCompanyIdentiferARPDevicesUnlimited@168$kBluetoothCompanyIdentiferAVMBerlin@31$kBluetoothCompanyIdentiferAboveAverageOutcomes@238$kBluetoothCompanyIdentiferAccelSemiconductor@74$kBluetoothCompanyIdentiferAceSensor@188$kBluetoothCompanyIdentiferAceUni@248$kBluetoothCompanyIdentiferAdidas@195$kBluetoothCompanyIdentiferAdvancedPANMOBILSystems@145$kBluetoothCompanyIdentiferAirohaTechnology@148$kBluetoothCompanyIdentiferAlcatel@36$kBluetoothCompanyIdentiferAlpwise@154$kBluetoothCompanyIdentiferAplix@189$kBluetoothCompanyIdentiferApple@76$kBluetoothCompanyIdentiferAtherosCommunications@69$kBluetoothCompanyIdentiferAtmel@19$kBluetoothCompanyIdentiferAustcoCommunicationsSystems@213$kBluetoothCompanyIdentiferAutonetMobile@127$kBluetoothCompanyIdentiferAvagoTechnologies@78$kBluetoothCompanyIdentiferBDETechnology@180$kBluetoothCompanyIdentiferBandXIInternational@100$kBluetoothCompanyIdentiferBandspeed@32$kBluetoothCompanyIdentiferBangAndOlufson@259$kBluetoothCompanyIdentiferBeatsElectronics@204$kBluetoothCompanyIdentiferBeautifulEnterprise@108$kBluetoothCompanyIdentiferBekey@178$kBluetoothCompanyIdentiferBelkinInternational@92$kBluetoothCompanyIdentiferBinauricSE@203$kBluetoothCompanyIdentiferBioResearchAssociates@236$kBluetoothCompanyIdentiferBiosentronics@219$kBluetoothCompanyIdentiferBitsplitters@239$kBluetoothCompanyIdentiferBlueRadios@133$kBluetoothCompanyIdentiferBluegiga@71$kBluetoothCompanyIdentiferBluetoothSIG@63$kBluetoothCompanyIdentiferBose@158$kBluetoothCompanyIdentiferBriarTek@109$kBluetoothCompanyIdentiferBroadcom@15$kBluetoothCompanyIdentiferCATC@52$kBluetoothCompanyIdentiferCONWISETechnology@66$kBluetoothCompanyIdentiferCTechnologies@38$kBluetoothCompanyIdentiferCaenRFID@170$kBluetoothCompanyIdentiferCambridgeSiliconRadio@10$kBluetoothCompanyIdentiferCinetix@175$kBluetoothCompanyIdentiferClarinoxTechnologies@179$kBluetoothCompanyIdentiferColorfy@156$kBluetoothCompanyIdentiferCommil@51$kBluetoothCompanyIdentiferConexantSystems@28$kBluetoothCompanyIdentiferConnectBlueAB@113$kBluetoothCompanyIdentiferConnecteDevice@151$kBluetoothCompanyIdentiferContinentialAutomotiveSystems@75$kBluetoothCompanyIdentiferCreativeTechnology@118$kBluetoothCompanyIdentiferCrystalCode@250$kBluetoothCompanyIdentiferDanlers@225$kBluetoothCompanyIdentiferDeLormePublishingCompany@128$kBluetoothCompanyIdentiferDelphi@252$kBluetoothCompanyIdentiferDexcom@208$kBluetoothCompanyIdentiferDialogSemiconductor@210$kBluetoothCompanyIdentiferDigianswerAS@12$kBluetoothCompanyIdentiferEMMicroElectronicMarin@90$kBluetoothCompanyIdentiferEclipse@53$kBluetoothCompanyIdentiferEcotest@136$kBluetoothCompanyIdentiferEdenSoftwareConsultants@229$kBluetoothCompanyIdentiferElcometer@246$kBluetoothCompanyIdentiferElgatoSystems@206$kBluetoothCompanyIdentiferEquinux@134$kBluetoothCompanyIdentiferEricssonTechnologyLicensing@0$kBluetoothCompanyIdentiferEvluma@201$kBluetoothCompanyIdentiferFree2Move@83$kBluetoothCompanyIdentiferFreshtemp@230$kBluetoothCompanyIdentiferFuGoo@257$kBluetoothCompanyIdentiferFunaiElectric@144$kBluetoothCompanyIdentiferGCTSemiconductor@45$kBluetoothCompanyIdentiferGNNetcom@103$kBluetoothCompanyIdentiferGNResound@137$kBluetoothCompanyIdentiferGarminInternational@135$kBluetoothCompanyIdentiferGeLo@200$kBluetoothCompanyIdentiferGeneq@194$kBluetoothCompanyIdentiferGeneralMotors@104$kBluetoothCompanyIdentiferGennum@59$kBluetoothCompanyIdentiferGeoforce@157$kBluetoothCompanyIdentiferGibsonGuitars@98$kBluetoothCompanyIdentiferGimbal@140$kBluetoothCompanyIdentiferGoogle@224$kBluetoothCompanyIdentiferGreenThrottleGames@172$kBluetoothCompanyIdentiferGroupSense@115$kBluetoothCompanyIdentiferHanlynnTechnologies@123$kBluetoothCompanyIdentiferHarmonInternational@87$kBluetoothCompanyIdentiferHewlettPackard@101$kBluetoothCompanyIdentiferHitachi@41$kBluetoothCompanyIdentiferHosiden@221$kBluetoothCompanyIdentiferIBM@3$kBluetoothCompanyIdentiferIPextreme@61$kBluetoothCompanyIdentiferITechDynamicGlobalDistribution@153$kBluetoothCompanyIdentiferInMusicBrands@227$kBluetoothCompanyIdentiferInfineonTechnologiesAG@9$kBluetoothCompanyIdentiferIngenieurSystemgruppeZahn@171$kBluetoothCompanyIdentiferInnovativeYachtterSolutions@262$kBluetoothCompanyIdentiferIntegratedSiliconSolution@65$kBluetoothCompanyIdentiferIntegratedSystemSolution@57$kBluetoothCompanyIdentiferIntel@2$kBluetoothCompanyIdentiferInteropIdentifier@65535$kBluetoothCompanyIdentiferInventel@30$kBluetoothCompanyIdentiferJandM@82$kBluetoothCompanyIdentiferJawbone@138$kBluetoothCompanyIdentiferJiangsuToppowerAutomotiveElectronics@155$kBluetoothCompanyIdentiferJohnsonControls@185$kBluetoothCompanyIdentiferJollyLogic@237$kBluetoothCompanyIdentiferKCTechnology@22$kBluetoothCompanyIdentiferKOUKAMM@251$kBluetoothCompanyIdentiferKSTechnologies@231$kBluetoothCompanyIdentiferKawantech@212$kBluetoothCompanyIdentiferKeiser@258$kBluetoothCompanyIdentiferKensingtonComputerProductsGroup@160$kBluetoothCompanyIdentiferKentDisplays@243$kBluetoothCompanyIdentiferLGElectronics@196$kBluetoothCompanyIdentiferLSResearch@228$kBluetoothCompanyIdentiferLairdTechnologies@119$kBluetoothCompanyIdentiferLessWire@121$kBluetoothCompanyIdentiferLinak@164$kBluetoothCompanyIdentiferLucent@7$kBluetoothCompanyIdentiferLudusHelsinki@132$kBluetoothCompanyIdentiferMC10@202$kBluetoothCompanyIdentiferMStarTechnologies@122$kBluetoothCompanyIdentiferMacronixInternational@44$kBluetoothCompanyIdentiferMagnetiMarelli@169$kBluetoothCompanyIdentiferMansella@33$kBluetoothCompanyIdentiferMarvellTechnologyGroup@72$kBluetoothCompanyIdentiferMatsushitaElectricIndustrial@58$kBluetoothCompanyIdentiferMediaTek@70$kBluetoothCompanyIdentiferMesoInternational@182$kBluetoothCompanyIdentiferMetaWatch@163$kBluetoothCompanyIdentiferMewTelTechnology@47$kBluetoothCompanyIdentiferMiCommand@99$kBluetoothCompanyIdentiferMicrochipTechnology@205$kBluetoothCompanyIdentiferMicrosoft@6$kBluetoothCompanyIdentiferMindTree@106$kBluetoothCompanyIdentiferMisfitWearables@223$kBluetoothCompanyIdentiferMistubishiElectric@20$kBluetoothCompanyIdentiferMitelSemiconductor@16$kBluetoothCompanyIdentiferMobilian@55$kBluetoothCompanyIdentiferMonster@112$kBluetoothCompanyIdentiferMorseProject@242$kBluetoothCompanyIdentiferMotorola@8$kBluetoothCompanyIdentiferMusik@222$kBluetoothCompanyIdentiferNEC@34$kBluetoothCompanyIdentiferNECLightning@149$kBluetoothCompanyIdentiferNautilus@244$kBluetoothCompanyIdentiferNewlogic@23$kBluetoothCompanyIdentiferNielsenKellerman@234$kBluetoothCompanyIdentiferNike@120$kBluetoothCompanyIdentiferNokiaMobilePhones@1$kBluetoothCompanyIdentiferNordicSemiconductor@89$kBluetoothCompanyIdentiferNorwoodSystems@46$kBluetoothCompanyIdentiferODMTechnology@150$kBluetoothCompanyIdentiferOTLDynamics@165$kBluetoothCompanyIdentiferOmegawave@174$kBluetoothCompanyIdentiferOnsetComputer@197$kBluetoothCompanyIdentiferOpenInterface@39$kBluetoothCompanyIdentiferPLUSLocationSystems@260$kBluetoothCompanyIdentiferPandaOcean@166$kBluetoothCompanyIdentiferParrotSA@67$kBluetoothCompanyIdentiferParthusTechnologies@14$kBluetoothCompanyIdentiferPassifSemiconductor@176$kBluetoothCompanyIdentiferPayPal@240$kBluetoothCompanyIdentiferPeterSystemtechnik@173$kBluetoothCompanyIdentiferPhilipsSemiconductor@37$kBluetoothCompanyIdentiferPlantronics@85$kBluetoothCompanyIdentiferPolarElectroEurope@209$kBluetoothCompanyIdentiferPolarElectroOY@107$kBluetoothCompanyIdentiferProctorAndGamble@220$kBluetoothCompanyIdentiferQualcomm@29$kBluetoothCompanyIdentiferQualcommConnectedExperiences@216$kBluetoothCompanyIdentiferQualcommInnovationCenter@184$kBluetoothCompanyIdentiferQualcommTechnologies@215$kBluetoothCompanyIdentiferQuintic@142$kBluetoothCompanyIdentiferQuupa@199$kBluetoothCompanyIdentiferRDAMicroelectronics@97$kBluetoothCompanyIdentiferRFCMicroDevices@40$kBluetoothCompanyIdentiferRTXTelecom@21$kBluetoothCompanyIdentiferRalinkTechnology@91$kBluetoothCompanyIdentiferRealtekSemiconductor@93$kBluetoothCompanyIdentiferRedMCommunications@50$kBluetoothCompanyIdentiferRenesasTechnology@54$kBluetoothCompanyIdentiferResearchInMotion@60$kBluetoothCompanyIdentiferRivieraWaves@96$kBluetoothCompanyIdentiferRohdeandSchwarz@25$kBluetoothCompanyIdentiferSPowerElectronics@187$kBluetoothCompanyIdentiferSRMedizinelektronik@161$kBluetoothCompanyIdentiferSTMicroelectronics@48$kBluetoothCompanyIdentiferSamsungElectronics@117$kBluetoothCompanyIdentiferSarisCyclingGroup@177$kBluetoothCompanyIdentiferSeersTechnology@125$kBluetoothCompanyIdentiferSeikoEpson@64$kBluetoothCompanyIdentiferSelflyBV@198$kBluetoothCompanyIdentiferSemilink@226$kBluetoothCompanyIdentiferSennheiserCommunications@130$kBluetoothCompanyIdentiferServerTechnology@235$kBluetoothCompanyIdentiferShangHaiSuperSmartElectronics@114$kBluetoothCompanyIdentiferShenzhenExcelsecuDataTechnology@193$kBluetoothCompanyIdentiferSiRFTechnology@80$kBluetoothCompanyIdentiferSigniaTechnologies@27$kBluetoothCompanyIdentiferSiliconWave@11$kBluetoothCompanyIdentiferSmartifier@245$kBluetoothCompanyIdentiferSocketCommunications@68$kBluetoothCompanyIdentiferSonyEricssonMobileCommunications@86$kBluetoothCompanyIdentiferSoundID@111$kBluetoothCompanyIdentiferSportsTrackingTechnologies@126$kBluetoothCompanyIdentiferStaccatoCommunications@77$kBluetoothCompanyIdentiferStalmartTechnology@191$kBluetoothCompanyIdentiferStanleyBlackAndDecker@254$kBluetoothCompanyIdentiferStarkeyLaboratories@186$kBluetoothCompanyIdentiferStickNFind@249$kBluetoothCompanyIdentiferStonestreetOne@94$kBluetoothCompanyIdentiferSummitDataCommunications@110$kBluetoothCompanyIdentiferSuuntoOy@159$kBluetoothCompanyIdentiferSwirlNetworks@181$kBluetoothCompanyIdentiferSymbolTechnologies@42$kBluetoothCompanyIdentiferSynopsys@49$kBluetoothCompanyIdentiferSystemsAndChips@62$kBluetoothCompanyIdentiferTTPCom@26$kBluetoothCompanyIdentiferTZeroTechnologies@81$kBluetoothCompanyIdentiferTaixingbangTechnology@211$kBluetoothCompanyIdentiferTelitWirelessSolutions@143$kBluetoothCompanyIdentiferTenovis@43$kBluetoothCompanyIdentiferTerax@56$kBluetoothCompanyIdentiferTexasInstruments@13$kBluetoothCompanyIdentiferThinkOptics@146$kBluetoothCompanyIdentiferTimeKeepingSystems@131$kBluetoothCompanyIdentiferTimexGroup@214$kBluetoothCompanyIdentiferTomTomInternational@256$kBluetoothCompanyIdentiferTopconPositioningSystems@139$kBluetoothCompanyIdentiferToshiba@4$kBluetoothCompanyIdentiferTransilica@24$kBluetoothCompanyIdentiferTreLab@183$kBluetoothCompanyIdentiferTypeProducts@255$kBluetoothCompanyIdentiferUbiquitousComputingTechnology@261$kBluetoothCompanyIdentiferUniversalElectriconics@147$kBluetoothCompanyIdentiferVSNTechnologies@247$kBluetoothCompanyIdentiferValenceTech@253$kBluetoothCompanyIdentiferVertu@162$kBluetoothCompanyIdentiferVisio@88$kBluetoothCompanyIdentiferVisteon@167$kBluetoothCompanyIdentiferVoyetraTurtleBeach@217$kBluetoothCompanyIdentiferVtrackSystems@233$kBluetoothCompanyIdentiferWavePlusTechnology@35$kBluetoothCompanyIdentiferWicentric@95$kBluetoothCompanyIdentiferWidcomm@17$kBluetoothCompanyIdentiferWilliamDemantHolding@263$kBluetoothCompanyIdentiferWitronTechnology@241$kBluetoothCompanyIdentiferWuXiVimicro@129$kBluetoothCompanyIdentiferZeevo@18$kBluetoothCompanyIdentiferZero1TV@152$kBluetoothCompanyIdentiferZomm@116$kBluetoothCompanyIdentiferZscanSoftware@141$kBluetoothCompanyIdentifertxtrGMBH@218$kBluetoothConnectionHandleNone@65535$kBluetoothDeviceClassMajorAny@707406378$kBluetoothDeviceClassMajorAudio@4$kBluetoothDeviceClassMajorComputer@1$kBluetoothDeviceClassMajorHealth@9$kBluetoothDeviceClassMajorImaging@6$kBluetoothDeviceClassMajorLANAccessPoint@3$kBluetoothDeviceClassMajorMiscellaneous@0$kBluetoothDeviceClassMajorNone@1852796517$kBluetoothDeviceClassMajorPeripheral@5$kBluetoothDeviceClassMajorPhone@2$kBluetoothDeviceClassMajorToy@8$kBluetoothDeviceClassMajorUnclassified@31$kBluetoothDeviceClassMajorWearable@7$kBluetoothDeviceClassMinorAny@707406378$kBluetoothDeviceClassMinorAudioCamcorder@13$kBluetoothDeviceClassMinorAudioCar@8$kBluetoothDeviceClassMinorAudioGamingToy@18$kBluetoothDeviceClassMinorAudioHandsFree@2$kBluetoothDeviceClassMinorAudioHeadphones@6$kBluetoothDeviceClassMinorAudioHeadset@1$kBluetoothDeviceClassMinorAudioHiFi@10$kBluetoothDeviceClassMinorAudioLoudspeaker@5$kBluetoothDeviceClassMinorAudioMicrophone@4$kBluetoothDeviceClassMinorAudioPortable@7$kBluetoothDeviceClassMinorAudioReserved1@3$kBluetoothDeviceClassMinorAudioReserved2@17$kBluetoothDeviceClassMinorAudioSetTopBox@9$kBluetoothDeviceClassMinorAudioUnclassified@0$kBluetoothDeviceClassMinorAudioVCR@11$kBluetoothDeviceClassMinorAudioVideoCamera@12$kBluetoothDeviceClassMinorAudioVideoConferencing@16$kBluetoothDeviceClassMinorAudioVideoDisplayAndLoudspeaker@15$kBluetoothDeviceClassMinorAudioVideoMonitor@14$kBluetoothDeviceClassMinorComputerDesktopWorkstation@1$kBluetoothDeviceClassMinorComputerHandheld@4$kBluetoothDeviceClassMinorComputerLaptop@3$kBluetoothDeviceClassMinorComputerPalmSized@5$kBluetoothDeviceClassMinorComputerServer@2$kBluetoothDeviceClassMinorComputerUnclassified@0$kBluetoothDeviceClassMinorComputerWearable@6$kBluetoothDeviceClassMinorHealthBloodPressureMonitor@1$kBluetoothDeviceClassMinorHealthDataDisplay@7$kBluetoothDeviceClassMinorHealthGlucoseMeter@4$kBluetoothDeviceClassMinorHealthHeartRateMonitor@6$kBluetoothDeviceClassMinorHealthPulseOximeter@5$kBluetoothDeviceClassMinorHealthScale@3$kBluetoothDeviceClassMinorHealthThermometer@2$kBluetoothDeviceClassMinorHealthUndefined@0$kBluetoothDeviceClassMinorImaging1Camera@8$kBluetoothDeviceClassMinorImaging1Display@4$kBluetoothDeviceClassMinorImaging1Printer@32$kBluetoothDeviceClassMinorImaging1Scanner@16$kBluetoothDeviceClassMinorImaging2Unclassified@0$kBluetoothDeviceClassMinorNone@1852796517$kBluetoothDeviceClassMinorPeripheral1Combo@48$kBluetoothDeviceClassMinorPeripheral1Keyboard@16$kBluetoothDeviceClassMinorPeripheral1Pointing@32$kBluetoothDeviceClassMinorPeripheral2AnyPointing@1886349678$kBluetoothDeviceClassMinorPeripheral2CardReader@6$kBluetoothDeviceClassMinorPeripheral2DigitalPen@7$kBluetoothDeviceClassMinorPeripheral2DigitizerTablet@5$kBluetoothDeviceClassMinorPeripheral2Gamepad@2$kBluetoothDeviceClassMinorPeripheral2GesturalInputDevice@9$kBluetoothDeviceClassMinorPeripheral2HandheldScanner@8$kBluetoothDeviceClassMinorPeripheral2Joystick@1$kBluetoothDeviceClassMinorPeripheral2RemoteControl@3$kBluetoothDeviceClassMinorPeripheral2SensingDevice@4$kBluetoothDeviceClassMinorPeripheral2Unclassified@0$kBluetoothDeviceClassMinorPhoneCellular@1$kBluetoothDeviceClassMinorPhoneCommonISDNAccess@5$kBluetoothDeviceClassMinorPhoneCordless@2$kBluetoothDeviceClassMinorPhoneSmartPhone@3$kBluetoothDeviceClassMinorPhoneUnclassified@0$kBluetoothDeviceClassMinorPhoneWiredModemOrVoiceGateway@4$kBluetoothDeviceClassMinorToyController@4$kBluetoothDeviceClassMinorToyDollActionFigure@3$kBluetoothDeviceClassMinorToyGame@5$kBluetoothDeviceClassMinorToyRobot@1$kBluetoothDeviceClassMinorToyVehicle@2$kBluetoothDeviceClassMinorWearableGlasses@5$kBluetoothDeviceClassMinorWearableHelmet@4$kBluetoothDeviceClassMinorWearableJacket@3$kBluetoothDeviceClassMinorWearablePager@2$kBluetoothDeviceClassMinorWearableWristWatch@1$kBluetoothDeviceNameMaxLength@248$kBluetoothDontAllowRoleSwitch@0$kBluetoothESCOConnection@2$kBluetoothEncryptionEnableBREDRAESCCM@2$kBluetoothEncryptionEnableBREDRE0@1$kBluetoothEncryptionEnableLEAESCCM@1$kBluetoothEncryptionEnableOff@0$kBluetoothEncryptionEnableOn@1$kBluetoothExtendedFeatureLEAndBREDRToSameDeviceHostMode@4$kBluetoothExtendedFeatureLESupportedHostMode@2$kBluetoothExtendedFeaturePing@2$kBluetoothExtendedFeatureReserved@4$kBluetoothExtendedFeatureSecureConnectionsControllerSupport@1$kBluetoothExtendedFeatureSimpleSecurePairingHostMode@1$kBluetoothExtendedFeatureSlotAvailabilityMask@16$kBluetoothExtendedFeatureTrainNudging@8$kBluetoothFeature3SlotEnhancedDataRateACLPackets@128$kBluetoothFeature3SlotEnhancedDataRateeSCOPackets@128$kBluetoothFeature5SlotEnhancedDataRateACLPackets@1$kBluetoothFeatureAFHCapableMaster@8$kBluetoothFeatureAFHCapablePeripheral@8$kBluetoothFeatureAFHCapableSlave@8$kBluetoothFeatureAFHClassificationMaster@16$kBluetoothFeatureAFHClassificationPeripheral@16$kBluetoothFeatureAFHClassificationSlave@16$kBluetoothFeatureALawLog@128$kBluetoothFeatureAbsenceMasks@4$kBluetoothFeatureAliasAuhentication@32$kBluetoothFeatureBroadcastEncryption@128$kBluetoothFeatureCVSD@1$kBluetoothFeatureChannelQuality@4$kBluetoothFeatureEV4Packets@1$kBluetoothFeatureEV5Packets@2$kBluetoothFeatureEncapsulatedPDU@16$kBluetoothFeatureEncryption@4$kBluetoothFeatureEnhancedDataRateACL2MbpsMode@2$kBluetoothFeatureEnhancedDataRateACL3MbpsMode@4$kBluetoothFeatureEnhancedDataRateeSCO2MbpsMode@32$kBluetoothFeatureEnhancedDataRateeSCO3MbpsMode@64$kBluetoothFeatureEnhancedInquiryScan@8$kBluetoothFeatureErroneousDataReporting@32$kBluetoothFeatureExtendedFeatures@128$kBluetoothFeatureExtendedInquiryResponse@1$kBluetoothFeatureExtendedSCOLink@128$kBluetoothFeatureFiveSlotPackets@2$kBluetoothFeatureFlowControlLagBit0@16$kBluetoothFeatureFlowControlLagBit1@32$kBluetoothFeatureFlowControlLagBit2@64$kBluetoothFeatureHV2Packets@16$kBluetoothFeatureHV3Packets@32$kBluetoothFeatureHoldMode@64$kBluetoothFeatureInquiryTransmissionPowerLevel@2$kBluetoothFeatureInterlacedInquiryScan@16$kBluetoothFeatureInterlacedPageScan@32$kBluetoothFeatureLESupportedController@64$kBluetoothFeatureLinkSupervisionTimeoutChangedEvent@1$kBluetoothFeatureNonFlushablePacketBoundaryFlag@64$kBluetoothFeaturePagingScheme@2$kBluetoothFeatureParkMode@1$kBluetoothFeaturePauseEncryption@4$kBluetoothFeaturePowerControl@4$kBluetoothFeaturePowerControlRequests@2$kBluetoothFeatureRSSI@2$kBluetoothFeatureRSSIWithInquiryResult@64$kBluetoothFeatureSCOLink@8$kBluetoothFeatureScatterMode@1$kBluetoothFeatureSecureSimplePairing@8$kBluetoothFeatureSlotOffset@8$kBluetoothFeatureSniffMode@128$kBluetoothFeatureSniffSubrating@2$kBluetoothFeatureSwitchRoles@32$kBluetoothFeatureThreeSlotPackets@1$kBluetoothFeatureTimingAccuracy@16$kBluetoothFeatureTransparentSCOData@8$kBluetoothFeatureULawLog@64$kBluetoothGAPAppearanceGenericBarcodeScanner@704$kBluetoothGAPAppearanceGenericBloodPressure@896$kBluetoothGAPAppearanceGenericClock@256$kBluetoothGAPAppearanceGenericComputer@128$kBluetoothGAPAppearanceGenericCycling@1152$kBluetoothGAPAppearanceGenericDisplay@320$kBluetoothGAPAppearanceGenericEyeGlasses@448$kBluetoothGAPAppearanceGenericGlucoseMeter@1024$kBluetoothGAPAppearanceGenericHeartrateSensor@832$kBluetoothGAPAppearanceGenericHumanInterfaceDevice@960$kBluetoothGAPAppearanceGenericKeyring@576$kBluetoothGAPAppearanceGenericMediaPlayer@640$kBluetoothGAPAppearanceGenericPhone@64$kBluetoothGAPAppearanceGenericRemoteControl@384$kBluetoothGAPAppearanceGenericRunningWalkingSensor@1088$kBluetoothGAPAppearanceGenericTag@512$kBluetoothGAPAppearanceGenericThermometer@768$kBluetoothGAPAppearanceGenericWatch@192$kBluetoothGAPAppearanceHumanInterfaceDeviceBarcodeScanner@968$kBluetoothGAPAppearanceHumanInterfaceDeviceCardReader@966$kBluetoothGAPAppearanceHumanInterfaceDeviceDigitalPen@967$kBluetoothGAPAppearanceHumanInterfaceDeviceDigitizerTablet@965$kBluetoothGAPAppearanceHumanInterfaceDeviceGamepad@964$kBluetoothGAPAppearanceHumanInterfaceDeviceJoystick@963$kBluetoothGAPAppearanceHumanInterfaceDeviceKeyboard@961$kBluetoothGAPAppearanceHumanInterfaceDeviceMouse@962$kBluetoothGAPAppearanceUnknown@0$kBluetoothGeneralInquiryAccessCodeIndex@0$kBluetoothGeneralInquiryAccessCodeLAPValue@10390323$kBluetoothHCICentralRole@0$kBluetoothHCICommandAMPTest@9$kBluetoothHCICommandAMPTestEnd@8$kBluetoothHCICommandAcceptConnectionRequest@9$kBluetoothHCICommandAcceptSniffRequest@49$kBluetoothHCICommandAcceptSynchronousConnectionRequest@41$kBluetoothHCICommandAddSCOConnection@7$kBluetoothHCICommandAuthenticationRequested@17$kBluetoothHCICommandChangeConnectionLinkKey@21$kBluetoothHCICommandChangeConnectionPacketType@15$kBluetoothHCICommandChangeLocalName@19$kBluetoothHCICommandCreateConnection@5$kBluetoothHCICommandCreateConnectionCancel@8$kBluetoothHCICommandCreateNewUnitKey@11$kBluetoothHCICommandDeleteReservedLTADDR@117$kBluetoothHCICommandDeleteStoredLinkKey@18$kBluetoothHCICommandDisconnect@6$kBluetoothHCICommandEnableAMPReceiverReports@7$kBluetoothHCICommandEnableDeviceUnderTestMode@3$kBluetoothHCICommandEnhancedAcceptSynchronousConnectionRequest@62$kBluetoothHCICommandEnhancedFlush@95$kBluetoothHCICommandEnhancedSetupSynchronousConnection@61$kBluetoothHCICommandExitParkMode@6$kBluetoothHCICommandExitPeriodicInquiryMode@4$kBluetoothHCICommandExitSniffMode@4$kBluetoothHCICommandFlowSpecification@16$kBluetoothHCICommandFlush@8$kBluetoothHCICommandGetLinkQuality@3$kBluetoothHCICommandGetMWSTransportLayerConfiguration@12$kBluetoothHCICommandGroupHostController@3$kBluetoothHCICommandGroupInformational@4$kBluetoothHCICommandGroupLinkControl@1$kBluetoothHCICommandGroupLinkPolicy@2$kBluetoothHCICommandGroupLogoTesting@62$kBluetoothHCICommandGroupLowEnergy@8$kBluetoothHCICommandGroupMax@64$kBluetoothHCICommandGroupNoOp@0$kBluetoothHCICommandGroupStatus@5$kBluetoothHCICommandGroupTesting@6$kBluetoothHCICommandGroupVendorSpecific@63$kBluetoothHCICommandHoldMode@1$kBluetoothHCICommandHostBufferSize@51$kBluetoothHCICommandHostNumberOfCompletedPackets@53$kBluetoothHCICommandIOCapabilityRequestNegativeReply@52$kBluetoothHCICommandIOCapabilityRequestReply@43$kBluetoothHCICommandInquiry@1$kBluetoothHCICommandInquiryCancel@2$kBluetoothHCICommandLEAddDeviceToPeriodicAdvertiserList@71$kBluetoothHCICommandLEAddDeviceToResolvingList@39$kBluetoothHCICommandLEAddDeviceToWhiteList@17$kBluetoothHCICommandLEClearAdvertisingSets@61$kBluetoothHCICommandLEClearPeriodicAdvertiserList@73$kBluetoothHCICommandLEClearResolvingList@41$kBluetoothHCICommandLEClearWhiteList@16$kBluetoothHCICommandLEConnectionUpdate@19$kBluetoothHCICommandLECreateConnection@13$kBluetoothHCICommandLECreateConnectionCancel@14$kBluetoothHCICommandLEEncrypt@23$kBluetoothHCICommandLEEnhancedReceiverTest@51$kBluetoothHCICommandLEEnhancedTransmitterTest@52$kBluetoothHCICommandLEExtendedCreateConnection@67$kBluetoothHCICommandLEGenerateDHKey@38$kBluetoothHCICommandLELongTermKeyRequestNegativeReply@27$kBluetoothHCICommandLELongTermKeyRequestReply@26$kBluetoothHCICommandLEPeriodicAdvertisingCreateSync@68$kBluetoothHCICommandLEPeriodicAdvertisingCreateSyncCancel@69$kBluetoothHCICommandLEPeriodicAdvertisingTerminateSync@70$kBluetoothHCICommandLERand@24$kBluetoothHCICommandLEReadAdvertisingChannelTxPower@7$kBluetoothHCICommandLEReadBufferSize@2$kBluetoothHCICommandLEReadChannelMap@21$kBluetoothHCICommandLEReadLocalP256PublicKey@37$kBluetoothHCICommandLEReadLocalResolvableAddress@44$kBluetoothHCICommandLEReadLocalSupportedFeatures@3$kBluetoothHCICommandLEReadMaximumAdvertisingDataLength@58$kBluetoothHCICommandLEReadMaximumDataLength@47$kBluetoothHCICommandLEReadNumberofSupportedAdvertisingSets@59$kBluetoothHCICommandLEReadPeerResolvableAddress@43$kBluetoothHCICommandLEReadPeriodicAdvertiserListSize@74$kBluetoothHCICommandLEReadPhy@48$kBluetoothHCICommandLEReadRFPathCompensation@76$kBluetoothHCICommandLEReadRemoteUsedFeatures@22$kBluetoothHCICommandLEReadResolvingListSize@42$kBluetoothHCICommandLEReadSuggestedDefaultDataLength@35$kBluetoothHCICommandLEReadSupportedStates@28$kBluetoothHCICommandLEReadTransmitPower@75$kBluetoothHCICommandLEReadWhiteListSize@15$kBluetoothHCICommandLEReceiverTest@29$kBluetoothHCICommandLERemoteConnectionParameterRequestNegativeReply@33$kBluetoothHCICommandLERemoteConnectionParameterRequestReply@32$kBluetoothHCICommandLERemoveAdvertisingSet@60$kBluetoothHCICommandLERemoveDeviceFromPeriodicAdvertiserList@72$kBluetoothHCICommandLERemoveDeviceFromResolvingList@40$kBluetoothHCICommandLERemoveDeviceFromWhiteList@18$kBluetoothHCICommandLESetAddressResolutionEnable@45$kBluetoothHCICommandLESetAdvertiseEnable@10$kBluetoothHCICommandLESetAdvertisingData@8$kBluetoothHCICommandLESetAdvertisingParameters@6$kBluetoothHCICommandLESetAdvertisingSetRandomAddress@53$kBluetoothHCICommandLESetDataLength@34$kBluetoothHCICommandLESetDefaultPhy@49$kBluetoothHCICommandLESetEventMask@1$kBluetoothHCICommandLESetExtendedAdvertisingData@55$kBluetoothHCICommandLESetExtendedAdvertisingEnableCommand@57$kBluetoothHCICommandLESetExtendedAdvertisingParameters@54$kBluetoothHCICommandLESetExtendedScanEnable@66$kBluetoothHCICommandLESetExtendedScanParameters@65$kBluetoothHCICommandLESetExtendedScanResponseData@56$kBluetoothHCICommandLESetHostChannelClassification@20$kBluetoothHCICommandLESetPeriodicAdvertisingData@63$kBluetoothHCICommandLESetPeriodicAdvertisingEnable@64$kBluetoothHCICommandLESetPeriodicAdvertisingParameters@62$kBluetoothHCICommandLESetPhy@50$kBluetoothHCICommandLESetPrivacyMode@78$kBluetoothHCICommandLESetRandomAddress@5$kBluetoothHCICommandLESetResolvablePrivateAddressTimeout@46$kBluetoothHCICommandLESetScanEnable@12$kBluetoothHCICommandLESetScanParameters@11$kBluetoothHCICommandLESetScanResponseData@9$kBluetoothHCICommandLEStartEncryption@25$kBluetoothHCICommandLETestEnd@31$kBluetoothHCICommandLETransmitterTest@30$kBluetoothHCICommandLEWriteRFPathCompensation@77$kBluetoothHCICommandLEWriteSuggestedDefaultDataLength@36$kBluetoothHCICommandLinkKeyRequestNegativeReply@12$kBluetoothHCICommandLinkKeyRequestReply@11$kBluetoothHCICommandMasterLinkKey@23$kBluetoothHCICommandMax@1023$kBluetoothHCICommandNoOp@0$kBluetoothHCICommandPINCodeRequestNegativeReply@14$kBluetoothHCICommandPINCodeRequestReply@13$kBluetoothHCICommandPacketHeaderSize@3$kBluetoothHCICommandPacketMaxDataSize@255$kBluetoothHCICommandParkMode@5$kBluetoothHCICommandPeriodicInquiryMode@3$kBluetoothHCICommandQoSSetup@7$kBluetoothHCICommandReadAFHChannelAssessmentMode@72$kBluetoothHCICommandReadAFHMappings@6$kBluetoothHCICommandReadAuthenticatedPayloadTimeout@123$kBluetoothHCICommandReadAuthenticationEnable@31$kBluetoothHCICommandReadAutomaticFlushTimeout@39$kBluetoothHCICommandReadBestEffortFlushTimeout@105$kBluetoothHCICommandReadBufferSize@5$kBluetoothHCICommandReadClassOfDevice@35$kBluetoothHCICommandReadClock@7$kBluetoothHCICommandReadClockOffset@31$kBluetoothHCICommandReadConnectionAcceptTimeout@21$kBluetoothHCICommandReadCountryCode@7$kBluetoothHCICommandReadCurrentIACLAP@57$kBluetoothHCICommandReadDataBlockSize@10$kBluetoothHCICommandReadDefaultErroneousDataReporting@90$kBluetoothHCICommandReadDefaultLinkPolicySettings@14$kBluetoothHCICommandReadDeviceAddress@9$kBluetoothHCICommandReadEncryptionKeySize@8$kBluetoothHCICommandReadEncryptionMode@33$kBluetoothHCICommandReadEnhancedTransmitPowerLevel@104$kBluetoothHCICommandReadExtendedInquiryLength@128$kBluetoothHCICommandReadExtendedInquiryResponse@81$kBluetoothHCICommandReadExtendedPageTimeout@126$kBluetoothHCICommandReadFailedContactCounter@1$kBluetoothHCICommandReadFlowControlMode@102$kBluetoothHCICommandReadHoldModeActivity@43$kBluetoothHCICommandReadInquiryMode@68$kBluetoothHCICommandReadInquiryResponseTransmitPower@88$kBluetoothHCICommandReadInquiryScanActivity@29$kBluetoothHCICommandReadInquiryScanType@66$kBluetoothHCICommandReadLEHostSupported@108$kBluetoothHCICommandReadLMPHandle@32$kBluetoothHCICommandReadLinkPolicySettings@12$kBluetoothHCICommandReadLinkSupervisionTimeout@54$kBluetoothHCICommandReadLocalAMPASSOC@10$kBluetoothHCICommandReadLocalAMPInfo@9$kBluetoothHCICommandReadLocalExtendedFeatures@4$kBluetoothHCICommandReadLocalName@20$kBluetoothHCICommandReadLocalOOBData@87$kBluetoothHCICommandReadLocalOOBExtendedData@125$kBluetoothHCICommandReadLocalSupportedCodecs@11$kBluetoothHCICommandReadLocalSupportedCommands@2$kBluetoothHCICommandReadLocalSupportedFeatures@3$kBluetoothHCICommandReadLocalVersionInformation@1$kBluetoothHCICommandReadLocationData@100$kBluetoothHCICommandReadLogicalLinkAcceptTimeout@97$kBluetoothHCICommandReadLoopbackMode@1$kBluetoothHCICommandReadNumberOfBroadcastRetransmissions@41$kBluetoothHCICommandReadNumberOfSupportedIAC@56$kBluetoothHCICommandReadPINType@9$kBluetoothHCICommandReadPageScanActivity@27$kBluetoothHCICommandReadPageScanMode@61$kBluetoothHCICommandReadPageScanPeriodMode@59$kBluetoothHCICommandReadPageScanType@70$kBluetoothHCICommandReadPageTimeout@23$kBluetoothHCICommandReadRSSI@5$kBluetoothHCICommandReadRemoteExtendedFeatures@28$kBluetoothHCICommandReadRemoteSupportedFeatures@27$kBluetoothHCICommandReadRemoteVersionInformation@29$kBluetoothHCICommandReadSCOFlowControlEnable@46$kBluetoothHCICommandReadScanEnable@25$kBluetoothHCICommandReadSecureConnectionsHostSupport@121$kBluetoothHCICommandReadSimplePairingMode@85$kBluetoothHCICommandReadStoredLinkKey@13$kBluetoothHCICommandReadSynchronizationTrainParameters@119$kBluetoothHCICommandReadTransmitPowerLevel@45$kBluetoothHCICommandReadVoiceSetting@37$kBluetoothHCICommandReceiveSynchronizationTrain@68$kBluetoothHCICommandRefreshEncryptionKey@83$kBluetoothHCICommandRejectConnectionRequest@10$kBluetoothHCICommandRejectSniffRequest@50$kBluetoothHCICommandRejectSynchronousConnectionRequest@42$kBluetoothHCICommandRemoteNameRequest@25$kBluetoothHCICommandRemoteNameRequestCancel@26$kBluetoothHCICommandRemoteOOBDataRequestNegativeReply@51$kBluetoothHCICommandRemoteOOBDataRequestReply@48$kBluetoothHCICommandRemoteOOBExtendedDataRequestReply@69$kBluetoothHCICommandReset@3$kBluetoothHCICommandResetFailedContactCounter@2$kBluetoothHCICommandRoleDiscovery@9$kBluetoothHCICommandSendKeypressNotification@96$kBluetoothHCICommandSetAFHClassification@63$kBluetoothHCICommandSetConnectionEncryption@19$kBluetoothHCICommandSetConnectionlessPeripheralBroadcast@65$kBluetoothHCICommandSetConnectionlessPeripheralBroadcastData@118$kBluetoothHCICommandSetConnectionlessPeripheralBroadcastReceive@66$kBluetoothHCICommandSetConnectionlessSlaveBroadcast@65$kBluetoothHCICommandSetConnectionlessSlaveBroadcastData@118$kBluetoothHCICommandSetConnectionlessSlaveBroadcastReceive@66$kBluetoothHCICommandSetEventFilter@5$kBluetoothHCICommandSetEventMask@1$kBluetoothHCICommandSetEventMaskPageTwo@99$kBluetoothHCICommandSetExternalFrameConfiguration@111$kBluetoothHCICommandSetHostControllerToHostFlowControl@49$kBluetoothHCICommandSetMWSChannelParameters@110$kBluetoothHCICommandSetMWSPATTERNConfiguration@115$kBluetoothHCICommandSetMWSScanFrequencyTable@114$kBluetoothHCICommandSetMWSSignaling@112$kBluetoothHCICommandSetMWSTransportLayer@113$kBluetoothHCICommandSetReservedLTADDR@116$kBluetoothHCICommandSetTriggeredClockCapture@13$kBluetoothHCICommandSetupSynchronousConnection@40$kBluetoothHCICommandShortRangeMode@107$kBluetoothHCICommandSniffMode@3$kBluetoothHCICommandSniffSubrating@17$kBluetoothHCICommandStartSynchronizationTrain@67$kBluetoothHCICommandSwitchRole@11$kBluetoothHCICommandTruncatedPage@63$kBluetoothHCICommandTruncatedPageCancel@64$kBluetoothHCICommandUserConfirmationRequestNegativeReply@45$kBluetoothHCICommandUserConfirmationRequestReply@44$kBluetoothHCICommandUserPasskeyRequestNegativeReply@47$kBluetoothHCICommandUserPasskeyRequestReply@46$kBluetoothHCICommandWriteAFHChannelAssessmentMode@73$kBluetoothHCICommandWriteAuthenticatedPayloadTimeout@124$kBluetoothHCICommandWriteAuthenticationEnable@32$kBluetoothHCICommandWriteAutomaticFlushTimeout@40$kBluetoothHCICommandWriteBestEffortFlushTimeout@106$kBluetoothHCICommandWriteClassOfDevice@36$kBluetoothHCICommandWriteConnectionAcceptTimeout@22$kBluetoothHCICommandWriteCurrentIACLAP@58$kBluetoothHCICommandWriteDefaultErroneousDataReporting@91$kBluetoothHCICommandWriteDefaultLinkPolicySettings@15$kBluetoothHCICommandWriteEncryptionMode@34$kBluetoothHCICommandWriteExtendedInquiryLength@129$kBluetoothHCICommandWriteExtendedInquiryResponse@82$kBluetoothHCICommandWriteExtendedPageTimeout@127$kBluetoothHCICommandWriteFlowControlMode@103$kBluetoothHCICommandWriteHoldModeActivity@44$kBluetoothHCICommandWriteInquiryMode@69$kBluetoothHCICommandWriteInquiryResponseTransmitPower@89$kBluetoothHCICommandWriteInquiryScanActivity@30$kBluetoothHCICommandWriteInquiryScanType@67$kBluetoothHCICommandWriteLEHostSupported@109$kBluetoothHCICommandWriteLinkPolicySettings@13$kBluetoothHCICommandWriteLinkSupervisionTimeout@55$kBluetoothHCICommandWriteLocationData@101$kBluetoothHCICommandWriteLogicalLinkAcceptTimeout@98$kBluetoothHCICommandWriteLoopbackMode@2$kBluetoothHCICommandWriteNumberOfBroadcastRetransmissions@42$kBluetoothHCICommandWritePINType@10$kBluetoothHCICommandWritePageScanActivity@28$kBluetoothHCICommandWritePageScanMode@62$kBluetoothHCICommandWritePageScanPeriodMode@60$kBluetoothHCICommandWritePageScanType@71$kBluetoothHCICommandWritePageTimeout@24$kBluetoothHCICommandWriteRemoteAMPASSOC@11$kBluetoothHCICommandWriteSCOFlowControlEnable@47$kBluetoothHCICommandWriteScanEnable@26$kBluetoothHCICommandWriteSecureConnectionsHostSupport@122$kBluetoothHCICommandWriteSimplePairingDebugMode@4$kBluetoothHCICommandWriteSimplePairingMode@86$kBluetoothHCICommandWriteStoredLinkKey@17$kBluetoothHCICommandWriteSynchronizationTrainParameters@120$kBluetoothHCICommandWriteVoiceSetting@38$kBluetoothHCIDataPacketHeaderSize@4$kBluetoothHCIDataPacketMaxDataSize@65535$kBluetoothHCIErroneousDataReportingDisabled@0$kBluetoothHCIErroneousDataReportingEnabled@1$kBluetoothHCIErroneousDataReportingReservedEnd@255$kBluetoothHCIErroneousDataReportingReservedStart@2$kBluetoothHCIErrorACLConnectionAlreadyExists@11$kBluetoothHCIErrorAuthenticationFailure@5$kBluetoothHCIErrorChannelClassificationNotSupported@46$kBluetoothHCIErrorCoarseClockAdjustmentRejected@64$kBluetoothHCIErrorCommandDisallowed@12$kBluetoothHCIErrorConnectionFailedToBeEstablished@62$kBluetoothHCIErrorConnectionRejectedDueToNoSuitableChannelFound@57$kBluetoothHCIErrorConnectionTerminatedByLocalHost@22$kBluetoothHCIErrorConnectionTerminatedDueToMICFailure@61$kBluetoothHCIErrorConnectionTimeout@8$kBluetoothHCIErrorControllerBusy@58$kBluetoothHCIErrorDifferentTransactionCollision@42$kBluetoothHCIErrorDirectedAdvertisingTimeout@60$kBluetoothHCIErrorEncryptionModeNotAcceptable@37$kBluetoothHCIErrorExtendedInquiryResponseTooLarge@54$kBluetoothHCIErrorHardwareFailure@3$kBluetoothHCIErrorHostBusyPairing@56$kBluetoothHCIErrorHostRejectedLimitedResources@13$kBluetoothHCIErrorHostRejectedRemoteDeviceIsPersonal@15$kBluetoothHCIErrorHostRejectedSecurityReasons@14$kBluetoothHCIErrorHostRejectedUnacceptableDeviceAddress@15$kBluetoothHCIErrorHostTimeout@16$kBluetoothHCIErrorInstantPassed@40$kBluetoothHCIErrorInsufficientSecurity@47$kBluetoothHCIErrorInvalidHCICommandParameters@18$kBluetoothHCIErrorInvalidLMPParameters@30$kBluetoothHCIErrorKeyMissing@6$kBluetoothHCIErrorLMPErrorTransactionCollision@35$kBluetoothHCIErrorLMPPDUNotAllowed@36$kBluetoothHCIErrorLMPResponseTimeout@34$kBluetoothHCIErrorMACConnectionFailed@63$kBluetoothHCIErrorMax@64$kBluetoothHCIErrorMaxNumberOfConnections@9$kBluetoothHCIErrorMaxNumberOfSCOConnectionsToADevice@10$kBluetoothHCIErrorMemoryFull@7$kBluetoothHCIErrorNoConnection@2$kBluetoothHCIErrorOtherEndTerminatedConnectionAboutToPowerOff@21$kBluetoothHCIErrorOtherEndTerminatedConnectionLowResources@20$kBluetoothHCIErrorOtherEndTerminatedConnectionUserEnded@19$kBluetoothHCIErrorPageTimeout@4$kBluetoothHCIErrorPairingNotAllowed@24$kBluetoothHCIErrorPairingWithUnitKeyNotSupported@41$kBluetoothHCIErrorParameterOutOfMandatoryRange@48$kBluetoothHCIErrorPowerIsOFF@65$kBluetoothHCIErrorQoSNotSupported@39$kBluetoothHCIErrorQoSRejected@45$kBluetoothHCIErrorQoSUnacceptableParameter@44$kBluetoothHCIErrorRepeatedAttempts@23$kBluetoothHCIErrorReservedSlotViolation@52$kBluetoothHCIErrorRoleChangeNotAllowed@33$kBluetoothHCIErrorRoleSwitchFailed@53$kBluetoothHCIErrorRoleSwitchPending@49$kBluetoothHCIErrorSCOAirModeRejected@29$kBluetoothHCIErrorSCOIntervalRejected@28$kBluetoothHCIErrorSCOOffsetRejected@27$kBluetoothHCIErrorSecureSimplePairingNotSupportedByHost@55$kBluetoothHCIErrorSuccess@0$kBluetoothHCIErrorUnacceptableConnectionInterval@59$kBluetoothHCIErrorUnitKeyUsed@38$kBluetoothHCIErrorUnknownHCICommand@1$kBluetoothHCIErrorUnknownLMPPDU@25$kBluetoothHCIErrorUnspecifiedError@31$kBluetoothHCIErrorUnsupportedFeatureOrParameterValue@17$kBluetoothHCIErrorUnsupportedLMPParameterValue@32$kBluetoothHCIErrorUnsupportedRemoteFeature@26$kBluetoothHCIEventAMPReceiverReport@75$kBluetoothHCIEventAMPStartTest@73$kBluetoothHCIEventAMPStatusChange@77$kBluetoothHCIEventAMPTestEnd@74$kBluetoothHCIEventAuthenticationComplete@6$kBluetoothHCIEventChangeConnectionLinkKeyComplete@9$kBluetoothHCIEventChannelSelected@65$kBluetoothHCIEventCommandComplete@14$kBluetoothHCIEventCommandStatus@15$kBluetoothHCIEventConnectionComplete@3$kBluetoothHCIEventConnectionPacketType@29$kBluetoothHCIEventConnectionRequest@4$kBluetoothHCIEventDataBufferOverflow@26$kBluetoothHCIEventDisconnectionComplete@5$kBluetoothHCIEventDisconnectionLogicalLinkComplete@70$kBluetoothHCIEventDisconnectionPhysicalLinkComplete@66$kBluetoothHCIEventEncryptionChange@8$kBluetoothHCIEventEncryptionKeyRefreshComplete@48$kBluetoothHCIEventEnhancedFlushComplete@57$kBluetoothHCIEventExtendedInquiryResult@47$kBluetoothHCIEventFlowSpecModifyComplete@71$kBluetoothHCIEventFlowSpecificationComplete@33$kBluetoothHCIEventFlushOccurred@17$kBluetoothHCIEventHardwareError@16$kBluetoothHCIEventIOCapabilityRequest@49$kBluetoothHCIEventIOCapabilityResponse@50$kBluetoothHCIEventInquiryComplete@1$kBluetoothHCIEventInquiryResult@2$kBluetoothHCIEventInquiryResultWithRSSI@34$kBluetoothHCIEventKeypressNotification@60$kBluetoothHCIEventLEMetaEvent@62$kBluetoothHCIEventLinkKeyNotification@24$kBluetoothHCIEventLinkKeyRequest@23$kBluetoothHCIEventLinkSupervisionTimeoutChanged@56$kBluetoothHCIEventLogicalLinkComplete@69$kBluetoothHCIEventLogoTesting@254$kBluetoothHCIEventLoopbackCommand@25$kBluetoothHCIEventMaskAll@4294967295$kBluetoothHCIEventMaskAll64Bit@18446744073709551615$kBluetoothHCIEventMaskAuthenticationComplete@32$kBluetoothHCIEventMaskChangeConnectionLinkKeyComplete@256$kBluetoothHCIEventMaskCommandComplete@8192$kBluetoothHCIEventMaskCommandStatus@16384$kBluetoothHCIEventMaskConnectionComplete@4$kBluetoothHCIEventMaskConnectionPacketTypeChanged@268435456$kBluetoothHCIEventMaskConnectionRequest@8$kBluetoothHCIEventMaskDataBufferOverflow@33554432$kBluetoothHCIEventMaskDefault@4294967295$kBluetoothHCIEventMaskDefault64Bit@35184372088831$kBluetoothHCIEventMaskDisconnectionComplete@16$kBluetoothHCIEventMaskEncryptionChange@128$kBluetoothHCIEventMaskEncryptionChangeEvent@128$kBluetoothHCIEventMaskEncryptionKeyRefreshCompleteEvent@140737488355328$kBluetoothHCIEventMaskEnhancedFlushCompleteEvent@72057594037927936$kBluetoothHCIEventMaskExtendedInquiryResultEvent@70368744177664$kBluetoothHCIEventMaskFlowSpecificationCompleteEvent@4294967296$kBluetoothHCIEventMaskFlushOccurred@65536$kBluetoothHCIEventMaskHardwareError@32768$kBluetoothHCIEventMaskIOCapabilityRequestEvent@281474976710656$kBluetoothHCIEventMaskIOCapabilityRequestReplyEvent@562949953421312$kBluetoothHCIEventMaskInquiryComplete@1$kBluetoothHCIEventMaskInquiryResult@2$kBluetoothHCIEventMaskInquiryResultWithRSSIEvent@8589934592$kBluetoothHCIEventMaskKeypressNotificationEvent@576460752303423488$kBluetoothHCIEventMaskLEDefault64Bit@31$kBluetoothHCIEventMaskLEMetaEvent@2305843009213693952$kBluetoothHCIEventMaskLinkKeyNotification@8388608$kBluetoothHCIEventMaskLinkKeyRequest@4194304$kBluetoothHCIEventMaskLinkSupervisionTimeoutChangedEvent@36028797018963968$kBluetoothHCIEventMaskLoopbackCommand@16777216$kBluetoothHCIEventMaskMasterLinkKeyComplete@512$kBluetoothHCIEventMaskMaxSlotsChange@67108864$kBluetoothHCIEventMaskModeChange@524288$kBluetoothHCIEventMaskNone@0$kBluetoothHCIEventMaskNumberOfCompletedPackets@262144$kBluetoothHCIEventMaskPINCodeRequest@2097152$kBluetoothHCIEventMaskPageScanModeChange@1073741824$kBluetoothHCIEventMaskPageScanRepetitionModeChange@2147483648$kBluetoothHCIEventMaskQoSSetupComplete@4096$kBluetoothHCIEventMaskQoSViolation@536870912$kBluetoothHCIEventMaskReadClockOffsetComplete@134217728$kBluetoothHCIEventMaskReadRemoteExtendedFeaturesCompleteEvent@17179869184$kBluetoothHCIEventMaskReadRemoteSupportedFeaturesComplete@1024$kBluetoothHCIEventMaskReadRemoteVersionInformationComplete@2048$kBluetoothHCIEventMaskRemoteHostSupportedFeaturesNotificationEvent@1152921504606846976$kBluetoothHCIEventMaskRemoteNameRequestComplete@64$kBluetoothHCIEventMaskRemoteOOBDataRequestEvent@4503599627370496$kBluetoothHCIEventMaskReturnLinkKeys@1048576$kBluetoothHCIEventMaskRoleChange@131072$kBluetoothHCIEventMaskSimplePairingCompleteEvent@9007199254740992$kBluetoothHCIEventMaskSniffSubratingEvent@35184372088832$kBluetoothHCIEventMaskSynchronousConnectionChangedEvent@17592186044416$kBluetoothHCIEventMaskSynchronousConnectionCompleteEvent@8796093022208$kBluetoothHCIEventMaskUserConfirmationRequestEvent@1125899906842624$kBluetoothHCIEventMaskUserPasskeyNotificationEvent@288230376151711744$kBluetoothHCIEventMaskUserPasskeyRequestEvent@2251799813685248$kBluetoothHCIEventMasterLinkKeyComplete@10$kBluetoothHCIEventMaxSlotsChange@27$kBluetoothHCIEventModeChange@20$kBluetoothHCIEventNumberOfCompletedDataBlocks@72$kBluetoothHCIEventNumberOfCompletedPackets@19$kBluetoothHCIEventPINCodeRequest@22$kBluetoothHCIEventPacketHeaderSize@2$kBluetoothHCIEventPacketMaxDataSize@255$kBluetoothHCIEventPageScanModeChange@31$kBluetoothHCIEventPageScanRepetitionModeChange@32$kBluetoothHCIEventPhysicalLinkComplete@64$kBluetoothHCIEventPhysicalLinkLossEarlyWarning@67$kBluetoothHCIEventPhysicalLinkRecovery@68$kBluetoothHCIEventQoSSetupComplete@13$kBluetoothHCIEventQoSViolation@30$kBluetoothHCIEventReadClockOffsetComplete@28$kBluetoothHCIEventReadRemoteExtendedFeaturesComplete@35$kBluetoothHCIEventReadRemoteSupportedFeaturesComplete@11$kBluetoothHCIEventReadRemoteVersionInformationComplete@12$kBluetoothHCIEventRemoteHostSupportedFeaturesNotification@61$kBluetoothHCIEventRemoteNameRequestComplete@7$kBluetoothHCIEventRemoteOOBDataRequest@53$kBluetoothHCIEventReturnLinkKeys@21$kBluetoothHCIEventRoleChange@18$kBluetoothHCIEventShortRangeModeChangeComplete@76$kBluetoothHCIEventSimplePairingComplete@54$kBluetoothHCIEventSniffSubrating@46$kBluetoothHCIEventSynchronousConnectionChanged@45$kBluetoothHCIEventSynchronousConnectionComplete@44$kBluetoothHCIEventUserConfirmationRequest@51$kBluetoothHCIEventUserPasskeyNotification@59$kBluetoothHCIEventUserPasskeyRequest@52$kBluetoothHCIEventVendorSpecific@255$kBluetoothHCIEvnetMaskEnhancedFlushCompleteEvent@72057594037927936$kBluetoothHCIEvnetMaskLinkSupervisionTimeoutChangedEvent@36028797018963968$kBluetoothHCIExtendedInquiryResponseDataType128BitServiceClassUUIDsCompleteList@7$kBluetoothHCIExtendedInquiryResponseDataType128BitServiceClassUUIDsWithMoreAvailable@6$kBluetoothHCIExtendedInquiryResponseDataType16BitServiceClassUUIDsCompleteList@3$kBluetoothHCIExtendedInquiryResponseDataType16BitServiceClassUUIDsWithMoreAvailable@2$kBluetoothHCIExtendedInquiryResponseDataType32BitServiceClassUUIDsCompleteList@5$kBluetoothHCIExtendedInquiryResponseDataType32BitServiceClassUUIDsWithMoreAvailable@4$kBluetoothHCIExtendedInquiryResponseDataType3DInformationData@61$kBluetoothHCIExtendedInquiryResponseDataTypeAdvertisingInterval@26$kBluetoothHCIExtendedInquiryResponseDataTypeAppearance@25$kBluetoothHCIExtendedInquiryResponseDataTypeCompleteLocalName@9$kBluetoothHCIExtendedInquiryResponseDataTypeDeviceID@16$kBluetoothHCIExtendedInquiryResponseDataTypeFlags@1$kBluetoothHCIExtendedInquiryResponseDataTypeIndoorPositioning@37$kBluetoothHCIExtendedInquiryResponseDataTypeLEBluetoothDeviceAddress@27$kBluetoothHCIExtendedInquiryResponseDataTypeLERole@28$kBluetoothHCIExtendedInquiryResponseDataTypeManufacturerSpecificData@255$kBluetoothHCIExtendedInquiryResponseDataTypePeripheralConnectionIntervalRange@18$kBluetoothHCIExtendedInquiryResponseDataTypePublicTargetAddress@23$kBluetoothHCIExtendedInquiryResponseDataTypeRandomTargetAddress@24$kBluetoothHCIExtendedInquiryResponseDataTypeSSPOOBClassOfDevice@13$kBluetoothHCIExtendedInquiryResponseDataTypeSSPOOBSimplePairingHashC@14$kBluetoothHCIExtendedInquiryResponseDataTypeSSPOOBSimplePairingRandomizerR@15$kBluetoothHCIExtendedInquiryResponseDataTypeSecureConnectionsConfirmationValue@34$kBluetoothHCIExtendedInquiryResponseDataTypeSecureConnectionsRandomValue@35$kBluetoothHCIExtendedInquiryResponseDataTypeSecurityManagerOOBFlags@17$kBluetoothHCIExtendedInquiryResponseDataTypeSecurityManagerTKValue@16$kBluetoothHCIExtendedInquiryResponseDataTypeServiceData@22$kBluetoothHCIExtendedInquiryResponseDataTypeServiceData128BitUUID@33$kBluetoothHCIExtendedInquiryResponseDataTypeServiceData32BitUUID@32$kBluetoothHCIExtendedInquiryResponseDataTypeServiceSolicitation128BitUUIDs@21$kBluetoothHCIExtendedInquiryResponseDataTypeServiceSolicitation16BitUUIDs@20$kBluetoothHCIExtendedInquiryResponseDataTypeServiceSolicitation32BitUUIDs@31$kBluetoothHCIExtendedInquiryResponseDataTypeShortenedLocalName@8$kBluetoothHCIExtendedInquiryResponseDataTypeSimplePairingHash@29$kBluetoothHCIExtendedInquiryResponseDataTypeSimplePairingRandomizer@30$kBluetoothHCIExtendedInquiryResponseDataTypeSlaveConnectionIntervalRange@18$kBluetoothHCIExtendedInquiryResponseDataTypeTransmitPowerLevel@10$kBluetoothHCIExtendedInquiryResponseDataTypeTransportDiscoveryData@38$kBluetoothHCIExtendedInquiryResponseDataTypeURI@36$kBluetoothHCIFECNotRequired@1$kBluetoothHCIFECRequired@0$kBluetoothHCIInquiryModeResultFormatStandard@0$kBluetoothHCIInquiryModeResultFormatWithRSSI@1$kBluetoothHCIInquiryModeResultFormatWithRSSIOrExtendedInquiryResultFormat@2$kBluetoothHCIInquiryResultsMaxResults@50$kBluetoothHCIInquiryScanTypeInterlaced@1$kBluetoothHCIInquiryScanTypeReservedEnd@255$kBluetoothHCIInquiryScanTypeReservedStart@2$kBluetoothHCIInquiryScanTypeStandard@0$kBluetoothHCILoopbackModeLocal@1$kBluetoothHCILoopbackModeOff@0$kBluetoothHCILoopbackModeRemote@2$kBluetoothHCIMasterRole@0$kBluetoothHCIMaxCommandPacketSize@258$kBluetoothHCIMaxDataPacketSize@65539$kBluetoothHCIMaxEventPacketSize@257$kBluetoothHCIOpCodeNoOp@0$kBluetoothHCIPageScanTypeInterlaced@1$kBluetoothHCIPageScanTypeReservedEnd@255$kBluetoothHCIPageScanTypeReservedStart@2$kBluetoothHCIPageScanTypeStandard@0$kBluetoothHCIPeripheralRole@1$kBluetoothHCIPowerStateOFF@0$kBluetoothHCIPowerStateON@1$kBluetoothHCIPowerStateUnintialized@255$kBluetoothHCISimplePairingDebugModeDisabled@0$kBluetoothHCISimplePairingDebugModeEnabled@1$kBluetoothHCISimplePairingModeEnabled@1$kBluetoothHCISimplePairingModeNotSet@0$kBluetoothHCISlaveRole@1$kBluetoothHCISubEventLEAdvertisingReport@2$kBluetoothHCISubEventLEAdvertisingSetTerminated@18$kBluetoothHCISubEventLEChannelSelectionAlgorithm@20$kBluetoothHCISubEventLEConnectionComplete@1$kBluetoothHCISubEventLEConnectionUpdateComplete@3$kBluetoothHCISubEventLEDataLengthChange@7$kBluetoothHCISubEventLEDirectAdvertisingReport@11$kBluetoothHCISubEventLEEnhancedConnectionComplete@10$kBluetoothHCISubEventLEExtendedAdvertising@13$kBluetoothHCISubEventLEGenerateDHKeyComplete@9$kBluetoothHCISubEventLELongTermKeyRequest@5$kBluetoothHCISubEventLEPeriodicAdvertisingReport@15$kBluetoothHCISubEventLEPeriodicAdvertisingSyncEstablished@14$kBluetoothHCISubEventLEPeriodicAdvertisingSyncLost@16$kBluetoothHCISubEventLEPhyUpdateComplete@12$kBluetoothHCISubEventLEReadLocalP256PublicKeyComplete@8$kBluetoothHCISubEventLEReadRemoteUsedFeaturesComplete@4$kBluetoothHCISubEventLERemoteConnectionParameterRequest@6$kBluetoothHCISubEventLEScanRequestReceived@19$kBluetoothHCISubEventLEScanTimeout@17$kBluetoothHCITransportUSBClassCode@224$kBluetoothHCITransportUSBProtocolCode@1$kBluetoothHCITransportUSBSubClassCode@1$kBluetoothHCIVersionCoreSpecification1_0b@0$kBluetoothHCIVersionCoreSpecification1_1@1$kBluetoothHCIVersionCoreSpecification1_2@2$kBluetoothHCIVersionCoreSpecification2_0EDR@3$kBluetoothHCIVersionCoreSpecification2_1EDR@4$kBluetoothHCIVersionCoreSpecification3_0HS@5$kBluetoothHCIVersionCoreSpecification4_0@6$kBluetoothHCIVersionCoreSpecification4_1@7$kBluetoothHCIVersionCoreSpecification4_2@8$kBluetoothHCIVersionCoreSpecification5_0@9$kBluetoothHCIVersionCoreSpecification5_1@10$kBluetoothHCIVersionCoreSpecification5_2@11$kBluetoothHCIVersionCoreSpecification5_3@12$kBluetoothKeyFlagSemiPermanent@0$kBluetoothKeyFlagTemporary@1$kBluetoothKeyTypeAuthenticatedCombination@5$kBluetoothKeyTypeAuthenticatedCombinationP256@8$kBluetoothKeyTypeChangedCombination@6$kBluetoothKeyTypeCombination@0$kBluetoothKeyTypeDebugCombination@3$kBluetoothKeyTypeLocalUnit@1$kBluetoothKeyTypeRemoteUnit@2$kBluetoothKeyTypeUnauthenticatedCombination@4$kBluetoothKeyTypeUnauthenticatedCombinationP256@7$kBluetoothKeypressNotificationTypePasskeyCleared@3$kBluetoothKeypressNotificationTypePasskeyDigitEntered@1$kBluetoothKeypressNotificationTypePasskeyDigitErased@2$kBluetoothKeypressNotificationTypePasskeyEntryCompleted@4$kBluetoothKeypressNotificationTypePasskeyEntryStarted@0$kBluetoothL2CAPChannelAMPManagerProtocol@3$kBluetoothL2CAPChannelAMPTestManager@63$kBluetoothL2CAPChannelAttributeProtocol@4$kBluetoothL2CAPChannelBREDRSecurityManager@7$kBluetoothL2CAPChannelConnectionLessData@2$kBluetoothL2CAPChannelDynamicEnd@65535$kBluetoothL2CAPChannelDynamicStart@64$kBluetoothL2CAPChannelEnd@65535$kBluetoothL2CAPChannelLEAP@42$kBluetoothL2CAPChannelLEAS@43$kBluetoothL2CAPChannelLESignalling@5$kBluetoothL2CAPChannelMagicPairing@48$kBluetoothL2CAPChannelMagnet@58$kBluetoothL2CAPChannelNull@0$kBluetoothL2CAPChannelReservedEnd@62$kBluetoothL2CAPChannelReservedStart@8$kBluetoothL2CAPChannelSecurityManager@6$kBluetoothL2CAPChannelSignalling@1$kBluetoothL2CAPCommandCodeCommandReject@1$kBluetoothL2CAPCommandCodeConfigureRequest@4$kBluetoothL2CAPCommandCodeConfigureResponse@5$kBluetoothL2CAPCommandCodeConnectionParameterUpdateRequest@18$kBluetoothL2CAPCommandCodeConnectionParameterUpdateResponse@19$kBluetoothL2CAPCommandCodeConnectionRequest@2$kBluetoothL2CAPCommandCodeConnectionResponse@3$kBluetoothL2CAPCommandCodeCreateChannelRequest@12$kBluetoothL2CAPCommandCodeCreateChannelResponse@13$kBluetoothL2CAPCommandCodeDisconnectionRequest@6$kBluetoothL2CAPCommandCodeDisconnectionResponse@7$kBluetoothL2CAPCommandCodeEchoRequest@8$kBluetoothL2CAPCommandCodeEchoResponse@9$kBluetoothL2CAPCommandCodeInformationRequest@10$kBluetoothL2CAPCommandCodeInformationResponse@11$kBluetoothL2CAPCommandCodeLECreditBasedConnectionRequest@20$kBluetoothL2CAPCommandCodeLECreditBasedConnectionResponse@21$kBluetoothL2CAPCommandCodeLEFlowControlCredit@22$kBluetoothL2CAPCommandCodeMoveChannelConfirmation@16$kBluetoothL2CAPCommandCodeMoveChannelConfirmationResponse@17$kBluetoothL2CAPCommandCodeMoveChannelRequest@14$kBluetoothL2CAPCommandCodeMoveChannelResponse@15$kBluetoothL2CAPCommandCodeReserved@0$kBluetoothL2CAPCommandRejectReasonCommandNotUnderstood@0$kBluetoothL2CAPCommandRejectReasonInvalidCIDInRequest@2$kBluetoothL2CAPCommandRejectReasonSignallingMTUExceeded@1$kBluetoothL2CAPConfigurationBasicL2CAPModeFlag@0$kBluetoothL2CAPConfigurationEnhancedRetransmissionMode@3$kBluetoothL2CAPConfigurationFlowControlModeFlag@2$kBluetoothL2CAPConfigurationOptionExtendedFlowSpecification@6$kBluetoothL2CAPConfigurationOptionExtendedWindowSize@7$kBluetoothL2CAPConfigurationOptionFlushTimeout@2$kBluetoothL2CAPConfigurationOptionFlushTimeoutLength@2$kBluetoothL2CAPConfigurationOptionFrameCheckSequence@5$kBluetoothL2CAPConfigurationOptionMTU@1$kBluetoothL2CAPConfigurationOptionMTULength@2$kBluetoothL2CAPConfigurationOptionQoS@3$kBluetoothL2CAPConfigurationOptionQoSLength@22$kBluetoothL2CAPConfigurationOptionRetransmissionAndFlowControl@4$kBluetoothL2CAPConfigurationOptionRetransmissionAndFlowControlLength@9$kBluetoothL2CAPConfigurationResultRejected@2$kBluetoothL2CAPConfigurationResultSuccess@0$kBluetoothL2CAPConfigurationResultUnacceptableParams@1$kBluetoothL2CAPConfigurationResultUnknownOptions@3$kBluetoothL2CAPConfigurationRetransmissionModeFlag@1$kBluetoothL2CAPConfigurationStreamingMode@4$kBluetoothL2CAPConnectionResultPending@1$kBluetoothL2CAPConnectionResultRefusedInvalidSourceCID@6$kBluetoothL2CAPConnectionResultRefusedNoResources@4$kBluetoothL2CAPConnectionResultRefusedPSMNotSupported@2$kBluetoothL2CAPConnectionResultRefusedReserved@5$kBluetoothL2CAPConnectionResultRefusedSecurityBlock@3$kBluetoothL2CAPConnectionResultRefusedSourceCIDAlreadyAllocated@7$kBluetoothL2CAPConnectionResultSuccessful@0$kBluetoothL2CAPConnectionStatusAuthenticationPending@1$kBluetoothL2CAPConnectionStatusAuthorizationPending@2$kBluetoothL2CAPConnectionStatusNoInfoAvailable@0$kBluetoothL2CAPFlushTimeoutDefault@65535$kBluetoothL2CAPFlushTimeoutForever@65535$kBluetoothL2CAPFlushTimeoutImmediate@1$kBluetoothL2CAPFlushTimeoutUseExisting@0$kBluetoothL2CAPInfoTypeMaxConnectionlessMTUSize@1$kBluetoothL2CAPInformationBidirectionalQoS@4$kBluetoothL2CAPInformationEnhancedRetransmissionMode@8$kBluetoothL2CAPInformationExtendedFlowSpecification@64$kBluetoothL2CAPInformationExtendedWindowSize@256$kBluetoothL2CAPInformationFCSOption@32$kBluetoothL2CAPInformationFixedChannels@128$kBluetoothL2CAPInformationFlowControlMode@1$kBluetoothL2CAPInformationNoExtendedFeatures@0$kBluetoothL2CAPInformationResultNotSupported@1$kBluetoothL2CAPInformationResultSuccess@0$kBluetoothL2CAPInformationRetransmissionMode@2$kBluetoothL2CAPInformationStreamingMode@16$kBluetoothL2CAPInformationTypeConnectionlessMTU@1$kBluetoothL2CAPInformationTypeExtendedFeatures@2$kBluetoothL2CAPInformationTypeFixedChannelsSupported@3$kBluetoothL2CAPMTUDefault@1017$kBluetoothL2CAPMTULowEnergyDefault@27$kBluetoothL2CAPMTULowEnergyMax@251$kBluetoothL2CAPMTUMaximum@65535$kBluetoothL2CAPMTUMinimum@48$kBluetoothL2CAPMTUSIG@48$kBluetoothL2CAPMTUStart@32767$kBluetoothL2CAPMaxPacketSize@65535$kBluetoothL2CAPPSMAACP@4097$kBluetoothL2CAPPSMATT@31$kBluetoothL2CAPPSMAVCTP@23$kBluetoothL2CAPPSMAVCTP_Browsing@27$kBluetoothL2CAPPSMAVDTP@25$kBluetoothL2CAPPSMBNEP@15$kBluetoothL2CAPPSMD2D@4111$kBluetoothL2CAPPSMDynamicEnd@65535$kBluetoothL2CAPPSMDynamicStart@4097$kBluetoothL2CAPPSMHIDControl@17$kBluetoothL2CAPPSMHIDInterrupt@19$kBluetoothL2CAPPSMNone@0$kBluetoothL2CAPPSMRFCOMM@3$kBluetoothL2CAPPSMReservedEnd@4096$kBluetoothL2CAPPSMReservedStart@1$kBluetoothL2CAPPSMSDP@1$kBluetoothL2CAPPSMTCS_BIN@5$kBluetoothL2CAPPSMTCS_BIN_Cordless@7$kBluetoothL2CAPPSMUID_C_Plane@29$kBluetoothL2CAPPacketHeaderSize@4$kBluetoothL2CAPQoSDelayVariationDefault@4294967295$kBluetoothL2CAPQoSFlagsDefault@0$kBluetoothL2CAPQoSLatencyDefault@4294967295$kBluetoothL2CAPQoSPeakBandwidthDefault@0$kBluetoothL2CAPQoSTokenBucketSizeDefault@0$kBluetoothL2CAPQoSTokenRateDefault@0$kBluetoothL2CAPQoSTypeBestEffort@1$kBluetoothL2CAPQoSTypeDefault@1$kBluetoothL2CAPQoSTypeGuaranteed@2$kBluetoothL2CAPQoSTypeNoTraffic@0$kBluetoothL2CAPSegmentationAndReassemblyContinuationOfSDU@3$kBluetoothL2CAPSegmentationAndReassemblyEndOfSDU@2$kBluetoothL2CAPSegmentationAndReassemblyStartOfSDU@1$kBluetoothL2CAPSegmentationAndReassemblyUnsegmentedSDU@0$kBluetoothL2CAPSupervisoryFuctionTypeReceiverNotReady@2$kBluetoothL2CAPSupervisoryFuctionTypeReceiverReady@0$kBluetoothL2CAPSupervisoryFuctionTypeReject@1$kBluetoothL2CAPSupervisoryFuctionTypeSelectiveReject@3$kBluetoothL2CAPTCICommandL2CA_ConfigReq@3$kBluetoothL2CAPTCICommandL2CA_ConfigResp@19$kBluetoothL2CAPTCICommandL2CA_ConnectReq@1$kBluetoothL2CAPTCICommandL2CA_ConnectResp@17$kBluetoothL2CAPTCICommandL2CA_DisableCLT@4$kBluetoothL2CAPTCICommandL2CA_DisconnectReq@2$kBluetoothL2CAPTCICommandL2CA_DisconnectResp@18$kBluetoothL2CAPTCICommandL2CA_EnableCLT@5$kBluetoothL2CAPTCICommandL2CA_GetInfo@14$kBluetoothL2CAPTCICommandL2CA_GroupAddMember@8$kBluetoothL2CAPTCICommandL2CA_GroupClose@7$kBluetoothL2CAPTCICommandL2CA_GroupCreate@6$kBluetoothL2CAPTCICommandL2CA_GroupMembership@10$kBluetoothL2CAPTCICommandL2CA_GroupRemoveMember@9$kBluetoothL2CAPTCICommandL2CA_Ping@13$kBluetoothL2CAPTCICommandL2CA_ReadData@12$kBluetoothL2CAPTCICommandL2CA_Reserved1@15$kBluetoothL2CAPTCICommandL2CA_Reserved2@16$kBluetoothL2CAPTCICommandL2CA_WriteData@11$kBluetoothL2CAPTCICommandReserved@0$kBluetoothL2CAPTCIEventIDL2CA_ConfigInd@2$kBluetoothL2CAPTCIEventIDL2CA_ConnectInd@1$kBluetoothL2CAPTCIEventIDL2CA_DisconnectInd@3$kBluetoothL2CAPTCIEventIDL2CA_QoSViolationInd@4$kBluetoothL2CAPTCIEventIDL2CA_TimeOutInd@5$kBluetoothL2CAPTCIEventIDReserved@0$kBluetoothL2CAPUnicastConnectionlessDataReception@512$kBluetoothLEFeatureConnectionParamsRequestProcedure@2$kBluetoothLEFeatureExtendedRejectIndication@4$kBluetoothLEFeatureExtendedScannerFilterPolicies@128$kBluetoothLEFeatureLEDataPacketLengthExtension@32$kBluetoothLEFeatureLEEncryption@1$kBluetoothLEFeatureLEPing@16$kBluetoothLEFeatureLLPrivacy@64$kBluetoothLEFeaturePeripheralInitiatedFeaturesExchange@8$kBluetoothLEFeatureSlaveInitiatedFeaturesExchange@8$kBluetoothLEMaxTXOctetsDefault@128$kBluetoothLEMaxTXOctetsMax@251$kBluetoothLEMaxTXOctetsMin@27$kBluetoothLEMaxTXTimeDefault@27$kBluetoothLEMaxTXTimeMax@2120$kBluetoothLEMaxTXTimeMin@328$kBluetoothLESMPMaxEncryptionKeySize@16$kBluetoothLESMPMinEncryptionKeySize@7$kBluetoothLESMPTimeout@30$kBluetoothLESecurityManagerBonding@1$kBluetoothLESecurityManagerCommandCodeEncryptionInfo@6$kBluetoothLESecurityManagerCommandCodeIdentityAddressInfo@9$kBluetoothLESecurityManagerCommandCodeIdentityInfo@8$kBluetoothLESecurityManagerCommandCodeMasterIdentification@7$kBluetoothLESecurityManagerCommandCodePairingConfirm@3$kBluetoothLESecurityManagerCommandCodePairingDHKeyCheck@13$kBluetoothLESecurityManagerCommandCodePairingFailed@5$kBluetoothLESecurityManagerCommandCodePairingKeypressNotification@14$kBluetoothLESecurityManagerCommandCodePairingPublicKey@12$kBluetoothLESecurityManagerCommandCodePairingRandom@4$kBluetoothLESecurityManagerCommandCodePairingRequest@1$kBluetoothLESecurityManagerCommandCodePairingResponse@2$kBluetoothLESecurityManagerCommandCodeReserved@0$kBluetoothLESecurityManagerCommandCodeReservedEnd@255$kBluetoothLESecurityManagerCommandCodeReservedStart@15$kBluetoothLESecurityManagerCommandCodeSecurityRequest@11$kBluetoothLESecurityManagerCommandCodeSigningInfo@10$kBluetoothLESecurityManagerEncryptionKey@1$kBluetoothLESecurityManagerIDKey@2$kBluetoothLESecurityManagerIOCapabilityDisplayOnly@0$kBluetoothLESecurityManagerIOCapabilityDisplayYesNo@1$kBluetoothLESecurityManagerIOCapabilityKeyboardDisplay@4$kBluetoothLESecurityManagerIOCapabilityKeyboardOnly@2$kBluetoothLESecurityManagerIOCapabilityNoInputNoOutput@3$kBluetoothLESecurityManagerIOCapabilityReservedEnd@255$kBluetoothLESecurityManagerIOCapabilityReservedStart@5$kBluetoothLESecurityManagerLinkKey@8$kBluetoothLESecurityManagerNoBonding@0$kBluetoothLESecurityManagerNotificationTypePasskeyCleared@3$kBluetoothLESecurityManagerNotificationTypePasskeyDigitEntered@1$kBluetoothLESecurityManagerNotificationTypePasskeyDigitErased@2$kBluetoothLESecurityManagerNotificationTypePasskeyEntryCompleted@4$kBluetoothLESecurityManagerNotificationTypePasskeyEntryStarted@0$kBluetoothLESecurityManagerNotificationTypeReservedEnd@255$kBluetoothLESecurityManagerNotificationTypeReservedStart@5$kBluetoothLESecurityManagerOOBAuthenticationDataNotPresent@0$kBluetoothLESecurityManagerOOBAuthenticationDataPresent@1$kBluetoothLESecurityManagerOOBDataReservedEnd@255$kBluetoothLESecurityManagerOOBDataReservedStart@2$kBluetoothLESecurityManagerReasonCodeAuthenticationRequirements@3$kBluetoothLESecurityManagerReasonCodeBREDRPairingInProgress@13$kBluetoothLESecurityManagerReasonCodeCommandNotSupported@7$kBluetoothLESecurityManagerReasonCodeConfirmValueFailed@4$kBluetoothLESecurityManagerReasonCodeCrossTransportKeyDerivationGenerationNotAllowed@14$kBluetoothLESecurityManagerReasonCodeDHKeyCheckFailed@11$kBluetoothLESecurityManagerReasonCodeEncryptionKeySize@6$kBluetoothLESecurityManagerReasonCodeInvalidParameters@10$kBluetoothLESecurityManagerReasonCodeNumericComparisonFailed@12$kBluetoothLESecurityManagerReasonCodeOOBNotAvailbale@2$kBluetoothLESecurityManagerReasonCodePairingNotSupported@5$kBluetoothLESecurityManagerReasonCodePasskeyEntryFailed@1$kBluetoothLESecurityManagerReasonCodeRepeatedAttempts@9$kBluetoothLESecurityManagerReasonCodeReserved@0$kBluetoothLESecurityManagerReasonCodeReservedEnd@255$kBluetoothLESecurityManagerReasonCodeReservedStart@15$kBluetoothLESecurityManagerReasonCodeUnspecifiedReason@8$kBluetoothLESecurityManagerReservedEnd@3$kBluetoothLESecurityManagerReservedStart@2$kBluetoothLESecurityManagerSignKey@4$kBluetoothLESecurityManagerUserInputCapabilityKeyboard@3$kBluetoothLESecurityManagerUserInputCapabilityNoInput@1$kBluetoothLESecurityManagerUserInputCapabilityYesNo@2$kBluetoothLESecurityManagerUserOutputCapabilityNoOutput@1$kBluetoothLESecurityManagerUserOutputCapabilityNumericOutput@2$kBluetoothLETXOctetsDefault@27$kBluetoothLETXOctetsMax@251$kBluetoothLETXOctetsMin@27$kBluetoothLETXTimeDefault@328$kBluetoothLETXTimeMax@2120$kBluetoothLETXTimeMin@328$kBluetoothLMPVersionCoreSpecification1_0b@0$kBluetoothLMPVersionCoreSpecification1_1@1$kBluetoothLMPVersionCoreSpecification1_2@2$kBluetoothLMPVersionCoreSpecification2_0EDR@3$kBluetoothLMPVersionCoreSpecification2_1EDR@4$kBluetoothLMPVersionCoreSpecification3_0HS@5$kBluetoothLMPVersionCoreSpecification4_0@6$kBluetoothLMPVersionCoreSpecification4_1@7$kBluetoothLMPVersionCoreSpecification4_2@8$kBluetoothLMPVersionCoreSpecification5_0@9$kBluetoothLMPVersionCoreSpecification5_1@10$kBluetoothLMPVersionCoreSpecification5_2@11$kBluetoothLimitedInquiryAccessCodeIndex@1$kBluetoothLimitedInquiryAccessCodeLAPValue@10390272$kBluetoothLinkTypeNone@255$kBluetoothOOBAuthenticationDataFromRemoteDevicePresent@1$kBluetoothOOBAuthenticationDataNotPresent@0$kBluetoothPacketType2DH1Omit@2$kBluetoothPacketType2DH3Omit@256$kBluetoothPacketType2DH5Omit@4096$kBluetoothPacketType3DH1Omit@4$kBluetoothPacketType3DH3Omit@512$kBluetoothPacketType3DM5Omit@8192$kBluetoothPacketTypeAUX@512$kBluetoothPacketTypeDH1@16$kBluetoothPacketTypeDH3@2048$kBluetoothPacketTypeDH5@32768$kBluetoothPacketTypeDM1@8$kBluetoothPacketTypeDM3@1024$kBluetoothPacketTypeDM5@16384$kBluetoothPacketTypeDV@256$kBluetoothPacketTypeHV1@32$kBluetoothPacketTypeHV2@64$kBluetoothPacketTypeHV3@128$kBluetoothPacketTypeReserved1@1$kBluetoothPageScanModeMandatory@0$kBluetoothPageScanModeOptional1@1$kBluetoothPageScanModeOptional2@2$kBluetoothPageScanModeOptional3@3$kBluetoothPageScanPeriodModeP0@0$kBluetoothPageScanPeriodModeP1@1$kBluetoothPageScanPeriodModeP2@2$kBluetoothPageScanRepetitionModeR0@0$kBluetoothPageScanRepetitionModeR1@1$kBluetoothPageScanRepetitionModeR2@2$kBluetoothRFCOMMParityTypeEvenParity@2$kBluetoothRFCOMMParityTypeMaxParity@3$kBluetoothRFCOMMParityTypeNoParity@0$kBluetoothRFCOMMParityTypeOddParity@1$kBluetoothRoleBecomeCentral@0$kBluetoothRoleBecomeMaster@0$kBluetoothRoleRemainPeripheral@1$kBluetoothRoleRemainSlave@1$kBluetoothSCOConnection@0$kBluetoothSDPAttributeDeviceIdentifierClientExecutableURL@11$kBluetoothSDPAttributeDeviceIdentifierDocumentationURL@10$kBluetoothSDPAttributeDeviceIdentifierPrimaryRecord@516$kBluetoothSDPAttributeDeviceIdentifierProductID@514$kBluetoothSDPAttributeDeviceIdentifierReservedRangeEnd@767$kBluetoothSDPAttributeDeviceIdentifierReservedRangeStart@518$kBluetoothSDPAttributeDeviceIdentifierServiceDescription@1$kBluetoothSDPAttributeDeviceIdentifierSpecificationID@512$kBluetoothSDPAttributeDeviceIdentifierVendorID@513$kBluetoothSDPAttributeDeviceIdentifierVendorIDSource@517$kBluetoothSDPAttributeDeviceIdentifierVersion@515$kBluetoothSDPAttributeIdentifierAdditionalProtocolsDescriptorList@13$kBluetoothSDPAttributeIdentifierAudioFeedbackSupport@773$kBluetoothSDPAttributeIdentifierBluetoothProfileDescriptorList@9$kBluetoothSDPAttributeIdentifierBrowseGroupList@5$kBluetoothSDPAttributeIdentifierClientExecutableURL@11$kBluetoothSDPAttributeIdentifierDocumentationURL@10$kBluetoothSDPAttributeIdentifierExternalNetwork@769$kBluetoothSDPAttributeIdentifierFaxClass1Support@770$kBluetoothSDPAttributeIdentifierFaxClass2Support@772$kBluetoothSDPAttributeIdentifierFaxClass2_0Support@771$kBluetoothSDPAttributeIdentifierGroupID@512$kBluetoothSDPAttributeIdentifierHIDBatteryPower@521$kBluetoothSDPAttributeIdentifierHIDBootDevice@526$kBluetoothSDPAttributeIdentifierHIDCountryCode@515$kBluetoothSDPAttributeIdentifierHIDDescriptorList@518$kBluetoothSDPAttributeIdentifierHIDDeviceSubclass@514$kBluetoothSDPAttributeIdentifierHIDLangIDBaseList@519$kBluetoothSDPAttributeIdentifierHIDNormallyConnectable@525$kBluetoothSDPAttributeIdentifierHIDParserVersion@513$kBluetoothSDPAttributeIdentifierHIDProfileVersion@523$kBluetoothSDPAttributeIdentifierHIDReconnectInitiate@517$kBluetoothSDPAttributeIdentifierHIDReleaseNumber@512$kBluetoothSDPAttributeIdentifierHIDRemoteWake@522$kBluetoothSDPAttributeIdentifierHIDSDPDisable@520$kBluetoothSDPAttributeIdentifierHIDSSRHostMaxLatency@527$kBluetoothSDPAttributeIdentifierHIDSSRHostMinTimeout@528$kBluetoothSDPAttributeIdentifierHIDSupervisionTimeout@524$kBluetoothSDPAttributeIdentifierHIDVirtualCable@516$kBluetoothSDPAttributeIdentifierHomepageURL@776$kBluetoothSDPAttributeIdentifierIPSubnet@512$kBluetoothSDPAttributeIdentifierIconURL@12$kBluetoothSDPAttributeIdentifierLanguageBaseAttributeIDList@6$kBluetoothSDPAttributeIdentifierMaxNetAccessRate@780$kBluetoothSDPAttributeIdentifierNetAccessType@779$kBluetoothSDPAttributeIdentifierNetwork@769$kBluetoothSDPAttributeIdentifierNetworkAddress@774$kBluetoothSDPAttributeIdentifierProtocolDescriptorList@4$kBluetoothSDPAttributeIdentifierProviderName@2$kBluetoothSDPAttributeIdentifierRemoteAudioVolumeControl@770$kBluetoothSDPAttributeIdentifierSecurityDescription@778$kBluetoothSDPAttributeIdentifierServiceAvailability@8$kBluetoothSDPAttributeIdentifierServiceClassIDList@1$kBluetoothSDPAttributeIdentifierServiceDatabaseState@513$kBluetoothSDPAttributeIdentifierServiceDescription@1$kBluetoothSDPAttributeIdentifierServiceID@3$kBluetoothSDPAttributeIdentifierServiceInfoTimeToLive@7$kBluetoothSDPAttributeIdentifierServiceName@0$kBluetoothSDPAttributeIdentifierServiceRecordHandle@0$kBluetoothSDPAttributeIdentifierServiceRecordState@2$kBluetoothSDPAttributeIdentifierServiceVersion@768$kBluetoothSDPAttributeIdentifierSupportedCapabilities@784$kBluetoothSDPAttributeIdentifierSupportedDataStoresList@769$kBluetoothSDPAttributeIdentifierSupportedFeatures@785$kBluetoothSDPAttributeIdentifierSupportedFunctions@786$kBluetoothSDPAttributeIdentifierSupporterFormatsList@771$kBluetoothSDPAttributeIdentifierTotalImagingDataCapacity@787$kBluetoothSDPAttributeIdentifierVersionNumberList@512$kBluetoothSDPAttributeIdentifierWAPGateway@775$kBluetoothSDPAttributeIdentifierWAPStackType@777$kBluetoothSDPDataElementTypeBoolean@5$kBluetoothSDPDataElementTypeDataElementAlternative@7$kBluetoothSDPDataElementTypeDataElementSequence@6$kBluetoothSDPDataElementTypeNil@0$kBluetoothSDPDataElementTypeReservedEnd@31$kBluetoothSDPDataElementTypeReservedStart@9$kBluetoothSDPDataElementTypeSignedInt@2$kBluetoothSDPDataElementTypeString@4$kBluetoothSDPDataElementTypeURL@8$kBluetoothSDPDataElementTypeUUID@3$kBluetoothSDPDataElementTypeUnsignedInt@1$kBluetoothSDPErrorCodeInsufficientResources@6$kBluetoothSDPErrorCodeInvalidContinuationState@5$kBluetoothSDPErrorCodeInvalidPDUSize@4$kBluetoothSDPErrorCodeInvalidRequestSyntax@3$kBluetoothSDPErrorCodeInvalidSDPVersion@1$kBluetoothSDPErrorCodeInvalidServiceRecordHandle@2$kBluetoothSDPErrorCodeReserved@0$kBluetoothSDPErrorCodeReservedEnd@65535$kBluetoothSDPErrorCodeReservedStart@7$kBluetoothSDPErrorCodeSuccess@0$kBluetoothSDPPDUIDErrorResponse@1$kBluetoothSDPPDUIDReserved@0$kBluetoothSDPPDUIDServiceAttributeRequest@4$kBluetoothSDPPDUIDServiceAttributeResponse@5$kBluetoothSDPPDUIDServiceSearchAttributeRequest@6$kBluetoothSDPPDUIDServiceSearchAttributeResponse@7$kBluetoothSDPPDUIDServiceSearchRequest@2$kBluetoothSDPPDUIDServiceSearchResponse@3$kBluetoothSDPProtocolParameterBNEPSupportedNetworkPacketTypeList@2$kBluetoothSDPProtocolParameterBNEPVersion@1$kBluetoothSDPProtocolParameterL2CAPPSM@1$kBluetoothSDPProtocolParameterRFCOMMChannel@1$kBluetoothSDPProtocolParameterTCPPort@1$kBluetoothSDPProtocolParameterUDPPort@1$kBluetoothSDPUUID16ATT@7$kBluetoothSDPUUID16AVCTP@23$kBluetoothSDPUUID16AVDTP@25$kBluetoothSDPUUID16BNEP@15$kBluetoothSDPUUID16Base@0$kBluetoothSDPUUID16CMPT@27$kBluetoothSDPUUID16FTP@10$kBluetoothSDPUUID16HIDP@17$kBluetoothSDPUUID16HTTP@12$kBluetoothSDPUUID16HardcopyControlChannel@18$kBluetoothSDPUUID16HardcopyDataChannel@20$kBluetoothSDPUUID16HardcopyNotification@22$kBluetoothSDPUUID16IP@9$kBluetoothSDPUUID16L2CAP@256$kBluetoothSDPUUID16MCAPControlChannel@30$kBluetoothSDPUUID16MCAPDataChannel@31$kBluetoothSDPUUID16OBEX@8$kBluetoothSDPUUID16RFCOMM@3$kBluetoothSDPUUID16SDP@1$kBluetoothSDPUUID16ServiceClassAVRemoteControl@4366$kBluetoothSDPUUID16ServiceClassAVRemoteControlController@4367$kBluetoothSDPUUID16ServiceClassAVRemoteControlTarget@4364$kBluetoothSDPUUID16ServiceClassAdvancedAudioDistribution@4365$kBluetoothSDPUUID16ServiceClassAudioSink@4363$kBluetoothSDPUUID16ServiceClassAudioSource@4362$kBluetoothSDPUUID16ServiceClassAudioVideo@4396$kBluetoothSDPUUID16ServiceClassBasicPrinting@4386$kBluetoothSDPUUID16ServiceClassBrowseGroupDescriptor@4097$kBluetoothSDPUUID16ServiceClassCommonISDNAccess@4392$kBluetoothSDPUUID16ServiceClassCordlessTelephony@4361$kBluetoothSDPUUID16ServiceClassDialupNetworking@4355$kBluetoothSDPUUID16ServiceClassDirectPrinting@4376$kBluetoothSDPUUID16ServiceClassDirectPrintingReferenceObjectsService@4384$kBluetoothSDPUUID16ServiceClassFax@4369$kBluetoothSDPUUID16ServiceClassGATT@6145$kBluetoothSDPUUID16ServiceClassGN@4375$kBluetoothSDPUUID16ServiceClassGenericAudio@4611$kBluetoothSDPUUID16ServiceClassGenericFileTransfer@4610$kBluetoothSDPUUID16ServiceClassGenericNetworking@4609$kBluetoothSDPUUID16ServiceClassGenericTelephony@4612$kBluetoothSDPUUID16ServiceClassGlobalNavigationSatelliteSystem@4405$kBluetoothSDPUUID16ServiceClassGlobalNavigationSatelliteSystemServer@4406$kBluetoothSDPUUID16ServiceClassHCR_Print@4390$kBluetoothSDPUUID16ServiceClassHCR_Scan@4391$kBluetoothSDPUUID16ServiceClassHandsFree@4382$kBluetoothSDPUUID16ServiceClassHandsFreeAudioGateway@4383$kBluetoothSDPUUID16ServiceClassHardcopyCableReplacement@4389$kBluetoothSDPUUID16ServiceClassHeadset@4360$kBluetoothSDPUUID16ServiceClassHeadsetAudioGateway@4370$kBluetoothSDPUUID16ServiceClassHeadset_HS@4401$kBluetoothSDPUUID16ServiceClassHealthDevice@5120$kBluetoothSDPUUID16ServiceClassHealthDeviceSink@5122$kBluetoothSDPUUID16ServiceClassHealthDeviceSource@5121$kBluetoothSDPUUID16ServiceClassHumanInterfaceDeviceService@4388$kBluetoothSDPUUID16ServiceClassImaging@4378$kBluetoothSDPUUID16ServiceClassImagingAutomaticArchive@4380$kBluetoothSDPUUID16ServiceClassImagingReferencedObjects@4381$kBluetoothSDPUUID16ServiceClassImagingResponder@4379$kBluetoothSDPUUID16ServiceClassIntercom@4368$kBluetoothSDPUUID16ServiceClassIrMCSync@4356$kBluetoothSDPUUID16ServiceClassIrMCSyncCommand@4359$kBluetoothSDPUUID16ServiceClassLANAccessUsingPPP@4354$kBluetoothSDPUUID16ServiceClassMessageAccessProfile@4404$kBluetoothSDPUUID16ServiceClassMessageAccessServer@4402$kBluetoothSDPUUID16ServiceClassMessageNotificationServer@4403$kBluetoothSDPUUID16ServiceClassNAP@4374$kBluetoothSDPUUID16ServiceClassOBEXFileTransfer@4358$kBluetoothSDPUUID16ServiceClassOBEXObjectPush@4357$kBluetoothSDPUUID16ServiceClassPANU@4373$kBluetoothSDPUUID16ServiceClassPhonebookAccess@4400$kBluetoothSDPUUID16ServiceClassPhonebookAccess_PCE@4398$kBluetoothSDPUUID16ServiceClassPhonebookAccess_PSE@4399$kBluetoothSDPUUID16ServiceClassPnPInformation@4608$kBluetoothSDPUUID16ServiceClassPrintingStatus@4387$kBluetoothSDPUUID16ServiceClassPublicBrowseGroup@4098$kBluetoothSDPUUID16ServiceClassReferencePrinting@4377$kBluetoothSDPUUID16ServiceClassReflectedUI@4385$kBluetoothSDPUUID16ServiceClassSIM_Access@4397$kBluetoothSDPUUID16ServiceClassSerialPort@4353$kBluetoothSDPUUID16ServiceClassServiceDiscoveryServer@4096$kBluetoothSDPUUID16ServiceClassUDI_MT@4394$kBluetoothSDPUUID16ServiceClassUDI_TA@4395$kBluetoothSDPUUID16ServiceClassVideoConferencingGW@4393$kBluetoothSDPUUID16ServiceClassVideoDistribution@4869$kBluetoothSDPUUID16ServiceClassVideoSink@4868$kBluetoothSDPUUID16ServiceClassVideoSource@4867$kBluetoothSDPUUID16ServiceClassWAP@4371$kBluetoothSDPUUID16ServiceClassWAPClient@4372$kBluetoothSDPUUID16TCP@4$kBluetoothSDPUUID16TCSAT@6$kBluetoothSDPUUID16TCSBIN@5$kBluetoothSDPUUID16UDI_C_Plane@29$kBluetoothSDPUUID16UDP@2$kBluetoothSDPUUID16UPNP@16$kBluetoothSDPUUID16WSP@14$kBluetoothServiceClassMajorAny@707406378$kBluetoothServiceClassMajorAudio@256$kBluetoothServiceClassMajorCapturing@64$kBluetoothServiceClassMajorInformation@1024$kBluetoothServiceClassMajorLimitedDiscoverableMode@1$kBluetoothServiceClassMajorNetworking@16$kBluetoothServiceClassMajorNone@1852796517$kBluetoothServiceClassMajorObjectTransfer@128$kBluetoothServiceClassMajorPositioning@8$kBluetoothServiceClassMajorRendering@32$kBluetoothServiceClassMajorReserved1@2$kBluetoothServiceClassMajorReserved2@4$kBluetoothServiceClassMajorTelephony@512$kBluetoothSynchronousConnectionPacketType2EV3Omit@64$kBluetoothSynchronousConnectionPacketType2EV5Omit@256$kBluetoothSynchronousConnectionPacketType3EV3Omit@128$kBluetoothSynchronousConnectionPacketType3EV5Omit@512$kBluetoothSynchronousConnectionPacketTypeAll@65535$kBluetoothSynchronousConnectionPacketTypeEV3@8$kBluetoothSynchronousConnectionPacketTypeEV4@16$kBluetoothSynchronousConnectionPacketTypeEV5@32$kBluetoothSynchronousConnectionPacketTypeFutureUse@64512$kBluetoothSynchronousConnectionPacketTypeHV1@1$kBluetoothSynchronousConnectionPacketTypeHV2@2$kBluetoothSynchronousConnectionPacketTypeHV3@4$kBluetoothSynchronousConnectionPacketTypeNone@0$kBluetoothTransportTypePCCard@2$kBluetoothTransportTypePCICard@3$kBluetoothTransportTypePCIe@5$kBluetoothTransportTypeUART@4$kBluetoothTransportTypeUSB@1$kBluetoothVoiceSettingAirCodingFormatALaw@2$kBluetoothVoiceSettingAirCodingFormatCVSD@0$kBluetoothVoiceSettingAirCodingFormatMask@3$kBluetoothVoiceSettingAirCodingFormatTransparentData@3$kBluetoothVoiceSettingAirCodingFormatULaw@1$kBluetoothVoiceSettingInputCodingALawInputCoding@512$kBluetoothVoiceSettingInputCodingLinearInputCoding@0$kBluetoothVoiceSettingInputCodingMask@768$kBluetoothVoiceSettingInputCodingULawInputCoding@256$kBluetoothVoiceSettingInputDataFormat1sComplement@0$kBluetoothVoiceSettingInputDataFormat2sComplement@64$kBluetoothVoiceSettingInputDataFormatMask@192$kBluetoothVoiceSettingInputDataFormatSignMagnitude@128$kBluetoothVoiceSettingInputDataFormatUnsigned@192$kBluetoothVoiceSettingInputSampleSize16Bit@32$kBluetoothVoiceSettingInputSampleSize8Bit@0$kBluetoothVoiceSettingInputSampleSizeMask@32$kBluetoothVoiceSettingPCMBitPositionMask@28$kConnectionActiveMode@0$kConnectionHoldMode@1$kConnectionModeReservedForFutureUse@4$kConnectionParkMode@3$kConnectionSniffMode@2$kDefaultPageTimeout@10000$kDeleteAllStoredLinkKeys@1$kDeleteKeyForSpecifiedDeviceOnly@0$kDisableAllLMModes@0$kEnableCentralPeripheralSwitch@1$kEnableHoldMode@2$kEnableMasterSlaveSwitch@1$kEnableParkMode@8$kEnableSniffMode@4$kEncryptionDisabled@0$kEncryptionForBothPointToPointAndBroadcastPackets@2$kEncryptionOnlyForPointToPointPackets@1$kFTSFileTypeFile@2$kFTSFileTypeFolder@1$kHCIACLDataPacketsOffHCISCODataPacketsOn@2$kHCIACLDataPacketsOnHCISCODataPacketsOff@1$kHCIACLDataPacketsOnHCISCODataPacketsOn@3$kHCIRetransmissionEffortTypeAtLeastOneAndOptimizeForPower@1$kHCIRetransmissionEffortTypeAtLeastOneAndOptimizeLinkQuality@2$kHCIRetransmissionEffortTypeDontCare@255$kHCIRetransmissionEffortTypeNone@0$kHostControllerToHostFlowControlOff@0$kIOBluetoothDeviceSearchClassic@1$kIOBluetoothDeviceSearchLE@2$kIOBluetoothL2CAPChannelEventTypeClosed@3$kIOBluetoothL2CAPChannelEventTypeData@1$kIOBluetoothL2CAPChannelEventTypeOpenComplete@2$kIOBluetoothL2CAPChannelEventTypeQueueSpaceAvailable@6$kIOBluetoothL2CAPChannelEventTypeReconfigured@4$kIOBluetoothL2CAPChannelEventTypeWriteComplete@5$kIOBluetoothObjectIDNULL@0$kIOBluetoothUserNotificationChannelDirectionAny@0$kIOBluetoothUserNotificationChannelDirectionIncoming@1$kIOBluetoothUserNotificationChannelDirectionOutgoing@2$kInfoStringMaxLength@35$kInquiryScanDisabledPageScanEnabled@2$kInquiryScanEnabledPageScanDisabled@1$kInquiryScanEnabledPageScanEnabled@3$kMaintainCurrentPowerState@0$kMandatoryPageScanMode@0$kMaxChannelIDPerSide@31$kMaximumNumberOfInquiryAccessCodes@64$kNoScansEnabled@0$kOBEXBadArgumentError@-21854$kOBEXBadRequestError@-21856$kOBEXCancelledError@-21857$kOBEXConflictError@-21861$kOBEXConnectFlag1Reserved@2$kOBEXConnectFlag2Reserved@4$kOBEXConnectFlag3Reserved@8$kOBEXConnectFlag4Reserved@16$kOBEXConnectFlag5Reserved@32$kOBEXConnectFlag6Reserved@64$kOBEXConnectFlag7Reserved@128$kOBEXConnectFlagNone@0$kOBEXConnectFlagSupportMultipleItLMPConnections@1$kOBEXErrorRangeMax@-21899$kOBEXErrorRangeMin@-21850$kOBEXForbiddenError@-21858$kOBEXGeneralError@-21850$kOBEXHeaderIDAppParameters@76$kOBEXHeaderIDAuthorizationChallenge@77$kOBEXHeaderIDAuthorizationResponse@78$kOBEXHeaderIDBody@72$kOBEXHeaderIDConnectionID@203$kOBEXHeaderIDCount@192$kOBEXHeaderIDDescription@5$kOBEXHeaderIDEndOfBody@73$kOBEXHeaderIDHTTP@71$kOBEXHeaderIDLength@195$kOBEXHeaderIDName@1$kOBEXHeaderIDOBEX13CreatorID@207$kOBEXHeaderIDOBEX13ObjectClass@81$kOBEXHeaderIDOBEX13SessionParameters@82$kOBEXHeaderIDOBEX13SessionSequenceNumber@147$kOBEXHeaderIDOBEX13WANUUID@80$kOBEXHeaderIDObjectClass@79$kOBEXHeaderIDReservedRangeEnd@47$kOBEXHeaderIDReservedRangeStart@16$kOBEXHeaderIDTarget@70$kOBEXHeaderIDTime4Byte@196$kOBEXHeaderIDTimeISO@68$kOBEXHeaderIDType@66$kOBEXHeaderIDUserDefinedRangeEnd@63$kOBEXHeaderIDUserDefinedRangeStart@48$kOBEXHeaderIDWho@74$kOBEXInternalError@-21853$kOBEXMethodNotAllowedError@-21862$kOBEXNoResourcesError@-21851$kOBEXNonceFlag2Reserved@4$kOBEXNonceFlag3Reserved@8$kOBEXNonceFlag4Reserved@16$kOBEXNonceFlag5Reserved@32$kOBEXNonceFlag6Reserved@64$kOBEXNonceFlag7Reserved@128$kOBEXNonceFlagAccessModeReadOnly@2$kOBEXNonceFlagNone@0$kOBEXNonceFlagSendUserIDInResponse@1$kOBEXNotAcceptableError@-21860$kOBEXNotFoundError@-21863$kOBEXNotImplementedError@-21864$kOBEXOpCodeAbort@255$kOBEXOpCodeCloseSession@1$kOBEXOpCodeConnect@128$kOBEXOpCodeCreateSession@0$kOBEXOpCodeDisconnect@129$kOBEXOpCodeGet@3$kOBEXOpCodeGetWithHighBitSet@131$kOBEXOpCodePut@2$kOBEXOpCodePutWithHighBitSet@130$kOBEXOpCodeReserved@4$kOBEXOpCodeReservedRangeEnd@15$kOBEXOpCodeReservedRangeStart@6$kOBEXOpCodeReservedWithHighBitSet@132$kOBEXOpCodeResumeSession@3$kOBEXOpCodeSetPath@133$kOBEXOpCodeSetTimeout@4$kOBEXOpCodeSuspendSession@2$kOBEXOpCodeUserDefinedEnd@31$kOBEXOpCodeUserDefinedStart@16$kOBEXPreconditionFailedError@-21865$kOBEXPutFlag2Reserved@4$kOBEXPutFlag3Reserved@8$kOBEXPutFlag4Reserved@16$kOBEXPutFlag5Reserved@32$kOBEXPutFlag6Reserved@64$kOBEXPutFlag7Reserved@128$kOBEXPutFlagDontCreateDirectory@2$kOBEXPutFlagGoToParentDirFirst@1$kOBEXPutFlagNone@0$kOBEXRealmASCII@0$kOBEXRealmISO88591@1$kOBEXRealmISO88592@2$kOBEXRealmISO88593@3$kOBEXRealmISO88594@4$kOBEXRealmISO88595@5$kOBEXRealmISO88596@6$kOBEXRealmISO88597@7$kOBEXRealmISO88598@8$kOBEXRealmISO88599@9$kOBEXRealmUNICODE@255$kOBEXResponseCodeAccepted@34$kOBEXResponseCodeAcceptedWithFinalBit@162$kOBEXResponseCodeBadGateway@82$kOBEXResponseCodeBadGatewayWithFinalBit@210$kOBEXResponseCodeBadRequest@64$kOBEXResponseCodeBadRequestWithFinalBit@192$kOBEXResponseCodeConflict@73$kOBEXResponseCodeConflictWithFinalBit@201$kOBEXResponseCodeContinue@16$kOBEXResponseCodeContinueWithFinalBit@144$kOBEXResponseCodeCreated@33$kOBEXResponseCodeCreatedWithFinalBit@161$kOBEXResponseCodeDatabaseFull@96$kOBEXResponseCodeDatabaseFullWithFinalBit@224$kOBEXResponseCodeDatabaseLocked@97$kOBEXResponseCodeDatabaseLockedWithFinalBit@225$kOBEXResponseCodeForbidden@67$kOBEXResponseCodeForbiddenWithFinalBit@195$kOBEXResponseCodeGatewayTimeout@84$kOBEXResponseCodeGatewayTimeoutWithFinalBit@212$kOBEXResponseCodeGone@74$kOBEXResponseCodeGoneWithFinalBit@202$kOBEXResponseCodeHTTPVersionNotSupported@85$kOBEXResponseCodeHTTPVersionNotSupportedWithFinalBit@213$kOBEXResponseCodeInternalServerError@80$kOBEXResponseCodeInternalServerErrorWithFinalBit@208$kOBEXResponseCodeLengthRequired@75$kOBEXResponseCodeLengthRequiredFinalBit@203$kOBEXResponseCodeMethodNotAllowed@69$kOBEXResponseCodeMethodNotAllowedWithFinalBit@197$kOBEXResponseCodeMovedPermanently@49$kOBEXResponseCodeMovedPermanentlyWithFinalBit@177$kOBEXResponseCodeMovedTemporarily@50$kOBEXResponseCodeMovedTemporarilyWithFinalBit@178$kOBEXResponseCodeMultipleChoices@48$kOBEXResponseCodeMultipleChoicesWithFinalBit@176$kOBEXResponseCodeNoContent@36$kOBEXResponseCodeNoContentWithFinalBit@164$kOBEXResponseCodeNonAuthoritativeInfo@35$kOBEXResponseCodeNonAuthoritativeInfoWithFinalBit@163$kOBEXResponseCodeNotAcceptable@70$kOBEXResponseCodeNotAcceptableWithFinalBit@198$kOBEXResponseCodeNotFound@68$kOBEXResponseCodeNotFoundWithFinalBit@196$kOBEXResponseCodeNotImplemented@81$kOBEXResponseCodeNotImplementedWithFinalBit@209$kOBEXResponseCodeNotModified@52$kOBEXResponseCodeNotModifiedWithFinalBit@180$kOBEXResponseCodePartialContent@38$kOBEXResponseCodePartialContentWithFinalBit@166$kOBEXResponseCodePaymentRequired@66$kOBEXResponseCodePaymentRequiredWithFinalBit@194$kOBEXResponseCodePreconditionFailed@76$kOBEXResponseCodePreconditionFailedWithFinalBit@204$kOBEXResponseCodeProxyAuthenticationRequired@71$kOBEXResponseCodeProxyAuthenticationRequiredWithFinalBit@199$kOBEXResponseCodeRequestTimeOut@72$kOBEXResponseCodeRequestTimeOutWithFinalBit@200$kOBEXResponseCodeRequestURLTooLarge@78$kOBEXResponseCodeRequestURLTooLargeWithFinalBit@206$kOBEXResponseCodeRequestedEntityTooLarge@77$kOBEXResponseCodeRequestedEntityTooLargeWithFinalBit@205$kOBEXResponseCodeReservedRangeEnd@15$kOBEXResponseCodeReservedRangeStart@0$kOBEXResponseCodeResetContent@37$kOBEXResponseCodeResetContentWithFinalBit@165$kOBEXResponseCodeSeeOther@51$kOBEXResponseCodeSeeOtherWithFinalBit@179$kOBEXResponseCodeServiceUnavailable@83$kOBEXResponseCodeServiceUnavailableWithFinalBit@211$kOBEXResponseCodeSuccess@32$kOBEXResponseCodeSuccessWithFinalBit@160$kOBEXResponseCodeUnauthorized@65$kOBEXResponseCodeUnauthorizedWithFinalBit@193$kOBEXResponseCodeUnsupportedMediaType@79$kOBEXResponseCodeUnsupportedMediaTypeWithFinalBit@207$kOBEXResponseCodeUseProxy@53$kOBEXResponseCodeUseProxyWithFinalBit@181$kOBEXSessionAlreadyConnectedError@-21882$kOBEXSessionBadRequestError@-21877$kOBEXSessionBadResponseError@-21878$kOBEXSessionBusyError@-21875$kOBEXSessionEventTypeAbortCommandReceived@1330857281$kOBEXSessionEventTypeAbortCommandResponseReceived@1329808705$kOBEXSessionEventTypeConnectCommandReceived@1330857283$kOBEXSessionEventTypeConnectCommandResponseReceived@1329808707$kOBEXSessionEventTypeDisconnectCommandReceived@1330857284$kOBEXSessionEventTypeDisconnectCommandResponseReceived@1329808708$kOBEXSessionEventTypeError@1330070853$kOBEXSessionEventTypeGetCommandReceived@1330857287$kOBEXSessionEventTypeGetCommandResponseReceived@1329808711$kOBEXSessionEventTypePutCommandReceived@1330857296$kOBEXSessionEventTypePutCommandResponseReceived@1329808720$kOBEXSessionEventTypeSetPathCommandReceived@1330857299$kOBEXSessionEventTypeSetPathCommandResponseReceived@1329808723$kOBEXSessionNoTransportError@-21879$kOBEXSessionNotConnectedError@-21876$kOBEXSessionParameterTagDeviceAddress@0$kOBEXSessionParameterTagNextSequenceNumber@3$kOBEXSessionParameterTagNonce@1$kOBEXSessionParameterTagSessionID@2$kOBEXSessionParameterTagSessionOpcode@5$kOBEXSessionParameterTagTimeout@4$kOBEXSessionTimeoutError@-21881$kOBEXSessionTransportDiedError@-21880$kOBEXSuccess@0$kOBEXTimeoutError@-21855$kOBEXTransportEventTypeDataReceived@1147237441$kOBEXTransportEventTypeStatus@1400136020$kOBEXUnauthorizedError@-21859$kOBEXUnsupportedError@-21852$kOBEXVersion10@16$kOptionalPageScanMode1@1$kOptionalPageScanMode2@2$kOptionalPageScanMode3@3$kP0Mode@0$kP1Mode@1$kP2Mode@2$kReadAllStoredLinkKeys@1$kReadCurrentTransmitPowerLevel@0$kReadMaximumTransmitPowerLevel@1$kReservedForFutureUse@16$kReturnLinkKeyForSpecifiedDeviceOnly@0$kSCOFlowControlDisabled@0$kSCOFlowControlEnabled@1$kSearchOptionsAlwaysStartInquiry@1$kSearchOptionsDiscardCachedResults@2$kSearchOptionsNone@0$kSuspendInquiryScan@2$kSuspendPageScan@1$kSuspendPeriodicInquiries@3$"""
|
|
827
|
+
enums = """$BluetoothLEAddressTypePublic@0$BluetoothLEAddressTypeRandom@1$BluetoothLEAdvertisingTypeConnectableDirected@1$BluetoothLEAdvertisingTypeConnectableUndirected@0$BluetoothLEAdvertisingTypeDiscoverableUndirected@2$BluetoothLEAdvertisingTypeNonConnectableUndirected@3$BluetoothLEAdvertisingTypeScanResponse@4$BluetoothLEConnectionIntervalMax@3200$BluetoothLEConnectionIntervalMin@6$BluetoothLEScanDisable@0$BluetoothLEScanDuplicateFilterDisable@0$BluetoothLEScanDuplicateFilterEnable@1$BluetoothLEScanEnable@1$BluetoothLEScanFilterNone@0$BluetoothLEScanFilterSafelist@1$BluetoothLEScanFilterWhitelist@1$BluetoothLEScanTypeActive@1$BluetoothLEScanTypePassive@0$BluetoothRFCOMMLineStatusFramingError@3$BluetoothRFCOMMLineStatusNoError@0$BluetoothRFCOMMLineStatusOverrunError@1$BluetoothRFCOMMLineStatusParityError@2$IOBluetoothHandsFreeAudioGatewayFeatureAttachedNumberToVoiceTag@16$IOBluetoothHandsFreeAudioGatewayFeatureCodecNegotiation@512$IOBluetoothHandsFreeAudioGatewayFeatureECAndOrNRFunction@2$IOBluetoothHandsFreeAudioGatewayFeatureEnhancedCallControl@128$IOBluetoothHandsFreeAudioGatewayFeatureEnhancedCallStatus@64$IOBluetoothHandsFreeAudioGatewayFeatureExtendedErrorResultCodes@256$IOBluetoothHandsFreeAudioGatewayFeatureInBandRingTone@8$IOBluetoothHandsFreeAudioGatewayFeatureNone@0$IOBluetoothHandsFreeAudioGatewayFeatureRejectCallCapability@32$IOBluetoothHandsFreeAudioGatewayFeatureThreeWayCalling@1$IOBluetoothHandsFreeAudioGatewayFeatureVoiceRecognition@4$IOBluetoothHandsFreeCallHoldMode0@1$IOBluetoothHandsFreeCallHoldMode1@2$IOBluetoothHandsFreeCallHoldMode1idx@4$IOBluetoothHandsFreeCallHoldMode2@8$IOBluetoothHandsFreeCallHoldMode2idx@16$IOBluetoothHandsFreeCallHoldMode3@32$IOBluetoothHandsFreeCallHoldMode4@64$IOBluetoothHandsFreeCodecIDAACELD@128$IOBluetoothHandsFreeCodecIDCVSD@1$IOBluetoothHandsFreeCodecIDmSBC@2$IOBluetoothHandsFreeDeviceFeatureCLIPresentation@4$IOBluetoothHandsFreeDeviceFeatureCodecNegotiation@128$IOBluetoothHandsFreeDeviceFeatureECAndOrNRFunction@1$IOBluetoothHandsFreeDeviceFeatureEnhancedCallControl@64$IOBluetoothHandsFreeDeviceFeatureEnhancedCallStatus@32$IOBluetoothHandsFreeDeviceFeatureNone@0$IOBluetoothHandsFreeDeviceFeatureRemoteVolumeControl@16$IOBluetoothHandsFreeDeviceFeatureThreeWayCalling@2$IOBluetoothHandsFreeDeviceFeatureVoiceRecognition@8$IOBluetoothHandsFreeManufactureSpecificSMSSupport@4$IOBluetoothHandsFreePDUStatusAll@4$IOBluetoothHandsFreePDUStatusRecRead@1$IOBluetoothHandsFreePDUStatusRecUnread@0$IOBluetoothHandsFreePDUStatusStoSent@3$IOBluetoothHandsFreePDUStatusStoUnsent@2$IOBluetoothHandsFreePhase2SMSSupport@1$IOBluetoothHandsFreePhase2pSMSSupport@2$IOBluetoothSMSModePDU@0$IOBluetoothSMSModeText@1$KBluetoothExtendedFeatureSecureConnectionsHostMode@8$kAFHChannelAssessmentModeDisabled@0$kAFHChannelAssessmentModeEnabled@1$kAuthenticationDisabled@0$kAuthenticationEnabled@1$kBluetoothACLConnection@1$kBluetoothACLLogicalChannelL2CAPContinue@1$kBluetoothACLLogicalChannelL2CAPStart@2$kBluetoothACLLogicalChannelLMP@3$kBluetoothACLLogicalChannelReserved@0$kBluetoothAMPManagerCodeAMPChangeNotify@4$kBluetoothAMPManagerCodeAMPChangeResponse@5$kBluetoothAMPManagerCodeAMPCommandReject@1$kBluetoothAMPManagerCodeAMPCreatePhysicalLinkRequest@10$kBluetoothAMPManagerCodeAMPCreatePhysicalLinkResponse@11$kBluetoothAMPManagerCodeAMPDisconnectPhysicalLinkRequest@12$kBluetoothAMPManagerCodeAMPDisconnectPhysicalLinkResponse@13$kBluetoothAMPManagerCodeAMPDiscoverRequest@2$kBluetoothAMPManagerCodeAMPDiscoverResponse@3$kBluetoothAMPManagerCodeAMPGetAssocRequest@8$kBluetoothAMPManagerCodeAMPGetAssocResponse@9$kBluetoothAMPManagerCodeAMPGetInfoRequest@6$kBluetoothAMPManagerCodeAMPGetInfoResponse@7$kBluetoothAMPManagerCodeReserved@0$kBluetoothAMPManagerCommandRejectReasonCommandNotRecognized@0$kBluetoothAMPManagerCreatePhysicalLinkResponseAMPDisconnectedPhysicalLinkRequestReceived@4$kBluetoothAMPManagerCreatePhysicalLinkResponseCollisionOccurred@3$kBluetoothAMPManagerCreatePhysicalLinkResponseInvalidControllerID@1$kBluetoothAMPManagerCreatePhysicalLinkResponsePhysicalLinkAlreadyExists@5$kBluetoothAMPManagerCreatePhysicalLinkResponseSecurityViolation@6$kBluetoothAMPManagerCreatePhysicalLinkResponseSuccess@0$kBluetoothAMPManagerCreatePhysicalLinkResponseUnableToStartLinkCreation@2$kBluetoothAMPManagerDisconnectPhysicalLinkResponseInvalidControllerID@1$kBluetoothAMPManagerDisconnectPhysicalLinkResponseNoPhysicalLink@2$kBluetoothAMPManagerDisconnectPhysicalLinkResponseSuccess@0$kBluetoothAMPManagerDiscoverResponseControllerStatusBluetoothOnly@1$kBluetoothAMPManagerDiscoverResponseControllerStatusFullCapacity@6$kBluetoothAMPManagerDiscoverResponseControllerStatusHighCapacity@5$kBluetoothAMPManagerDiscoverResponseControllerStatusLowCapacity@3$kBluetoothAMPManagerDiscoverResponseControllerStatusMediumCapacity@4$kBluetoothAMPManagerDiscoverResponseControllerStatusNoCapacity@2$kBluetoothAMPManagerDiscoverResponseControllerStatusPoweredDown@0$kBluetoothAMPManagerGetAssocResponseInvalidControllerID@1$kBluetoothAMPManagerGetAssocResponseSuccess@0$kBluetoothAMPManagerGetInfoResponseInvalidControllerID@1$kBluetoothAMPManagerGetInfoResponseSuccess@0$kBluetoothAirModeALawLog@1$kBluetoothAirModeCVSD@2$kBluetoothAirModeTransparentData@3$kBluetoothAirModeULawLog@0$kBluetoothAllowRoleSwitch@1$kBluetoothAuthenticationRequirementsMITMProtectionNotRequired@0$kBluetoothAuthenticationRequirementsMITMProtectionNotRequiredDedicatedBonding@2$kBluetoothAuthenticationRequirementsMITMProtectionNotRequiredGeneralBonding@4$kBluetoothAuthenticationRequirementsMITMProtectionNotRequiredNoBonding@0$kBluetoothAuthenticationRequirementsMITMProtectionRequired@1$kBluetoothAuthenticationRequirementsMITMProtectionRequiredDedicatedBonding@3$kBluetoothAuthenticationRequirementsMITMProtectionRequiredGeneralBonding@5$kBluetoothAuthenticationRequirementsMITMProtectionRequiredNoBonding@1$kBluetoothCapabilityTypeDisplayOnly@0$kBluetoothCapabilityTypeDisplayYesNo@1$kBluetoothCapabilityTypeKeyboardOnly@2$kBluetoothCapabilityTypeNoInputNoOutput@3$kBluetoothCompanyIdentifer3Com@5$kBluetoothCompanyIdentifer3DSP@73$kBluetoothCompanyIdentifer3DiJoy@84$kBluetoothCompanyIdentifer9SolutionsOy@102$kBluetoothCompanyIdentiferAAMPofAmerica@190$kBluetoothCompanyIdentiferAAndDEngineering@105$kBluetoothCompanyIdentiferAAndRCambridge@124$kBluetoothCompanyIdentiferACTSTechnologies@232$kBluetoothCompanyIdentiferAMICCOMElectronics@192$kBluetoothCompanyIdentiferAPT@79$kBluetoothCompanyIdentiferARCHOS@207$kBluetoothCompanyIdentiferARPDevicesUnlimited@168$kBluetoothCompanyIdentiferAVMBerlin@31$kBluetoothCompanyIdentiferAboveAverageOutcomes@238$kBluetoothCompanyIdentiferAccelSemiconductor@74$kBluetoothCompanyIdentiferAceSensor@188$kBluetoothCompanyIdentiferAceUni@248$kBluetoothCompanyIdentiferAdidas@195$kBluetoothCompanyIdentiferAdvancedPANMOBILSystems@145$kBluetoothCompanyIdentiferAirohaTechnology@148$kBluetoothCompanyIdentiferAlcatel@36$kBluetoothCompanyIdentiferAlpwise@154$kBluetoothCompanyIdentiferAplix@189$kBluetoothCompanyIdentiferApple@76$kBluetoothCompanyIdentiferAtherosCommunications@69$kBluetoothCompanyIdentiferAtmel@19$kBluetoothCompanyIdentiferAustcoCommunicationsSystems@213$kBluetoothCompanyIdentiferAutonetMobile@127$kBluetoothCompanyIdentiferAvagoTechnologies@78$kBluetoothCompanyIdentiferBDETechnology@180$kBluetoothCompanyIdentiferBandXIInternational@100$kBluetoothCompanyIdentiferBandspeed@32$kBluetoothCompanyIdentiferBangAndOlufson@259$kBluetoothCompanyIdentiferBeatsElectronics@204$kBluetoothCompanyIdentiferBeautifulEnterprise@108$kBluetoothCompanyIdentiferBekey@178$kBluetoothCompanyIdentiferBelkinInternational@92$kBluetoothCompanyIdentiferBinauricSE@203$kBluetoothCompanyIdentiferBioResearchAssociates@236$kBluetoothCompanyIdentiferBiosentronics@219$kBluetoothCompanyIdentiferBitsplitters@239$kBluetoothCompanyIdentiferBlueRadios@133$kBluetoothCompanyIdentiferBluegiga@71$kBluetoothCompanyIdentiferBluetoothSIG@63$kBluetoothCompanyIdentiferBose@158$kBluetoothCompanyIdentiferBriarTek@109$kBluetoothCompanyIdentiferBroadcom@15$kBluetoothCompanyIdentiferCATC@52$kBluetoothCompanyIdentiferCONWISETechnology@66$kBluetoothCompanyIdentiferCTechnologies@38$kBluetoothCompanyIdentiferCaenRFID@170$kBluetoothCompanyIdentiferCambridgeSiliconRadio@10$kBluetoothCompanyIdentiferCinetix@175$kBluetoothCompanyIdentiferClarinoxTechnologies@179$kBluetoothCompanyIdentiferColorfy@156$kBluetoothCompanyIdentiferCommil@51$kBluetoothCompanyIdentiferConexantSystems@28$kBluetoothCompanyIdentiferConnectBlueAB@113$kBluetoothCompanyIdentiferConnecteDevice@151$kBluetoothCompanyIdentiferContinentialAutomotiveSystems@75$kBluetoothCompanyIdentiferCreativeTechnology@118$kBluetoothCompanyIdentiferCrystalCode@250$kBluetoothCompanyIdentiferDanlers@225$kBluetoothCompanyIdentiferDeLormePublishingCompany@128$kBluetoothCompanyIdentiferDelphi@252$kBluetoothCompanyIdentiferDexcom@208$kBluetoothCompanyIdentiferDialogSemiconductor@210$kBluetoothCompanyIdentiferDigianswerAS@12$kBluetoothCompanyIdentiferEMMicroElectronicMarin@90$kBluetoothCompanyIdentiferEclipse@53$kBluetoothCompanyIdentiferEcotest@136$kBluetoothCompanyIdentiferEdenSoftwareConsultants@229$kBluetoothCompanyIdentiferElcometer@246$kBluetoothCompanyIdentiferElgatoSystems@206$kBluetoothCompanyIdentiferEquinux@134$kBluetoothCompanyIdentiferEricssonTechnologyLicensing@0$kBluetoothCompanyIdentiferEvluma@201$kBluetoothCompanyIdentiferFree2Move@83$kBluetoothCompanyIdentiferFreshtemp@230$kBluetoothCompanyIdentiferFuGoo@257$kBluetoothCompanyIdentiferFunaiElectric@144$kBluetoothCompanyIdentiferGCTSemiconductor@45$kBluetoothCompanyIdentiferGNNetcom@103$kBluetoothCompanyIdentiferGNResound@137$kBluetoothCompanyIdentiferGarminInternational@135$kBluetoothCompanyIdentiferGeLo@200$kBluetoothCompanyIdentiferGeneq@194$kBluetoothCompanyIdentiferGeneralMotors@104$kBluetoothCompanyIdentiferGennum@59$kBluetoothCompanyIdentiferGeoforce@157$kBluetoothCompanyIdentiferGibsonGuitars@98$kBluetoothCompanyIdentiferGimbal@140$kBluetoothCompanyIdentiferGoogle@224$kBluetoothCompanyIdentiferGreenThrottleGames@172$kBluetoothCompanyIdentiferGroupSense@115$kBluetoothCompanyIdentiferHanlynnTechnologies@123$kBluetoothCompanyIdentiferHarmonInternational@87$kBluetoothCompanyIdentiferHewlettPackard@101$kBluetoothCompanyIdentiferHitachi@41$kBluetoothCompanyIdentiferHosiden@221$kBluetoothCompanyIdentiferIBM@3$kBluetoothCompanyIdentiferIPextreme@61$kBluetoothCompanyIdentiferITechDynamicGlobalDistribution@153$kBluetoothCompanyIdentiferInMusicBrands@227$kBluetoothCompanyIdentiferInfineonTechnologiesAG@9$kBluetoothCompanyIdentiferIngenieurSystemgruppeZahn@171$kBluetoothCompanyIdentiferInnovativeYachtterSolutions@262$kBluetoothCompanyIdentiferIntegratedSiliconSolution@65$kBluetoothCompanyIdentiferIntegratedSystemSolution@57$kBluetoothCompanyIdentiferIntel@2$kBluetoothCompanyIdentiferInteropIdentifier@65535$kBluetoothCompanyIdentiferInventel@30$kBluetoothCompanyIdentiferJandM@82$kBluetoothCompanyIdentiferJawbone@138$kBluetoothCompanyIdentiferJiangsuToppowerAutomotiveElectronics@155$kBluetoothCompanyIdentiferJohnsonControls@185$kBluetoothCompanyIdentiferJollyLogic@237$kBluetoothCompanyIdentiferKCTechnology@22$kBluetoothCompanyIdentiferKOUKAMM@251$kBluetoothCompanyIdentiferKSTechnologies@231$kBluetoothCompanyIdentiferKawantech@212$kBluetoothCompanyIdentiferKeiser@258$kBluetoothCompanyIdentiferKensingtonComputerProductsGroup@160$kBluetoothCompanyIdentiferKentDisplays@243$kBluetoothCompanyIdentiferLGElectronics@196$kBluetoothCompanyIdentiferLSResearch@228$kBluetoothCompanyIdentiferLairdTechnologies@119$kBluetoothCompanyIdentiferLessWire@121$kBluetoothCompanyIdentiferLinak@164$kBluetoothCompanyIdentiferLucent@7$kBluetoothCompanyIdentiferLudusHelsinki@132$kBluetoothCompanyIdentiferMC10@202$kBluetoothCompanyIdentiferMStarTechnologies@122$kBluetoothCompanyIdentiferMacronixInternational@44$kBluetoothCompanyIdentiferMagnetiMarelli@169$kBluetoothCompanyIdentiferMansella@33$kBluetoothCompanyIdentiferMarvellTechnologyGroup@72$kBluetoothCompanyIdentiferMatsushitaElectricIndustrial@58$kBluetoothCompanyIdentiferMediaTek@70$kBluetoothCompanyIdentiferMesoInternational@182$kBluetoothCompanyIdentiferMetaWatch@163$kBluetoothCompanyIdentiferMewTelTechnology@47$kBluetoothCompanyIdentiferMiCommand@99$kBluetoothCompanyIdentiferMicrochipTechnology@205$kBluetoothCompanyIdentiferMicrosoft@6$kBluetoothCompanyIdentiferMindTree@106$kBluetoothCompanyIdentiferMisfitWearables@223$kBluetoothCompanyIdentiferMistubishiElectric@20$kBluetoothCompanyIdentiferMitelSemiconductor@16$kBluetoothCompanyIdentiferMobilian@55$kBluetoothCompanyIdentiferMonster@112$kBluetoothCompanyIdentiferMorseProject@242$kBluetoothCompanyIdentiferMotorola@8$kBluetoothCompanyIdentiferMusik@222$kBluetoothCompanyIdentiferNEC@34$kBluetoothCompanyIdentiferNECLightning@149$kBluetoothCompanyIdentiferNautilus@244$kBluetoothCompanyIdentiferNewlogic@23$kBluetoothCompanyIdentiferNielsenKellerman@234$kBluetoothCompanyIdentiferNike@120$kBluetoothCompanyIdentiferNokiaMobilePhones@1$kBluetoothCompanyIdentiferNordicSemiconductor@89$kBluetoothCompanyIdentiferNorwoodSystems@46$kBluetoothCompanyIdentiferODMTechnology@150$kBluetoothCompanyIdentiferOTLDynamics@165$kBluetoothCompanyIdentiferOmegawave@174$kBluetoothCompanyIdentiferOnsetComputer@197$kBluetoothCompanyIdentiferOpenInterface@39$kBluetoothCompanyIdentiferPLUSLocationSystems@260$kBluetoothCompanyIdentiferPandaOcean@166$kBluetoothCompanyIdentiferParrotSA@67$kBluetoothCompanyIdentiferParthusTechnologies@14$kBluetoothCompanyIdentiferPassifSemiconductor@176$kBluetoothCompanyIdentiferPayPal@240$kBluetoothCompanyIdentiferPeterSystemtechnik@173$kBluetoothCompanyIdentiferPhilipsSemiconductor@37$kBluetoothCompanyIdentiferPlantronics@85$kBluetoothCompanyIdentiferPolarElectroEurope@209$kBluetoothCompanyIdentiferPolarElectroOY@107$kBluetoothCompanyIdentiferProctorAndGamble@220$kBluetoothCompanyIdentiferQualcomm@29$kBluetoothCompanyIdentiferQualcommConnectedExperiences@216$kBluetoothCompanyIdentiferQualcommInnovationCenter@184$kBluetoothCompanyIdentiferQualcommTechnologies@215$kBluetoothCompanyIdentiferQuintic@142$kBluetoothCompanyIdentiferQuupa@199$kBluetoothCompanyIdentiferRDAMicroelectronics@97$kBluetoothCompanyIdentiferRFCMicroDevices@40$kBluetoothCompanyIdentiferRTXTelecom@21$kBluetoothCompanyIdentiferRalinkTechnology@91$kBluetoothCompanyIdentiferRealtekSemiconductor@93$kBluetoothCompanyIdentiferRedMCommunications@50$kBluetoothCompanyIdentiferRenesasTechnology@54$kBluetoothCompanyIdentiferResearchInMotion@60$kBluetoothCompanyIdentiferRivieraWaves@96$kBluetoothCompanyIdentiferRohdeandSchwarz@25$kBluetoothCompanyIdentiferSPowerElectronics@187$kBluetoothCompanyIdentiferSRMedizinelektronik@161$kBluetoothCompanyIdentiferSTMicroelectronics@48$kBluetoothCompanyIdentiferSamsungElectronics@117$kBluetoothCompanyIdentiferSarisCyclingGroup@177$kBluetoothCompanyIdentiferSeersTechnology@125$kBluetoothCompanyIdentiferSeikoEpson@64$kBluetoothCompanyIdentiferSelflyBV@198$kBluetoothCompanyIdentiferSemilink@226$kBluetoothCompanyIdentiferSennheiserCommunications@130$kBluetoothCompanyIdentiferServerTechnology@235$kBluetoothCompanyIdentiferShangHaiSuperSmartElectronics@114$kBluetoothCompanyIdentiferShenzhenExcelsecuDataTechnology@193$kBluetoothCompanyIdentiferSiRFTechnology@80$kBluetoothCompanyIdentiferSigniaTechnologies@27$kBluetoothCompanyIdentiferSiliconWave@11$kBluetoothCompanyIdentiferSmartifier@245$kBluetoothCompanyIdentiferSocketCommunications@68$kBluetoothCompanyIdentiferSonyEricssonMobileCommunications@86$kBluetoothCompanyIdentiferSoundID@111$kBluetoothCompanyIdentiferSportsTrackingTechnologies@126$kBluetoothCompanyIdentiferStaccatoCommunications@77$kBluetoothCompanyIdentiferStalmartTechnology@191$kBluetoothCompanyIdentiferStanleyBlackAndDecker@254$kBluetoothCompanyIdentiferStarkeyLaboratories@186$kBluetoothCompanyIdentiferStickNFind@249$kBluetoothCompanyIdentiferStonestreetOne@94$kBluetoothCompanyIdentiferSummitDataCommunications@110$kBluetoothCompanyIdentiferSuuntoOy@159$kBluetoothCompanyIdentiferSwirlNetworks@181$kBluetoothCompanyIdentiferSymbolTechnologies@42$kBluetoothCompanyIdentiferSynopsys@49$kBluetoothCompanyIdentiferSystemsAndChips@62$kBluetoothCompanyIdentiferTTPCom@26$kBluetoothCompanyIdentiferTZeroTechnologies@81$kBluetoothCompanyIdentiferTaixingbangTechnology@211$kBluetoothCompanyIdentiferTelitWirelessSolutions@143$kBluetoothCompanyIdentiferTenovis@43$kBluetoothCompanyIdentiferTerax@56$kBluetoothCompanyIdentiferTexasInstruments@13$kBluetoothCompanyIdentiferThinkOptics@146$kBluetoothCompanyIdentiferTimeKeepingSystems@131$kBluetoothCompanyIdentiferTimexGroup@214$kBluetoothCompanyIdentiferTomTomInternational@256$kBluetoothCompanyIdentiferTopconPositioningSystems@139$kBluetoothCompanyIdentiferToshiba@4$kBluetoothCompanyIdentiferTransilica@24$kBluetoothCompanyIdentiferTreLab@183$kBluetoothCompanyIdentiferTypeProducts@255$kBluetoothCompanyIdentiferUbiquitousComputingTechnology@261$kBluetoothCompanyIdentiferUniversalElectriconics@147$kBluetoothCompanyIdentiferVSNTechnologies@247$kBluetoothCompanyIdentiferValenceTech@253$kBluetoothCompanyIdentiferVertu@162$kBluetoothCompanyIdentiferVisio@88$kBluetoothCompanyIdentiferVisteon@167$kBluetoothCompanyIdentiferVoyetraTurtleBeach@217$kBluetoothCompanyIdentiferVtrackSystems@233$kBluetoothCompanyIdentiferWavePlusTechnology@35$kBluetoothCompanyIdentiferWicentric@95$kBluetoothCompanyIdentiferWidcomm@17$kBluetoothCompanyIdentiferWilliamDemantHolding@263$kBluetoothCompanyIdentiferWitronTechnology@241$kBluetoothCompanyIdentiferWuXiVimicro@129$kBluetoothCompanyIdentiferZeevo@18$kBluetoothCompanyIdentiferZero1TV@152$kBluetoothCompanyIdentiferZomm@116$kBluetoothCompanyIdentiferZscanSoftware@141$kBluetoothCompanyIdentifertxtrGMBH@218$kBluetoothConnectionHandleNone@65535$kBluetoothDeviceClassMajorAny@707406378$kBluetoothDeviceClassMajorAudio@4$kBluetoothDeviceClassMajorComputer@1$kBluetoothDeviceClassMajorHealth@9$kBluetoothDeviceClassMajorImaging@6$kBluetoothDeviceClassMajorLANAccessPoint@3$kBluetoothDeviceClassMajorMiscellaneous@0$kBluetoothDeviceClassMajorNone@1852796517$kBluetoothDeviceClassMajorPeripheral@5$kBluetoothDeviceClassMajorPhone@2$kBluetoothDeviceClassMajorToy@8$kBluetoothDeviceClassMajorUnclassified@31$kBluetoothDeviceClassMajorWearable@7$kBluetoothDeviceClassMinorAny@707406378$kBluetoothDeviceClassMinorAudioCamcorder@13$kBluetoothDeviceClassMinorAudioCar@8$kBluetoothDeviceClassMinorAudioGamingToy@18$kBluetoothDeviceClassMinorAudioHandsFree@2$kBluetoothDeviceClassMinorAudioHeadphones@6$kBluetoothDeviceClassMinorAudioHeadset@1$kBluetoothDeviceClassMinorAudioHiFi@10$kBluetoothDeviceClassMinorAudioLoudspeaker@5$kBluetoothDeviceClassMinorAudioMicrophone@4$kBluetoothDeviceClassMinorAudioPortable@7$kBluetoothDeviceClassMinorAudioReserved1@3$kBluetoothDeviceClassMinorAudioReserved2@17$kBluetoothDeviceClassMinorAudioSetTopBox@9$kBluetoothDeviceClassMinorAudioUnclassified@0$kBluetoothDeviceClassMinorAudioVCR@11$kBluetoothDeviceClassMinorAudioVideoCamera@12$kBluetoothDeviceClassMinorAudioVideoConferencing@16$kBluetoothDeviceClassMinorAudioVideoDisplayAndLoudspeaker@15$kBluetoothDeviceClassMinorAudioVideoMonitor@14$kBluetoothDeviceClassMinorComputerDesktopWorkstation@1$kBluetoothDeviceClassMinorComputerHandheld@4$kBluetoothDeviceClassMinorComputerLaptop@3$kBluetoothDeviceClassMinorComputerPalmSized@5$kBluetoothDeviceClassMinorComputerServer@2$kBluetoothDeviceClassMinorComputerUnclassified@0$kBluetoothDeviceClassMinorComputerWearable@6$kBluetoothDeviceClassMinorHealthBloodPressureMonitor@1$kBluetoothDeviceClassMinorHealthDataDisplay@7$kBluetoothDeviceClassMinorHealthGlucoseMeter@4$kBluetoothDeviceClassMinorHealthHeartRateMonitor@6$kBluetoothDeviceClassMinorHealthPulseOximeter@5$kBluetoothDeviceClassMinorHealthScale@3$kBluetoothDeviceClassMinorHealthThermometer@2$kBluetoothDeviceClassMinorHealthUndefined@0$kBluetoothDeviceClassMinorImaging1Camera@8$kBluetoothDeviceClassMinorImaging1Display@4$kBluetoothDeviceClassMinorImaging1Printer@32$kBluetoothDeviceClassMinorImaging1Scanner@16$kBluetoothDeviceClassMinorImaging2Unclassified@0$kBluetoothDeviceClassMinorNone@1852796517$kBluetoothDeviceClassMinorPeripheral1Combo@48$kBluetoothDeviceClassMinorPeripheral1Keyboard@16$kBluetoothDeviceClassMinorPeripheral1Pointing@32$kBluetoothDeviceClassMinorPeripheral2AnyPointing@1886349678$kBluetoothDeviceClassMinorPeripheral2CardReader@6$kBluetoothDeviceClassMinorPeripheral2DigitalPen@7$kBluetoothDeviceClassMinorPeripheral2DigitizerTablet@5$kBluetoothDeviceClassMinorPeripheral2Gamepad@2$kBluetoothDeviceClassMinorPeripheral2GesturalInputDevice@9$kBluetoothDeviceClassMinorPeripheral2HandheldScanner@8$kBluetoothDeviceClassMinorPeripheral2Joystick@1$kBluetoothDeviceClassMinorPeripheral2RemoteControl@3$kBluetoothDeviceClassMinorPeripheral2SensingDevice@4$kBluetoothDeviceClassMinorPeripheral2Unclassified@0$kBluetoothDeviceClassMinorPhoneCellular@1$kBluetoothDeviceClassMinorPhoneCommonISDNAccess@5$kBluetoothDeviceClassMinorPhoneCordless@2$kBluetoothDeviceClassMinorPhoneSmartPhone@3$kBluetoothDeviceClassMinorPhoneUnclassified@0$kBluetoothDeviceClassMinorPhoneWiredModemOrVoiceGateway@4$kBluetoothDeviceClassMinorToyController@4$kBluetoothDeviceClassMinorToyDollActionFigure@3$kBluetoothDeviceClassMinorToyGame@5$kBluetoothDeviceClassMinorToyRobot@1$kBluetoothDeviceClassMinorToyVehicle@2$kBluetoothDeviceClassMinorWearableGlasses@5$kBluetoothDeviceClassMinorWearableHelmet@4$kBluetoothDeviceClassMinorWearableJacket@3$kBluetoothDeviceClassMinorWearablePager@2$kBluetoothDeviceClassMinorWearableWristWatch@1$kBluetoothDeviceNameMaxLength@248$kBluetoothDontAllowRoleSwitch@0$kBluetoothESCOConnection@2$kBluetoothEncryptionEnableBREDRAESCCM@2$kBluetoothEncryptionEnableBREDRE0@1$kBluetoothEncryptionEnableLEAESCCM@1$kBluetoothEncryptionEnableOff@0$kBluetoothEncryptionEnableOn@1$kBluetoothExtendedFeatureLEAndBREDRToSameDeviceHostMode@4$kBluetoothExtendedFeatureLESupportedHostMode@2$kBluetoothExtendedFeaturePing@2$kBluetoothExtendedFeatureReserved@4$kBluetoothExtendedFeatureSecureConnectionsControllerSupport@1$kBluetoothExtendedFeatureSimpleSecurePairingHostMode@1$kBluetoothExtendedFeatureSlotAvailabilityMask@16$kBluetoothExtendedFeatureTrainNudging@8$kBluetoothFeature3SlotEnhancedDataRateACLPackets@128$kBluetoothFeature3SlotEnhancedDataRateeSCOPackets@128$kBluetoothFeature5SlotEnhancedDataRateACLPackets@1$kBluetoothFeatureAFHCapableMaster@8$kBluetoothFeatureAFHCapablePeripheral@8$kBluetoothFeatureAFHCapableSlave@8$kBluetoothFeatureAFHClassificationMaster@16$kBluetoothFeatureAFHClassificationPeripheral@16$kBluetoothFeatureAFHClassificationSlave@16$kBluetoothFeatureALawLog@128$kBluetoothFeatureAbsenceMasks@4$kBluetoothFeatureAliasAuhentication@32$kBluetoothFeatureBroadcastEncryption@128$kBluetoothFeatureCVSD@1$kBluetoothFeatureChannelQuality@4$kBluetoothFeatureEV4Packets@1$kBluetoothFeatureEV5Packets@2$kBluetoothFeatureEncapsulatedPDU@16$kBluetoothFeatureEncryption@4$kBluetoothFeatureEnhancedDataRateACL2MbpsMode@2$kBluetoothFeatureEnhancedDataRateACL3MbpsMode@4$kBluetoothFeatureEnhancedDataRateeSCO2MbpsMode@32$kBluetoothFeatureEnhancedDataRateeSCO3MbpsMode@64$kBluetoothFeatureEnhancedInquiryScan@8$kBluetoothFeatureErroneousDataReporting@32$kBluetoothFeatureExtendedFeatures@128$kBluetoothFeatureExtendedInquiryResponse@1$kBluetoothFeatureExtendedSCOLink@128$kBluetoothFeatureFiveSlotPackets@2$kBluetoothFeatureFlowControlLagBit0@16$kBluetoothFeatureFlowControlLagBit1@32$kBluetoothFeatureFlowControlLagBit2@64$kBluetoothFeatureHV2Packets@16$kBluetoothFeatureHV3Packets@32$kBluetoothFeatureHoldMode@64$kBluetoothFeatureInquiryTransmissionPowerLevel@2$kBluetoothFeatureInterlacedInquiryScan@16$kBluetoothFeatureInterlacedPageScan@32$kBluetoothFeatureLESupportedController@64$kBluetoothFeatureLinkSupervisionTimeoutChangedEvent@1$kBluetoothFeatureNonFlushablePacketBoundaryFlag@64$kBluetoothFeaturePagingScheme@2$kBluetoothFeatureParkMode@1$kBluetoothFeaturePauseEncryption@4$kBluetoothFeaturePowerControl@4$kBluetoothFeaturePowerControlRequests@2$kBluetoothFeatureRSSI@2$kBluetoothFeatureRSSIWithInquiryResult@64$kBluetoothFeatureSCOLink@8$kBluetoothFeatureScatterMode@1$kBluetoothFeatureSecureSimplePairing@8$kBluetoothFeatureSlotOffset@8$kBluetoothFeatureSniffMode@128$kBluetoothFeatureSniffSubrating@2$kBluetoothFeatureSwitchRoles@32$kBluetoothFeatureThreeSlotPackets@1$kBluetoothFeatureTimingAccuracy@16$kBluetoothFeatureTransparentSCOData@8$kBluetoothFeatureULawLog@64$kBluetoothGAPAppearanceGenericBarcodeScanner@704$kBluetoothGAPAppearanceGenericBloodPressure@896$kBluetoothGAPAppearanceGenericClock@256$kBluetoothGAPAppearanceGenericComputer@128$kBluetoothGAPAppearanceGenericCycling@1152$kBluetoothGAPAppearanceGenericDisplay@320$kBluetoothGAPAppearanceGenericEyeGlasses@448$kBluetoothGAPAppearanceGenericGlucoseMeter@1024$kBluetoothGAPAppearanceGenericHeartrateSensor@832$kBluetoothGAPAppearanceGenericHumanInterfaceDevice@960$kBluetoothGAPAppearanceGenericKeyring@576$kBluetoothGAPAppearanceGenericMediaPlayer@640$kBluetoothGAPAppearanceGenericPhone@64$kBluetoothGAPAppearanceGenericRemoteControl@384$kBluetoothGAPAppearanceGenericRunningWalkingSensor@1088$kBluetoothGAPAppearanceGenericTag@512$kBluetoothGAPAppearanceGenericThermometer@768$kBluetoothGAPAppearanceGenericWatch@192$kBluetoothGAPAppearanceHumanInterfaceDeviceBarcodeScanner@968$kBluetoothGAPAppearanceHumanInterfaceDeviceCardReader@966$kBluetoothGAPAppearanceHumanInterfaceDeviceDigitalPen@967$kBluetoothGAPAppearanceHumanInterfaceDeviceDigitizerTablet@965$kBluetoothGAPAppearanceHumanInterfaceDeviceGamepad@964$kBluetoothGAPAppearanceHumanInterfaceDeviceJoystick@963$kBluetoothGAPAppearanceHumanInterfaceDeviceKeyboard@961$kBluetoothGAPAppearanceHumanInterfaceDeviceMouse@962$kBluetoothGAPAppearanceUnknown@0$kBluetoothGeneralInquiryAccessCodeIndex@0$kBluetoothGeneralInquiryAccessCodeLAPValue@10390323$kBluetoothHCICentralRole@0$kBluetoothHCICommandAMPTest@9$kBluetoothHCICommandAMPTestEnd@8$kBluetoothHCICommandAcceptConnectionRequest@9$kBluetoothHCICommandAcceptSniffRequest@49$kBluetoothHCICommandAcceptSynchronousConnectionRequest@41$kBluetoothHCICommandAddSCOConnection@7$kBluetoothHCICommandAuthenticationRequested@17$kBluetoothHCICommandChangeConnectionLinkKey@21$kBluetoothHCICommandChangeConnectionPacketType@15$kBluetoothHCICommandChangeLocalName@19$kBluetoothHCICommandCreateConnection@5$kBluetoothHCICommandCreateConnectionCancel@8$kBluetoothHCICommandCreateNewUnitKey@11$kBluetoothHCICommandDeleteReservedLTADDR@117$kBluetoothHCICommandDeleteStoredLinkKey@18$kBluetoothHCICommandDisconnect@6$kBluetoothHCICommandEnableAMPReceiverReports@7$kBluetoothHCICommandEnableDeviceUnderTestMode@3$kBluetoothHCICommandEnhancedAcceptSynchronousConnectionRequest@62$kBluetoothHCICommandEnhancedFlush@95$kBluetoothHCICommandEnhancedSetupSynchronousConnection@61$kBluetoothHCICommandExitParkMode@6$kBluetoothHCICommandExitPeriodicInquiryMode@4$kBluetoothHCICommandExitSniffMode@4$kBluetoothHCICommandFlowSpecification@16$kBluetoothHCICommandFlush@8$kBluetoothHCICommandGetLinkQuality@3$kBluetoothHCICommandGetMWSTransportLayerConfiguration@12$kBluetoothHCICommandGroupHostController@3$kBluetoothHCICommandGroupInformational@4$kBluetoothHCICommandGroupLinkControl@1$kBluetoothHCICommandGroupLinkPolicy@2$kBluetoothHCICommandGroupLogoTesting@62$kBluetoothHCICommandGroupLowEnergy@8$kBluetoothHCICommandGroupMax@64$kBluetoothHCICommandGroupNoOp@0$kBluetoothHCICommandGroupStatus@5$kBluetoothHCICommandGroupTesting@6$kBluetoothHCICommandGroupVendorSpecific@63$kBluetoothHCICommandHoldMode@1$kBluetoothHCICommandHostBufferSize@51$kBluetoothHCICommandHostNumberOfCompletedPackets@53$kBluetoothHCICommandIOCapabilityRequestNegativeReply@52$kBluetoothHCICommandIOCapabilityRequestReply@43$kBluetoothHCICommandInquiry@1$kBluetoothHCICommandInquiryCancel@2$kBluetoothHCICommandLEAddDeviceToPeriodicAdvertiserList@71$kBluetoothHCICommandLEAddDeviceToResolvingList@39$kBluetoothHCICommandLEAddDeviceToWhiteList@17$kBluetoothHCICommandLEClearAdvertisingSets@61$kBluetoothHCICommandLEClearPeriodicAdvertiserList@73$kBluetoothHCICommandLEClearResolvingList@41$kBluetoothHCICommandLEClearWhiteList@16$kBluetoothHCICommandLEConnectionUpdate@19$kBluetoothHCICommandLECreateConnection@13$kBluetoothHCICommandLECreateConnectionCancel@14$kBluetoothHCICommandLEEncrypt@23$kBluetoothHCICommandLEEnhancedReceiverTest@51$kBluetoothHCICommandLEEnhancedTransmitterTest@52$kBluetoothHCICommandLEExtendedCreateConnection@67$kBluetoothHCICommandLEGenerateDHKey@38$kBluetoothHCICommandLELongTermKeyRequestNegativeReply@27$kBluetoothHCICommandLELongTermKeyRequestReply@26$kBluetoothHCICommandLEPeriodicAdvertisingCreateSync@68$kBluetoothHCICommandLEPeriodicAdvertisingCreateSyncCancel@69$kBluetoothHCICommandLEPeriodicAdvertisingTerminateSync@70$kBluetoothHCICommandLERand@24$kBluetoothHCICommandLEReadAdvertisingChannelTxPower@7$kBluetoothHCICommandLEReadBufferSize@2$kBluetoothHCICommandLEReadChannelMap@21$kBluetoothHCICommandLEReadLocalP256PublicKey@37$kBluetoothHCICommandLEReadLocalResolvableAddress@44$kBluetoothHCICommandLEReadLocalSupportedFeatures@3$kBluetoothHCICommandLEReadMaximumAdvertisingDataLength@58$kBluetoothHCICommandLEReadMaximumDataLength@47$kBluetoothHCICommandLEReadNumberofSupportedAdvertisingSets@59$kBluetoothHCICommandLEReadPeerResolvableAddress@43$kBluetoothHCICommandLEReadPeriodicAdvertiserListSize@74$kBluetoothHCICommandLEReadPhy@48$kBluetoothHCICommandLEReadRFPathCompensation@76$kBluetoothHCICommandLEReadRemoteUsedFeatures@22$kBluetoothHCICommandLEReadResolvingListSize@42$kBluetoothHCICommandLEReadSuggestedDefaultDataLength@35$kBluetoothHCICommandLEReadSupportedStates@28$kBluetoothHCICommandLEReadTransmitPower@75$kBluetoothHCICommandLEReadWhiteListSize@15$kBluetoothHCICommandLEReceiverTest@29$kBluetoothHCICommandLERemoteConnectionParameterRequestNegativeReply@33$kBluetoothHCICommandLERemoteConnectionParameterRequestReply@32$kBluetoothHCICommandLERemoveAdvertisingSet@60$kBluetoothHCICommandLERemoveDeviceFromPeriodicAdvertiserList@72$kBluetoothHCICommandLERemoveDeviceFromResolvingList@40$kBluetoothHCICommandLERemoveDeviceFromWhiteList@18$kBluetoothHCICommandLESetAddressResolutionEnable@45$kBluetoothHCICommandLESetAdvertiseEnable@10$kBluetoothHCICommandLESetAdvertisingData@8$kBluetoothHCICommandLESetAdvertisingParameters@6$kBluetoothHCICommandLESetAdvertisingSetRandomAddress@53$kBluetoothHCICommandLESetDataLength@34$kBluetoothHCICommandLESetDefaultPhy@49$kBluetoothHCICommandLESetEventMask@1$kBluetoothHCICommandLESetExtendedAdvertisingData@55$kBluetoothHCICommandLESetExtendedAdvertisingEnableCommand@57$kBluetoothHCICommandLESetExtendedAdvertisingParameters@54$kBluetoothHCICommandLESetExtendedScanEnable@66$kBluetoothHCICommandLESetExtendedScanParameters@65$kBluetoothHCICommandLESetExtendedScanResponseData@56$kBluetoothHCICommandLESetHostChannelClassification@20$kBluetoothHCICommandLESetPeriodicAdvertisingData@63$kBluetoothHCICommandLESetPeriodicAdvertisingEnable@64$kBluetoothHCICommandLESetPeriodicAdvertisingParameters@62$kBluetoothHCICommandLESetPhy@50$kBluetoothHCICommandLESetPrivacyMode@78$kBluetoothHCICommandLESetRandomAddress@5$kBluetoothHCICommandLESetResolvablePrivateAddressTimeout@46$kBluetoothHCICommandLESetScanEnable@12$kBluetoothHCICommandLESetScanParameters@11$kBluetoothHCICommandLESetScanResponseData@9$kBluetoothHCICommandLEStartEncryption@25$kBluetoothHCICommandLETestEnd@31$kBluetoothHCICommandLETransmitterTest@30$kBluetoothHCICommandLEWriteRFPathCompensation@77$kBluetoothHCICommandLEWriteSuggestedDefaultDataLength@36$kBluetoothHCICommandLinkKeyRequestNegativeReply@12$kBluetoothHCICommandLinkKeyRequestReply@11$kBluetoothHCICommandMasterLinkKey@23$kBluetoothHCICommandMax@1023$kBluetoothHCICommandNoOp@0$kBluetoothHCICommandPINCodeRequestNegativeReply@14$kBluetoothHCICommandPINCodeRequestReply@13$kBluetoothHCICommandPacketHeaderSize@3$kBluetoothHCICommandPacketMaxDataSize@255$kBluetoothHCICommandParkMode@5$kBluetoothHCICommandPeriodicInquiryMode@3$kBluetoothHCICommandQoSSetup@7$kBluetoothHCICommandReadAFHChannelAssessmentMode@72$kBluetoothHCICommandReadAFHMappings@6$kBluetoothHCICommandReadAuthenticatedPayloadTimeout@123$kBluetoothHCICommandReadAuthenticationEnable@31$kBluetoothHCICommandReadAutomaticFlushTimeout@39$kBluetoothHCICommandReadBestEffortFlushTimeout@105$kBluetoothHCICommandReadBufferSize@5$kBluetoothHCICommandReadClassOfDevice@35$kBluetoothHCICommandReadClock@7$kBluetoothHCICommandReadClockOffset@31$kBluetoothHCICommandReadConnectionAcceptTimeout@21$kBluetoothHCICommandReadCountryCode@7$kBluetoothHCICommandReadCurrentIACLAP@57$kBluetoothHCICommandReadDataBlockSize@10$kBluetoothHCICommandReadDefaultErroneousDataReporting@90$kBluetoothHCICommandReadDefaultLinkPolicySettings@14$kBluetoothHCICommandReadDeviceAddress@9$kBluetoothHCICommandReadEncryptionKeySize@8$kBluetoothHCICommandReadEncryptionMode@33$kBluetoothHCICommandReadEnhancedTransmitPowerLevel@104$kBluetoothHCICommandReadExtendedInquiryLength@128$kBluetoothHCICommandReadExtendedInquiryResponse@81$kBluetoothHCICommandReadExtendedPageTimeout@126$kBluetoothHCICommandReadFailedContactCounter@1$kBluetoothHCICommandReadFlowControlMode@102$kBluetoothHCICommandReadHoldModeActivity@43$kBluetoothHCICommandReadInquiryMode@68$kBluetoothHCICommandReadInquiryResponseTransmitPower@88$kBluetoothHCICommandReadInquiryScanActivity@29$kBluetoothHCICommandReadInquiryScanType@66$kBluetoothHCICommandReadLEHostSupported@108$kBluetoothHCICommandReadLMPHandle@32$kBluetoothHCICommandReadLinkPolicySettings@12$kBluetoothHCICommandReadLinkSupervisionTimeout@54$kBluetoothHCICommandReadLocalAMPASSOC@10$kBluetoothHCICommandReadLocalAMPInfo@9$kBluetoothHCICommandReadLocalExtendedFeatures@4$kBluetoothHCICommandReadLocalName@20$kBluetoothHCICommandReadLocalOOBData@87$kBluetoothHCICommandReadLocalOOBExtendedData@125$kBluetoothHCICommandReadLocalSupportedCodecs@11$kBluetoothHCICommandReadLocalSupportedCommands@2$kBluetoothHCICommandReadLocalSupportedFeatures@3$kBluetoothHCICommandReadLocalVersionInformation@1$kBluetoothHCICommandReadLocationData@100$kBluetoothHCICommandReadLogicalLinkAcceptTimeout@97$kBluetoothHCICommandReadLoopbackMode@1$kBluetoothHCICommandReadNumberOfBroadcastRetransmissions@41$kBluetoothHCICommandReadNumberOfSupportedIAC@56$kBluetoothHCICommandReadPINType@9$kBluetoothHCICommandReadPageScanActivity@27$kBluetoothHCICommandReadPageScanMode@61$kBluetoothHCICommandReadPageScanPeriodMode@59$kBluetoothHCICommandReadPageScanType@70$kBluetoothHCICommandReadPageTimeout@23$kBluetoothHCICommandReadRSSI@5$kBluetoothHCICommandReadRemoteExtendedFeatures@28$kBluetoothHCICommandReadRemoteSupportedFeatures@27$kBluetoothHCICommandReadRemoteVersionInformation@29$kBluetoothHCICommandReadSCOFlowControlEnable@46$kBluetoothHCICommandReadScanEnable@25$kBluetoothHCICommandReadSecureConnectionsHostSupport@121$kBluetoothHCICommandReadSimplePairingMode@85$kBluetoothHCICommandReadStoredLinkKey@13$kBluetoothHCICommandReadSynchronizationTrainParameters@119$kBluetoothHCICommandReadTransmitPowerLevel@45$kBluetoothHCICommandReadVoiceSetting@37$kBluetoothHCICommandReceiveSynchronizationTrain@68$kBluetoothHCICommandRefreshEncryptionKey@83$kBluetoothHCICommandRejectConnectionRequest@10$kBluetoothHCICommandRejectSniffRequest@50$kBluetoothHCICommandRejectSynchronousConnectionRequest@42$kBluetoothHCICommandRemoteNameRequest@25$kBluetoothHCICommandRemoteNameRequestCancel@26$kBluetoothHCICommandRemoteOOBDataRequestNegativeReply@51$kBluetoothHCICommandRemoteOOBDataRequestReply@48$kBluetoothHCICommandRemoteOOBExtendedDataRequestReply@69$kBluetoothHCICommandReset@3$kBluetoothHCICommandResetFailedContactCounter@2$kBluetoothHCICommandRoleDiscovery@9$kBluetoothHCICommandSendKeypressNotification@96$kBluetoothHCICommandSetAFHClassification@63$kBluetoothHCICommandSetConnectionEncryption@19$kBluetoothHCICommandSetConnectionlessPeripheralBroadcast@65$kBluetoothHCICommandSetConnectionlessPeripheralBroadcastData@118$kBluetoothHCICommandSetConnectionlessPeripheralBroadcastReceive@66$kBluetoothHCICommandSetConnectionlessSlaveBroadcast@65$kBluetoothHCICommandSetConnectionlessSlaveBroadcastData@118$kBluetoothHCICommandSetConnectionlessSlaveBroadcastReceive@66$kBluetoothHCICommandSetEventFilter@5$kBluetoothHCICommandSetEventMask@1$kBluetoothHCICommandSetEventMaskPageTwo@99$kBluetoothHCICommandSetExternalFrameConfiguration@111$kBluetoothHCICommandSetHostControllerToHostFlowControl@49$kBluetoothHCICommandSetMWSChannelParameters@110$kBluetoothHCICommandSetMWSPATTERNConfiguration@115$kBluetoothHCICommandSetMWSScanFrequencyTable@114$kBluetoothHCICommandSetMWSSignaling@112$kBluetoothHCICommandSetMWSTransportLayer@113$kBluetoothHCICommandSetReservedLTADDR@116$kBluetoothHCICommandSetTriggeredClockCapture@13$kBluetoothHCICommandSetupSynchronousConnection@40$kBluetoothHCICommandShortRangeMode@107$kBluetoothHCICommandSniffMode@3$kBluetoothHCICommandSniffSubrating@17$kBluetoothHCICommandStartSynchronizationTrain@67$kBluetoothHCICommandSwitchRole@11$kBluetoothHCICommandTruncatedPage@63$kBluetoothHCICommandTruncatedPageCancel@64$kBluetoothHCICommandUserConfirmationRequestNegativeReply@45$kBluetoothHCICommandUserConfirmationRequestReply@44$kBluetoothHCICommandUserPasskeyRequestNegativeReply@47$kBluetoothHCICommandUserPasskeyRequestReply@46$kBluetoothHCICommandWriteAFHChannelAssessmentMode@73$kBluetoothHCICommandWriteAuthenticatedPayloadTimeout@124$kBluetoothHCICommandWriteAuthenticationEnable@32$kBluetoothHCICommandWriteAutomaticFlushTimeout@40$kBluetoothHCICommandWriteBestEffortFlushTimeout@106$kBluetoothHCICommandWriteClassOfDevice@36$kBluetoothHCICommandWriteConnectionAcceptTimeout@22$kBluetoothHCICommandWriteCurrentIACLAP@58$kBluetoothHCICommandWriteDefaultErroneousDataReporting@91$kBluetoothHCICommandWriteDefaultLinkPolicySettings@15$kBluetoothHCICommandWriteEncryptionMode@34$kBluetoothHCICommandWriteExtendedInquiryLength@129$kBluetoothHCICommandWriteExtendedInquiryResponse@82$kBluetoothHCICommandWriteExtendedPageTimeout@127$kBluetoothHCICommandWriteFlowControlMode@103$kBluetoothHCICommandWriteHoldModeActivity@44$kBluetoothHCICommandWriteInquiryMode@69$kBluetoothHCICommandWriteInquiryResponseTransmitPower@89$kBluetoothHCICommandWriteInquiryScanActivity@30$kBluetoothHCICommandWriteInquiryScanType@67$kBluetoothHCICommandWriteLEHostSupported@109$kBluetoothHCICommandWriteLinkPolicySettings@13$kBluetoothHCICommandWriteLinkSupervisionTimeout@55$kBluetoothHCICommandWriteLocationData@101$kBluetoothHCICommandWriteLogicalLinkAcceptTimeout@98$kBluetoothHCICommandWriteLoopbackMode@2$kBluetoothHCICommandWriteNumberOfBroadcastRetransmissions@42$kBluetoothHCICommandWritePINType@10$kBluetoothHCICommandWritePageScanActivity@28$kBluetoothHCICommandWritePageScanMode@62$kBluetoothHCICommandWritePageScanPeriodMode@60$kBluetoothHCICommandWritePageScanType@71$kBluetoothHCICommandWritePageTimeout@24$kBluetoothHCICommandWriteRemoteAMPASSOC@11$kBluetoothHCICommandWriteSCOFlowControlEnable@47$kBluetoothHCICommandWriteScanEnable@26$kBluetoothHCICommandWriteSecureConnectionsHostSupport@122$kBluetoothHCICommandWriteSimplePairingDebugMode@4$kBluetoothHCICommandWriteSimplePairingMode@86$kBluetoothHCICommandWriteStoredLinkKey@17$kBluetoothHCICommandWriteSynchronizationTrainParameters@120$kBluetoothHCICommandWriteVoiceSetting@38$kBluetoothHCIDataPacketHeaderSize@4$kBluetoothHCIDataPacketMaxDataSize@65535$kBluetoothHCIErroneousDataReportingDisabled@0$kBluetoothHCIErroneousDataReportingEnabled@1$kBluetoothHCIErroneousDataReportingReservedEnd@255$kBluetoothHCIErroneousDataReportingReservedStart@2$kBluetoothHCIErrorACLConnectionAlreadyExists@11$kBluetoothHCIErrorAuthenticationFailure@5$kBluetoothHCIErrorChannelClassificationNotSupported@46$kBluetoothHCIErrorCoarseClockAdjustmentRejected@64$kBluetoothHCIErrorCommandDisallowed@12$kBluetoothHCIErrorConnectionFailedToBeEstablished@62$kBluetoothHCIErrorConnectionRejectedDueToNoSuitableChannelFound@57$kBluetoothHCIErrorConnectionTerminatedByLocalHost@22$kBluetoothHCIErrorConnectionTerminatedDueToMICFailure@61$kBluetoothHCIErrorConnectionTimeout@8$kBluetoothHCIErrorControllerBusy@58$kBluetoothHCIErrorDifferentTransactionCollision@42$kBluetoothHCIErrorDirectedAdvertisingTimeout@60$kBluetoothHCIErrorEncryptionModeNotAcceptable@37$kBluetoothHCIErrorExtendedInquiryResponseTooLarge@54$kBluetoothHCIErrorHardwareFailure@3$kBluetoothHCIErrorHostBusyPairing@56$kBluetoothHCIErrorHostRejectedLimitedResources@13$kBluetoothHCIErrorHostRejectedRemoteDeviceIsPersonal@15$kBluetoothHCIErrorHostRejectedSecurityReasons@14$kBluetoothHCIErrorHostRejectedUnacceptableDeviceAddress@15$kBluetoothHCIErrorHostTimeout@16$kBluetoothHCIErrorInstantPassed@40$kBluetoothHCIErrorInsufficientSecurity@47$kBluetoothHCIErrorInvalidHCICommandParameters@18$kBluetoothHCIErrorInvalidLMPParameters@30$kBluetoothHCIErrorKeyMissing@6$kBluetoothHCIErrorLMPErrorTransactionCollision@35$kBluetoothHCIErrorLMPPDUNotAllowed@36$kBluetoothHCIErrorLMPResponseTimeout@34$kBluetoothHCIErrorMACConnectionFailed@63$kBluetoothHCIErrorMax@64$kBluetoothHCIErrorMaxNumberOfConnections@9$kBluetoothHCIErrorMaxNumberOfSCOConnectionsToADevice@10$kBluetoothHCIErrorMemoryFull@7$kBluetoothHCIErrorNoConnection@2$kBluetoothHCIErrorOtherEndTerminatedConnectionAboutToPowerOff@21$kBluetoothHCIErrorOtherEndTerminatedConnectionLowResources@20$kBluetoothHCIErrorOtherEndTerminatedConnectionUserEnded@19$kBluetoothHCIErrorPageTimeout@4$kBluetoothHCIErrorPairingNotAllowed@24$kBluetoothHCIErrorPairingWithUnitKeyNotSupported@41$kBluetoothHCIErrorParameterOutOfMandatoryRange@48$kBluetoothHCIErrorPowerIsOFF@65$kBluetoothHCIErrorQoSNotSupported@39$kBluetoothHCIErrorQoSRejected@45$kBluetoothHCIErrorQoSUnacceptableParameter@44$kBluetoothHCIErrorRepeatedAttempts@23$kBluetoothHCIErrorReservedSlotViolation@52$kBluetoothHCIErrorRoleChangeNotAllowed@33$kBluetoothHCIErrorRoleSwitchFailed@53$kBluetoothHCIErrorRoleSwitchPending@49$kBluetoothHCIErrorSCOAirModeRejected@29$kBluetoothHCIErrorSCOIntervalRejected@28$kBluetoothHCIErrorSCOOffsetRejected@27$kBluetoothHCIErrorSecureSimplePairingNotSupportedByHost@55$kBluetoothHCIErrorSuccess@0$kBluetoothHCIErrorUnacceptableConnectionInterval@59$kBluetoothHCIErrorUnitKeyUsed@38$kBluetoothHCIErrorUnknownHCICommand@1$kBluetoothHCIErrorUnknownLMPPDU@25$kBluetoothHCIErrorUnspecifiedError@31$kBluetoothHCIErrorUnsupportedFeatureOrParameterValue@17$kBluetoothHCIErrorUnsupportedLMPParameterValue@32$kBluetoothHCIErrorUnsupportedRemoteFeature@26$kBluetoothHCIEventAMPReceiverReport@75$kBluetoothHCIEventAMPStartTest@73$kBluetoothHCIEventAMPStatusChange@77$kBluetoothHCIEventAMPTestEnd@74$kBluetoothHCIEventAuthenticationComplete@6$kBluetoothHCIEventChangeConnectionLinkKeyComplete@9$kBluetoothHCIEventChannelSelected@65$kBluetoothHCIEventCommandComplete@14$kBluetoothHCIEventCommandStatus@15$kBluetoothHCIEventConnectionComplete@3$kBluetoothHCIEventConnectionPacketType@29$kBluetoothHCIEventConnectionRequest@4$kBluetoothHCIEventDataBufferOverflow@26$kBluetoothHCIEventDisconnectionComplete@5$kBluetoothHCIEventDisconnectionLogicalLinkComplete@70$kBluetoothHCIEventDisconnectionPhysicalLinkComplete@66$kBluetoothHCIEventEncryptionChange@8$kBluetoothHCIEventEncryptionKeyRefreshComplete@48$kBluetoothHCIEventEnhancedFlushComplete@57$kBluetoothHCIEventExtendedInquiryResult@47$kBluetoothHCIEventFlowSpecModifyComplete@71$kBluetoothHCIEventFlowSpecificationComplete@33$kBluetoothHCIEventFlushOccurred@17$kBluetoothHCIEventHardwareError@16$kBluetoothHCIEventIOCapabilityRequest@49$kBluetoothHCIEventIOCapabilityResponse@50$kBluetoothHCIEventInquiryComplete@1$kBluetoothHCIEventInquiryResult@2$kBluetoothHCIEventInquiryResultWithRSSI@34$kBluetoothHCIEventKeypressNotification@60$kBluetoothHCIEventLEMetaEvent@62$kBluetoothHCIEventLinkKeyNotification@24$kBluetoothHCIEventLinkKeyRequest@23$kBluetoothHCIEventLinkSupervisionTimeoutChanged@56$kBluetoothHCIEventLogicalLinkComplete@69$kBluetoothHCIEventLogoTesting@254$kBluetoothHCIEventLoopbackCommand@25$kBluetoothHCIEventMaskAll@4294967295$kBluetoothHCIEventMaskAll64Bit@18446744073709551615$kBluetoothHCIEventMaskAuthenticationComplete@32$kBluetoothHCIEventMaskChangeConnectionLinkKeyComplete@256$kBluetoothHCIEventMaskCommandComplete@8192$kBluetoothHCIEventMaskCommandStatus@16384$kBluetoothHCIEventMaskConnectionComplete@4$kBluetoothHCIEventMaskConnectionPacketTypeChanged@268435456$kBluetoothHCIEventMaskConnectionRequest@8$kBluetoothHCIEventMaskDataBufferOverflow@33554432$kBluetoothHCIEventMaskDefault@4294967295$kBluetoothHCIEventMaskDefault64Bit@35184372088831$kBluetoothHCIEventMaskDisconnectionComplete@16$kBluetoothHCIEventMaskEncryptionChange@128$kBluetoothHCIEventMaskEncryptionChangeEvent@128$kBluetoothHCIEventMaskEncryptionKeyRefreshCompleteEvent@140737488355328$kBluetoothHCIEventMaskEnhancedFlushCompleteEvent@72057594037927936$kBluetoothHCIEventMaskExtendedInquiryResultEvent@70368744177664$kBluetoothHCIEventMaskFlowSpecificationCompleteEvent@4294967296$kBluetoothHCIEventMaskFlushOccurred@65536$kBluetoothHCIEventMaskHardwareError@32768$kBluetoothHCIEventMaskIOCapabilityRequestEvent@281474976710656$kBluetoothHCIEventMaskIOCapabilityRequestReplyEvent@562949953421312$kBluetoothHCIEventMaskInquiryComplete@1$kBluetoothHCIEventMaskInquiryResult@2$kBluetoothHCIEventMaskInquiryResultWithRSSIEvent@8589934592$kBluetoothHCIEventMaskKeypressNotificationEvent@576460752303423488$kBluetoothHCIEventMaskLEDefault64Bit@31$kBluetoothHCIEventMaskLEMetaEvent@2305843009213693952$kBluetoothHCIEventMaskLinkKeyNotification@8388608$kBluetoothHCIEventMaskLinkKeyRequest@4194304$kBluetoothHCIEventMaskLinkSupervisionTimeoutChangedEvent@36028797018963968$kBluetoothHCIEventMaskLoopbackCommand@16777216$kBluetoothHCIEventMaskMasterLinkKeyComplete@512$kBluetoothHCIEventMaskMaxSlotsChange@67108864$kBluetoothHCIEventMaskModeChange@524288$kBluetoothHCIEventMaskNone@0$kBluetoothHCIEventMaskNumberOfCompletedPackets@262144$kBluetoothHCIEventMaskPINCodeRequest@2097152$kBluetoothHCIEventMaskPageScanModeChange@1073741824$kBluetoothHCIEventMaskPageScanRepetitionModeChange@2147483648$kBluetoothHCIEventMaskQoSSetupComplete@4096$kBluetoothHCIEventMaskQoSViolation@536870912$kBluetoothHCIEventMaskReadClockOffsetComplete@134217728$kBluetoothHCIEventMaskReadRemoteExtendedFeaturesCompleteEvent@17179869184$kBluetoothHCIEventMaskReadRemoteSupportedFeaturesComplete@1024$kBluetoothHCIEventMaskReadRemoteVersionInformationComplete@2048$kBluetoothHCIEventMaskRemoteHostSupportedFeaturesNotificationEvent@1152921504606846976$kBluetoothHCIEventMaskRemoteNameRequestComplete@64$kBluetoothHCIEventMaskRemoteOOBDataRequestEvent@4503599627370496$kBluetoothHCIEventMaskReturnLinkKeys@1048576$kBluetoothHCIEventMaskRoleChange@131072$kBluetoothHCIEventMaskSimplePairingCompleteEvent@9007199254740992$kBluetoothHCIEventMaskSniffSubratingEvent@35184372088832$kBluetoothHCIEventMaskSynchronousConnectionChangedEvent@17592186044416$kBluetoothHCIEventMaskSynchronousConnectionCompleteEvent@8796093022208$kBluetoothHCIEventMaskUserConfirmationRequestEvent@1125899906842624$kBluetoothHCIEventMaskUserPasskeyNotificationEvent@288230376151711744$kBluetoothHCIEventMaskUserPasskeyRequestEvent@2251799813685248$kBluetoothHCIEventMasterLinkKeyComplete@10$kBluetoothHCIEventMaxSlotsChange@27$kBluetoothHCIEventModeChange@20$kBluetoothHCIEventNumberOfCompletedDataBlocks@72$kBluetoothHCIEventNumberOfCompletedPackets@19$kBluetoothHCIEventPINCodeRequest@22$kBluetoothHCIEventPacketHeaderSize@2$kBluetoothHCIEventPacketMaxDataSize@255$kBluetoothHCIEventPageScanModeChange@31$kBluetoothHCIEventPageScanRepetitionModeChange@32$kBluetoothHCIEventPhysicalLinkComplete@64$kBluetoothHCIEventPhysicalLinkLossEarlyWarning@67$kBluetoothHCIEventPhysicalLinkRecovery@68$kBluetoothHCIEventQoSSetupComplete@13$kBluetoothHCIEventQoSViolation@30$kBluetoothHCIEventReadClockOffsetComplete@28$kBluetoothHCIEventReadRemoteExtendedFeaturesComplete@35$kBluetoothHCIEventReadRemoteSupportedFeaturesComplete@11$kBluetoothHCIEventReadRemoteVersionInformationComplete@12$kBluetoothHCIEventRemoteHostSupportedFeaturesNotification@61$kBluetoothHCIEventRemoteNameRequestComplete@7$kBluetoothHCIEventRemoteOOBDataRequest@53$kBluetoothHCIEventReturnLinkKeys@21$kBluetoothHCIEventRoleChange@18$kBluetoothHCIEventShortRangeModeChangeComplete@76$kBluetoothHCIEventSimplePairingComplete@54$kBluetoothHCIEventSniffSubrating@46$kBluetoothHCIEventSynchronousConnectionChanged@45$kBluetoothHCIEventSynchronousConnectionComplete@44$kBluetoothHCIEventUserConfirmationRequest@51$kBluetoothHCIEventUserPasskeyNotification@59$kBluetoothHCIEventUserPasskeyRequest@52$kBluetoothHCIEventVendorSpecific@255$kBluetoothHCIEvnetMaskEnhancedFlushCompleteEvent@72057594037927936$kBluetoothHCIEvnetMaskLinkSupervisionTimeoutChangedEvent@36028797018963968$kBluetoothHCIExtendedInquiryResponseDataType128BitServiceClassUUIDsCompleteList@7$kBluetoothHCIExtendedInquiryResponseDataType128BitServiceClassUUIDsWithMoreAvailable@6$kBluetoothHCIExtendedInquiryResponseDataType16BitServiceClassUUIDsCompleteList@3$kBluetoothHCIExtendedInquiryResponseDataType16BitServiceClassUUIDsWithMoreAvailable@2$kBluetoothHCIExtendedInquiryResponseDataType32BitServiceClassUUIDsCompleteList@5$kBluetoothHCIExtendedInquiryResponseDataType32BitServiceClassUUIDsWithMoreAvailable@4$kBluetoothHCIExtendedInquiryResponseDataType3DInformationData@61$kBluetoothHCIExtendedInquiryResponseDataTypeAdvertisingInterval@26$kBluetoothHCIExtendedInquiryResponseDataTypeAppearance@25$kBluetoothHCIExtendedInquiryResponseDataTypeCompleteLocalName@9$kBluetoothHCIExtendedInquiryResponseDataTypeCsisRsiData@46$kBluetoothHCIExtendedInquiryResponseDataTypeDeviceID@16$kBluetoothHCIExtendedInquiryResponseDataTypeFlags@1$kBluetoothHCIExtendedInquiryResponseDataTypeIndoorPositioning@37$kBluetoothHCIExtendedInquiryResponseDataTypeLEBluetoothDeviceAddress@27$kBluetoothHCIExtendedInquiryResponseDataTypeLERole@28$kBluetoothHCIExtendedInquiryResponseDataTypeManufacturerSpecificData@255$kBluetoothHCIExtendedInquiryResponseDataTypePeripheralConnectionIntervalRange@18$kBluetoothHCIExtendedInquiryResponseDataTypePublicTargetAddress@23$kBluetoothHCIExtendedInquiryResponseDataTypeRandomTargetAddress@24$kBluetoothHCIExtendedInquiryResponseDataTypeSSPOOBClassOfDevice@13$kBluetoothHCIExtendedInquiryResponseDataTypeSSPOOBSimplePairingHashC@14$kBluetoothHCIExtendedInquiryResponseDataTypeSSPOOBSimplePairingRandomizerR@15$kBluetoothHCIExtendedInquiryResponseDataTypeSecureConnectionsConfirmationValue@34$kBluetoothHCIExtendedInquiryResponseDataTypeSecureConnectionsRandomValue@35$kBluetoothHCIExtendedInquiryResponseDataTypeSecurityManagerOOBFlags@17$kBluetoothHCIExtendedInquiryResponseDataTypeSecurityManagerTKValue@16$kBluetoothHCIExtendedInquiryResponseDataTypeServiceData@22$kBluetoothHCIExtendedInquiryResponseDataTypeServiceData128BitUUID@33$kBluetoothHCIExtendedInquiryResponseDataTypeServiceData32BitUUID@32$kBluetoothHCIExtendedInquiryResponseDataTypeServiceSolicitation128BitUUIDs@21$kBluetoothHCIExtendedInquiryResponseDataTypeServiceSolicitation16BitUUIDs@20$kBluetoothHCIExtendedInquiryResponseDataTypeServiceSolicitation32BitUUIDs@31$kBluetoothHCIExtendedInquiryResponseDataTypeShortenedLocalName@8$kBluetoothHCIExtendedInquiryResponseDataTypeSimplePairingHash@29$kBluetoothHCIExtendedInquiryResponseDataTypeSimplePairingRandomizer@30$kBluetoothHCIExtendedInquiryResponseDataTypeSlaveConnectionIntervalRange@18$kBluetoothHCIExtendedInquiryResponseDataTypeTransmitPowerLevel@10$kBluetoothHCIExtendedInquiryResponseDataTypeTransportDiscoveryData@38$kBluetoothHCIExtendedInquiryResponseDataTypeURI@36$kBluetoothHCIFECNotRequired@1$kBluetoothHCIFECRequired@0$kBluetoothHCIInquiryModeResultFormatStandard@0$kBluetoothHCIInquiryModeResultFormatWithRSSI@1$kBluetoothHCIInquiryModeResultFormatWithRSSIOrExtendedInquiryResultFormat@2$kBluetoothHCIInquiryResultsMaxResults@50$kBluetoothHCIInquiryScanTypeInterlaced@1$kBluetoothHCIInquiryScanTypeReservedEnd@255$kBluetoothHCIInquiryScanTypeReservedStart@2$kBluetoothHCIInquiryScanTypeStandard@0$kBluetoothHCILoopbackModeLocal@1$kBluetoothHCILoopbackModeOff@0$kBluetoothHCILoopbackModeRemote@2$kBluetoothHCIMasterRole@0$kBluetoothHCIMaxCommandPacketSize@258$kBluetoothHCIMaxDataPacketSize@65539$kBluetoothHCIMaxEventPacketSize@257$kBluetoothHCIOpCodeNoOp@0$kBluetoothHCIPageScanTypeInterlaced@1$kBluetoothHCIPageScanTypeReservedEnd@255$kBluetoothHCIPageScanTypeReservedStart@2$kBluetoothHCIPageScanTypeStandard@0$kBluetoothHCIPeripheralRole@1$kBluetoothHCIPowerStateOFF@0$kBluetoothHCIPowerStateON@1$kBluetoothHCIPowerStateUnintialized@255$kBluetoothHCISimplePairingDebugModeDisabled@0$kBluetoothHCISimplePairingDebugModeEnabled@1$kBluetoothHCISimplePairingModeEnabled@1$kBluetoothHCISimplePairingModeNotSet@0$kBluetoothHCISlaveRole@1$kBluetoothHCISubEventLEAdvertisingReport@2$kBluetoothHCISubEventLEAdvertisingSetTerminated@18$kBluetoothHCISubEventLEChannelSelectionAlgorithm@20$kBluetoothHCISubEventLEConnectionComplete@1$kBluetoothHCISubEventLEConnectionUpdateComplete@3$kBluetoothHCISubEventLEDataLengthChange@7$kBluetoothHCISubEventLEDirectAdvertisingReport@11$kBluetoothHCISubEventLEEnhancedConnectionComplete@10$kBluetoothHCISubEventLEExtendedAdvertising@13$kBluetoothHCISubEventLEGenerateDHKeyComplete@9$kBluetoothHCISubEventLELongTermKeyRequest@5$kBluetoothHCISubEventLEPeriodicAdvertisingReport@15$kBluetoothHCISubEventLEPeriodicAdvertisingSyncEstablished@14$kBluetoothHCISubEventLEPeriodicAdvertisingSyncLost@16$kBluetoothHCISubEventLEPhyUpdateComplete@12$kBluetoothHCISubEventLEReadLocalP256PublicKeyComplete@8$kBluetoothHCISubEventLEReadRemoteUsedFeaturesComplete@4$kBluetoothHCISubEventLERemoteConnectionParameterRequest@6$kBluetoothHCISubEventLEScanRequestReceived@19$kBluetoothHCISubEventLEScanTimeout@17$kBluetoothHCITransportUSBClassCode@224$kBluetoothHCITransportUSBProtocolCode@1$kBluetoothHCITransportUSBSubClassCode@1$kBluetoothHCIVersionCoreSpecification1_0b@0$kBluetoothHCIVersionCoreSpecification1_1@1$kBluetoothHCIVersionCoreSpecification1_2@2$kBluetoothHCIVersionCoreSpecification2_0EDR@3$kBluetoothHCIVersionCoreSpecification2_1EDR@4$kBluetoothHCIVersionCoreSpecification3_0HS@5$kBluetoothHCIVersionCoreSpecification4_0@6$kBluetoothHCIVersionCoreSpecification4_1@7$kBluetoothHCIVersionCoreSpecification4_2@8$kBluetoothHCIVersionCoreSpecification5_0@9$kBluetoothHCIVersionCoreSpecification5_1@10$kBluetoothHCIVersionCoreSpecification5_2@11$kBluetoothHCIVersionCoreSpecification5_3@12$kBluetoothKeyFlagSemiPermanent@0$kBluetoothKeyFlagTemporary@1$kBluetoothKeyTypeAuthenticatedCombination@5$kBluetoothKeyTypeAuthenticatedCombinationP256@8$kBluetoothKeyTypeChangedCombination@6$kBluetoothKeyTypeCombination@0$kBluetoothKeyTypeDebugCombination@3$kBluetoothKeyTypeLocalUnit@1$kBluetoothKeyTypeRemoteUnit@2$kBluetoothKeyTypeUnauthenticatedCombination@4$kBluetoothKeyTypeUnauthenticatedCombinationP256@7$kBluetoothKeypressNotificationTypePasskeyCleared@3$kBluetoothKeypressNotificationTypePasskeyDigitEntered@1$kBluetoothKeypressNotificationTypePasskeyDigitErased@2$kBluetoothKeypressNotificationTypePasskeyEntryCompleted@4$kBluetoothKeypressNotificationTypePasskeyEntryStarted@0$kBluetoothL2CAPChannelAMPManagerProtocol@3$kBluetoothL2CAPChannelAMPTestManager@63$kBluetoothL2CAPChannelAttributeProtocol@4$kBluetoothL2CAPChannelBREDRSecurityManager@7$kBluetoothL2CAPChannelConnectionLessData@2$kBluetoothL2CAPChannelDynamicEnd@65535$kBluetoothL2CAPChannelDynamicStart@64$kBluetoothL2CAPChannelEnd@65535$kBluetoothL2CAPChannelLEAP@42$kBluetoothL2CAPChannelLEAS@43$kBluetoothL2CAPChannelLESignalling@5$kBluetoothL2CAPChannelMagicPairing@48$kBluetoothL2CAPChannelMagnet@58$kBluetoothL2CAPChannelNull@0$kBluetoothL2CAPChannelReservedEnd@62$kBluetoothL2CAPChannelReservedStart@8$kBluetoothL2CAPChannelSecurityManager@6$kBluetoothL2CAPChannelSignalling@1$kBluetoothL2CAPCommandCodeCommandReject@1$kBluetoothL2CAPCommandCodeConfigureRequest@4$kBluetoothL2CAPCommandCodeConfigureResponse@5$kBluetoothL2CAPCommandCodeConnectionParameterUpdateRequest@18$kBluetoothL2CAPCommandCodeConnectionParameterUpdateResponse@19$kBluetoothL2CAPCommandCodeConnectionRequest@2$kBluetoothL2CAPCommandCodeConnectionResponse@3$kBluetoothL2CAPCommandCodeCreateChannelRequest@12$kBluetoothL2CAPCommandCodeCreateChannelResponse@13$kBluetoothL2CAPCommandCodeDisconnectionRequest@6$kBluetoothL2CAPCommandCodeDisconnectionResponse@7$kBluetoothL2CAPCommandCodeEchoRequest@8$kBluetoothL2CAPCommandCodeEchoResponse@9$kBluetoothL2CAPCommandCodeInformationRequest@10$kBluetoothL2CAPCommandCodeInformationResponse@11$kBluetoothL2CAPCommandCodeLECreditBasedConnectionRequest@20$kBluetoothL2CAPCommandCodeLECreditBasedConnectionResponse@21$kBluetoothL2CAPCommandCodeLEFlowControlCredit@22$kBluetoothL2CAPCommandCodeMoveChannelConfirmation@16$kBluetoothL2CAPCommandCodeMoveChannelConfirmationResponse@17$kBluetoothL2CAPCommandCodeMoveChannelRequest@14$kBluetoothL2CAPCommandCodeMoveChannelResponse@15$kBluetoothL2CAPCommandCodeReserved@0$kBluetoothL2CAPCommandRejectReasonCommandNotUnderstood@0$kBluetoothL2CAPCommandRejectReasonInvalidCIDInRequest@2$kBluetoothL2CAPCommandRejectReasonSignallingMTUExceeded@1$kBluetoothL2CAPConfigurationBasicL2CAPModeFlag@0$kBluetoothL2CAPConfigurationEnhancedRetransmissionMode@3$kBluetoothL2CAPConfigurationFlowControlModeFlag@2$kBluetoothL2CAPConfigurationOptionExtendedFlowSpecification@6$kBluetoothL2CAPConfigurationOptionExtendedWindowSize@7$kBluetoothL2CAPConfigurationOptionFlushTimeout@2$kBluetoothL2CAPConfigurationOptionFlushTimeoutLength@2$kBluetoothL2CAPConfigurationOptionFrameCheckSequence@5$kBluetoothL2CAPConfigurationOptionMTU@1$kBluetoothL2CAPConfigurationOptionMTULength@2$kBluetoothL2CAPConfigurationOptionQoS@3$kBluetoothL2CAPConfigurationOptionQoSLength@22$kBluetoothL2CAPConfigurationOptionRetransmissionAndFlowControl@4$kBluetoothL2CAPConfigurationOptionRetransmissionAndFlowControlLength@9$kBluetoothL2CAPConfigurationResultRejected@2$kBluetoothL2CAPConfigurationResultSuccess@0$kBluetoothL2CAPConfigurationResultUnacceptableParams@1$kBluetoothL2CAPConfigurationResultUnknownOptions@3$kBluetoothL2CAPConfigurationRetransmissionModeFlag@1$kBluetoothL2CAPConfigurationStreamingMode@4$kBluetoothL2CAPConnectionResultPending@1$kBluetoothL2CAPConnectionResultRefusedInvalidSourceCID@6$kBluetoothL2CAPConnectionResultRefusedNoResources@4$kBluetoothL2CAPConnectionResultRefusedPSMNotSupported@2$kBluetoothL2CAPConnectionResultRefusedReserved@5$kBluetoothL2CAPConnectionResultRefusedSecurityBlock@3$kBluetoothL2CAPConnectionResultRefusedSourceCIDAlreadyAllocated@7$kBluetoothL2CAPConnectionResultSuccessful@0$kBluetoothL2CAPConnectionStatusAuthenticationPending@1$kBluetoothL2CAPConnectionStatusAuthorizationPending@2$kBluetoothL2CAPConnectionStatusNoInfoAvailable@0$kBluetoothL2CAPFlushTimeoutDefault@65535$kBluetoothL2CAPFlushTimeoutForever@65535$kBluetoothL2CAPFlushTimeoutImmediate@1$kBluetoothL2CAPFlushTimeoutUseExisting@0$kBluetoothL2CAPInfoTypeMaxConnectionlessMTUSize@1$kBluetoothL2CAPInformationBidirectionalQoS@4$kBluetoothL2CAPInformationEnhancedRetransmissionMode@8$kBluetoothL2CAPInformationExtendedFlowSpecification@64$kBluetoothL2CAPInformationExtendedWindowSize@256$kBluetoothL2CAPInformationFCSOption@32$kBluetoothL2CAPInformationFixedChannels@128$kBluetoothL2CAPInformationFlowControlMode@1$kBluetoothL2CAPInformationNoExtendedFeatures@0$kBluetoothL2CAPInformationResultNotSupported@1$kBluetoothL2CAPInformationResultSuccess@0$kBluetoothL2CAPInformationRetransmissionMode@2$kBluetoothL2CAPInformationStreamingMode@16$kBluetoothL2CAPInformationTypeConnectionlessMTU@1$kBluetoothL2CAPInformationTypeExtendedFeatures@2$kBluetoothL2CAPInformationTypeFixedChannelsSupported@3$kBluetoothL2CAPMTUDefault@1017$kBluetoothL2CAPMTULowEnergyDefault@27$kBluetoothL2CAPMTULowEnergyMax@251$kBluetoothL2CAPMTUMaximum@65535$kBluetoothL2CAPMTUMinimum@48$kBluetoothL2CAPMTUSIG@48$kBluetoothL2CAPMTUStart@32767$kBluetoothL2CAPMaxPacketSize@65535$kBluetoothL2CAPPSMAACP@4097$kBluetoothL2CAPPSMATT@31$kBluetoothL2CAPPSMAVCTP@23$kBluetoothL2CAPPSMAVCTP_Browsing@27$kBluetoothL2CAPPSMAVDTP@25$kBluetoothL2CAPPSMBNEP@15$kBluetoothL2CAPPSMD2D@4111$kBluetoothL2CAPPSMDynamicEnd@65535$kBluetoothL2CAPPSMDynamicStart@4097$kBluetoothL2CAPPSMHIDControl@17$kBluetoothL2CAPPSMHIDInterrupt@19$kBluetoothL2CAPPSMNone@0$kBluetoothL2CAPPSMRFCOMM@3$kBluetoothL2CAPPSMReservedEnd@4096$kBluetoothL2CAPPSMReservedStart@1$kBluetoothL2CAPPSMSDP@1$kBluetoothL2CAPPSMTCS_BIN@5$kBluetoothL2CAPPSMTCS_BIN_Cordless@7$kBluetoothL2CAPPSMUID_C_Plane@29$kBluetoothL2CAPPacketHeaderSize@4$kBluetoothL2CAPQoSDelayVariationDefault@4294967295$kBluetoothL2CAPQoSFlagsDefault@0$kBluetoothL2CAPQoSLatencyDefault@4294967295$kBluetoothL2CAPQoSPeakBandwidthDefault@0$kBluetoothL2CAPQoSTokenBucketSizeDefault@0$kBluetoothL2CAPQoSTokenRateDefault@0$kBluetoothL2CAPQoSTypeBestEffort@1$kBluetoothL2CAPQoSTypeDefault@1$kBluetoothL2CAPQoSTypeGuaranteed@2$kBluetoothL2CAPQoSTypeNoTraffic@0$kBluetoothL2CAPSegmentationAndReassemblyContinuationOfSDU@3$kBluetoothL2CAPSegmentationAndReassemblyEndOfSDU@2$kBluetoothL2CAPSegmentationAndReassemblyStartOfSDU@1$kBluetoothL2CAPSegmentationAndReassemblyUnsegmentedSDU@0$kBluetoothL2CAPSupervisoryFuctionTypeReceiverNotReady@2$kBluetoothL2CAPSupervisoryFuctionTypeReceiverReady@0$kBluetoothL2CAPSupervisoryFuctionTypeReject@1$kBluetoothL2CAPSupervisoryFuctionTypeSelectiveReject@3$kBluetoothL2CAPTCICommandL2CA_ConfigReq@3$kBluetoothL2CAPTCICommandL2CA_ConfigResp@19$kBluetoothL2CAPTCICommandL2CA_ConnectReq@1$kBluetoothL2CAPTCICommandL2CA_ConnectResp@17$kBluetoothL2CAPTCICommandL2CA_DisableCLT@4$kBluetoothL2CAPTCICommandL2CA_DisconnectReq@2$kBluetoothL2CAPTCICommandL2CA_DisconnectResp@18$kBluetoothL2CAPTCICommandL2CA_EnableCLT@5$kBluetoothL2CAPTCICommandL2CA_GetInfo@14$kBluetoothL2CAPTCICommandL2CA_GroupAddMember@8$kBluetoothL2CAPTCICommandL2CA_GroupClose@7$kBluetoothL2CAPTCICommandL2CA_GroupCreate@6$kBluetoothL2CAPTCICommandL2CA_GroupMembership@10$kBluetoothL2CAPTCICommandL2CA_GroupRemoveMember@9$kBluetoothL2CAPTCICommandL2CA_Ping@13$kBluetoothL2CAPTCICommandL2CA_ReadData@12$kBluetoothL2CAPTCICommandL2CA_Reserved1@15$kBluetoothL2CAPTCICommandL2CA_Reserved2@16$kBluetoothL2CAPTCICommandL2CA_WriteData@11$kBluetoothL2CAPTCICommandReserved@0$kBluetoothL2CAPTCIEventIDL2CA_ConfigInd@2$kBluetoothL2CAPTCIEventIDL2CA_ConnectInd@1$kBluetoothL2CAPTCIEventIDL2CA_DisconnectInd@3$kBluetoothL2CAPTCIEventIDL2CA_QoSViolationInd@4$kBluetoothL2CAPTCIEventIDL2CA_TimeOutInd@5$kBluetoothL2CAPTCIEventIDReserved@0$kBluetoothL2CAPUnicastConnectionlessDataReception@512$kBluetoothLEFeatureConnectionParamsRequestProcedure@2$kBluetoothLEFeatureExtendedRejectIndication@4$kBluetoothLEFeatureExtendedScannerFilterPolicies@128$kBluetoothLEFeatureLEDataPacketLengthExtension@32$kBluetoothLEFeatureLEEncryption@1$kBluetoothLEFeatureLEPing@16$kBluetoothLEFeatureLLPrivacy@64$kBluetoothLEFeaturePeripheralInitiatedFeaturesExchange@8$kBluetoothLEFeatureSlaveInitiatedFeaturesExchange@8$kBluetoothLEMaxTXOctetsDefault@128$kBluetoothLEMaxTXOctetsMax@251$kBluetoothLEMaxTXOctetsMin@27$kBluetoothLEMaxTXTimeDefault@27$kBluetoothLEMaxTXTimeMax@2120$kBluetoothLEMaxTXTimeMin@328$kBluetoothLESMPMaxEncryptionKeySize@16$kBluetoothLESMPMinEncryptionKeySize@7$kBluetoothLESMPTimeout@30$kBluetoothLESecurityManagerBonding@1$kBluetoothLESecurityManagerCommandCodeEncryptionInfo@6$kBluetoothLESecurityManagerCommandCodeIdentityAddressInfo@9$kBluetoothLESecurityManagerCommandCodeIdentityInfo@8$kBluetoothLESecurityManagerCommandCodeMasterIdentification@7$kBluetoothLESecurityManagerCommandCodePairingConfirm@3$kBluetoothLESecurityManagerCommandCodePairingDHKeyCheck@13$kBluetoothLESecurityManagerCommandCodePairingFailed@5$kBluetoothLESecurityManagerCommandCodePairingKeypressNotification@14$kBluetoothLESecurityManagerCommandCodePairingPublicKey@12$kBluetoothLESecurityManagerCommandCodePairingRandom@4$kBluetoothLESecurityManagerCommandCodePairingRequest@1$kBluetoothLESecurityManagerCommandCodePairingResponse@2$kBluetoothLESecurityManagerCommandCodeReserved@0$kBluetoothLESecurityManagerCommandCodeReservedEnd@255$kBluetoothLESecurityManagerCommandCodeReservedStart@15$kBluetoothLESecurityManagerCommandCodeSecurityRequest@11$kBluetoothLESecurityManagerCommandCodeSigningInfo@10$kBluetoothLESecurityManagerEncryptionKey@1$kBluetoothLESecurityManagerIDKey@2$kBluetoothLESecurityManagerIOCapabilityDisplayOnly@0$kBluetoothLESecurityManagerIOCapabilityDisplayYesNo@1$kBluetoothLESecurityManagerIOCapabilityKeyboardDisplay@4$kBluetoothLESecurityManagerIOCapabilityKeyboardOnly@2$kBluetoothLESecurityManagerIOCapabilityNoInputNoOutput@3$kBluetoothLESecurityManagerIOCapabilityReservedEnd@255$kBluetoothLESecurityManagerIOCapabilityReservedStart@5$kBluetoothLESecurityManagerLinkKey@8$kBluetoothLESecurityManagerNoBonding@0$kBluetoothLESecurityManagerNotificationTypePasskeyCleared@3$kBluetoothLESecurityManagerNotificationTypePasskeyDigitEntered@1$kBluetoothLESecurityManagerNotificationTypePasskeyDigitErased@2$kBluetoothLESecurityManagerNotificationTypePasskeyEntryCompleted@4$kBluetoothLESecurityManagerNotificationTypePasskeyEntryStarted@0$kBluetoothLESecurityManagerNotificationTypeReservedEnd@255$kBluetoothLESecurityManagerNotificationTypeReservedStart@5$kBluetoothLESecurityManagerOOBAuthenticationDataNotPresent@0$kBluetoothLESecurityManagerOOBAuthenticationDataPresent@1$kBluetoothLESecurityManagerOOBDataReservedEnd@255$kBluetoothLESecurityManagerOOBDataReservedStart@2$kBluetoothLESecurityManagerReasonCodeAuthenticationRequirements@3$kBluetoothLESecurityManagerReasonCodeBREDRPairingInProgress@13$kBluetoothLESecurityManagerReasonCodeCommandNotSupported@7$kBluetoothLESecurityManagerReasonCodeConfirmValueFailed@4$kBluetoothLESecurityManagerReasonCodeCrossTransportKeyDerivationGenerationNotAllowed@14$kBluetoothLESecurityManagerReasonCodeDHKeyCheckFailed@11$kBluetoothLESecurityManagerReasonCodeEncryptionKeySize@6$kBluetoothLESecurityManagerReasonCodeInvalidParameters@10$kBluetoothLESecurityManagerReasonCodeNumericComparisonFailed@12$kBluetoothLESecurityManagerReasonCodeOOBNotAvailbale@2$kBluetoothLESecurityManagerReasonCodePairingNotSupported@5$kBluetoothLESecurityManagerReasonCodePasskeyEntryFailed@1$kBluetoothLESecurityManagerReasonCodeRepeatedAttempts@9$kBluetoothLESecurityManagerReasonCodeReserved@0$kBluetoothLESecurityManagerReasonCodeReservedEnd@255$kBluetoothLESecurityManagerReasonCodeReservedStart@15$kBluetoothLESecurityManagerReasonCodeUnspecifiedReason@8$kBluetoothLESecurityManagerReservedEnd@3$kBluetoothLESecurityManagerReservedStart@2$kBluetoothLESecurityManagerSignKey@4$kBluetoothLESecurityManagerUserInputCapabilityKeyboard@3$kBluetoothLESecurityManagerUserInputCapabilityNoInput@1$kBluetoothLESecurityManagerUserInputCapabilityYesNo@2$kBluetoothLESecurityManagerUserOutputCapabilityNoOutput@1$kBluetoothLESecurityManagerUserOutputCapabilityNumericOutput@2$kBluetoothLETXOctetsDefault@27$kBluetoothLETXOctetsMax@251$kBluetoothLETXOctetsMin@27$kBluetoothLETXTimeDefault@328$kBluetoothLETXTimeMax@2120$kBluetoothLETXTimeMin@328$kBluetoothLMPVersionCoreSpecification1_0b@0$kBluetoothLMPVersionCoreSpecification1_1@1$kBluetoothLMPVersionCoreSpecification1_2@2$kBluetoothLMPVersionCoreSpecification2_0EDR@3$kBluetoothLMPVersionCoreSpecification2_1EDR@4$kBluetoothLMPVersionCoreSpecification3_0HS@5$kBluetoothLMPVersionCoreSpecification4_0@6$kBluetoothLMPVersionCoreSpecification4_1@7$kBluetoothLMPVersionCoreSpecification4_2@8$kBluetoothLMPVersionCoreSpecification5_0@9$kBluetoothLMPVersionCoreSpecification5_1@10$kBluetoothLMPVersionCoreSpecification5_2@11$kBluetoothLimitedInquiryAccessCodeIndex@1$kBluetoothLimitedInquiryAccessCodeLAPValue@10390272$kBluetoothLinkTypeNone@255$kBluetoothOOBAuthenticationDataFromRemoteDevicePresent@1$kBluetoothOOBAuthenticationDataNotPresent@0$kBluetoothPacketType2DH1Omit@2$kBluetoothPacketType2DH3Omit@256$kBluetoothPacketType2DH5Omit@4096$kBluetoothPacketType3DH1Omit@4$kBluetoothPacketType3DH3Omit@512$kBluetoothPacketType3DM5Omit@8192$kBluetoothPacketTypeAUX@512$kBluetoothPacketTypeDH1@16$kBluetoothPacketTypeDH3@2048$kBluetoothPacketTypeDH5@32768$kBluetoothPacketTypeDM1@8$kBluetoothPacketTypeDM3@1024$kBluetoothPacketTypeDM5@16384$kBluetoothPacketTypeDV@256$kBluetoothPacketTypeHV1@32$kBluetoothPacketTypeHV2@64$kBluetoothPacketTypeHV3@128$kBluetoothPacketTypeReserved1@1$kBluetoothPageScanModeMandatory@0$kBluetoothPageScanModeOptional1@1$kBluetoothPageScanModeOptional2@2$kBluetoothPageScanModeOptional3@3$kBluetoothPageScanPeriodModeP0@0$kBluetoothPageScanPeriodModeP1@1$kBluetoothPageScanPeriodModeP2@2$kBluetoothPageScanRepetitionModeR0@0$kBluetoothPageScanRepetitionModeR1@1$kBluetoothPageScanRepetitionModeR2@2$kBluetoothRFCOMMParityTypeEvenParity@2$kBluetoothRFCOMMParityTypeMaxParity@3$kBluetoothRFCOMMParityTypeNoParity@0$kBluetoothRFCOMMParityTypeOddParity@1$kBluetoothRoleBecomeCentral@0$kBluetoothRoleBecomeMaster@0$kBluetoothRoleRemainPeripheral@1$kBluetoothRoleRemainSlave@1$kBluetoothSCOConnection@0$kBluetoothSDPAttributeDeviceIdentifierClientExecutableURL@11$kBluetoothSDPAttributeDeviceIdentifierDocumentationURL@10$kBluetoothSDPAttributeDeviceIdentifierPrimaryRecord@516$kBluetoothSDPAttributeDeviceIdentifierProductID@514$kBluetoothSDPAttributeDeviceIdentifierReservedRangeEnd@767$kBluetoothSDPAttributeDeviceIdentifierReservedRangeStart@518$kBluetoothSDPAttributeDeviceIdentifierServiceDescription@1$kBluetoothSDPAttributeDeviceIdentifierSpecificationID@512$kBluetoothSDPAttributeDeviceIdentifierVendorID@513$kBluetoothSDPAttributeDeviceIdentifierVendorIDSource@517$kBluetoothSDPAttributeDeviceIdentifierVersion@515$kBluetoothSDPAttributeIdentifierAdditionalProtocolsDescriptorList@13$kBluetoothSDPAttributeIdentifierAudioFeedbackSupport@773$kBluetoothSDPAttributeIdentifierBluetoothProfileDescriptorList@9$kBluetoothSDPAttributeIdentifierBrowseGroupList@5$kBluetoothSDPAttributeIdentifierClientExecutableURL@11$kBluetoothSDPAttributeIdentifierDocumentationURL@10$kBluetoothSDPAttributeIdentifierExternalNetwork@769$kBluetoothSDPAttributeIdentifierFaxClass1Support@770$kBluetoothSDPAttributeIdentifierFaxClass2Support@772$kBluetoothSDPAttributeIdentifierFaxClass2_0Support@771$kBluetoothSDPAttributeIdentifierGroupID@512$kBluetoothSDPAttributeIdentifierHIDBatteryPower@521$kBluetoothSDPAttributeIdentifierHIDBootDevice@526$kBluetoothSDPAttributeIdentifierHIDCountryCode@515$kBluetoothSDPAttributeIdentifierHIDDescriptorList@518$kBluetoothSDPAttributeIdentifierHIDDeviceSubclass@514$kBluetoothSDPAttributeIdentifierHIDLangIDBaseList@519$kBluetoothSDPAttributeIdentifierHIDNormallyConnectable@525$kBluetoothSDPAttributeIdentifierHIDParserVersion@513$kBluetoothSDPAttributeIdentifierHIDProfileVersion@523$kBluetoothSDPAttributeIdentifierHIDReconnectInitiate@517$kBluetoothSDPAttributeIdentifierHIDReleaseNumber@512$kBluetoothSDPAttributeIdentifierHIDRemoteWake@522$kBluetoothSDPAttributeIdentifierHIDSDPDisable@520$kBluetoothSDPAttributeIdentifierHIDSSRHostMaxLatency@527$kBluetoothSDPAttributeIdentifierHIDSSRHostMinTimeout@528$kBluetoothSDPAttributeIdentifierHIDSupervisionTimeout@524$kBluetoothSDPAttributeIdentifierHIDVirtualCable@516$kBluetoothSDPAttributeIdentifierHomepageURL@776$kBluetoothSDPAttributeIdentifierIPSubnet@512$kBluetoothSDPAttributeIdentifierIconURL@12$kBluetoothSDPAttributeIdentifierLanguageBaseAttributeIDList@6$kBluetoothSDPAttributeIdentifierMaxNetAccessRate@780$kBluetoothSDPAttributeIdentifierNetAccessType@779$kBluetoothSDPAttributeIdentifierNetwork@769$kBluetoothSDPAttributeIdentifierNetworkAddress@774$kBluetoothSDPAttributeIdentifierProtocolDescriptorList@4$kBluetoothSDPAttributeIdentifierProviderName@2$kBluetoothSDPAttributeIdentifierRemoteAudioVolumeControl@770$kBluetoothSDPAttributeIdentifierSecurityDescription@778$kBluetoothSDPAttributeIdentifierServiceAvailability@8$kBluetoothSDPAttributeIdentifierServiceClassIDList@1$kBluetoothSDPAttributeIdentifierServiceDatabaseState@513$kBluetoothSDPAttributeIdentifierServiceDescription@1$kBluetoothSDPAttributeIdentifierServiceID@3$kBluetoothSDPAttributeIdentifierServiceInfoTimeToLive@7$kBluetoothSDPAttributeIdentifierServiceName@0$kBluetoothSDPAttributeIdentifierServiceRecordHandle@0$kBluetoothSDPAttributeIdentifierServiceRecordState@2$kBluetoothSDPAttributeIdentifierServiceVersion@768$kBluetoothSDPAttributeIdentifierSupportedCapabilities@784$kBluetoothSDPAttributeIdentifierSupportedDataStoresList@769$kBluetoothSDPAttributeIdentifierSupportedFeatures@785$kBluetoothSDPAttributeIdentifierSupportedFunctions@786$kBluetoothSDPAttributeIdentifierSupporterFormatsList@771$kBluetoothSDPAttributeIdentifierTotalImagingDataCapacity@787$kBluetoothSDPAttributeIdentifierVersionNumberList@512$kBluetoothSDPAttributeIdentifierWAPGateway@775$kBluetoothSDPAttributeIdentifierWAPStackType@777$kBluetoothSDPDataElementTypeBoolean@5$kBluetoothSDPDataElementTypeDataElementAlternative@7$kBluetoothSDPDataElementTypeDataElementSequence@6$kBluetoothSDPDataElementTypeNil@0$kBluetoothSDPDataElementTypeReservedEnd@31$kBluetoothSDPDataElementTypeReservedStart@9$kBluetoothSDPDataElementTypeSignedInt@2$kBluetoothSDPDataElementTypeString@4$kBluetoothSDPDataElementTypeURL@8$kBluetoothSDPDataElementTypeUUID@3$kBluetoothSDPDataElementTypeUnsignedInt@1$kBluetoothSDPErrorCodeInsufficientResources@6$kBluetoothSDPErrorCodeInvalidContinuationState@5$kBluetoothSDPErrorCodeInvalidPDUSize@4$kBluetoothSDPErrorCodeInvalidRequestSyntax@3$kBluetoothSDPErrorCodeInvalidSDPVersion@1$kBluetoothSDPErrorCodeInvalidServiceRecordHandle@2$kBluetoothSDPErrorCodeReserved@0$kBluetoothSDPErrorCodeReservedEnd@65535$kBluetoothSDPErrorCodeReservedStart@7$kBluetoothSDPErrorCodeSuccess@0$kBluetoothSDPPDUIDErrorResponse@1$kBluetoothSDPPDUIDReserved@0$kBluetoothSDPPDUIDServiceAttributeRequest@4$kBluetoothSDPPDUIDServiceAttributeResponse@5$kBluetoothSDPPDUIDServiceSearchAttributeRequest@6$kBluetoothSDPPDUIDServiceSearchAttributeResponse@7$kBluetoothSDPPDUIDServiceSearchRequest@2$kBluetoothSDPPDUIDServiceSearchResponse@3$kBluetoothSDPProtocolParameterBNEPSupportedNetworkPacketTypeList@2$kBluetoothSDPProtocolParameterBNEPVersion@1$kBluetoothSDPProtocolParameterL2CAPPSM@1$kBluetoothSDPProtocolParameterRFCOMMChannel@1$kBluetoothSDPProtocolParameterTCPPort@1$kBluetoothSDPProtocolParameterUDPPort@1$kBluetoothSDPUUID16ATT@7$kBluetoothSDPUUID16AVCTP@23$kBluetoothSDPUUID16AVDTP@25$kBluetoothSDPUUID16BNEP@15$kBluetoothSDPUUID16Base@0$kBluetoothSDPUUID16CMPT@27$kBluetoothSDPUUID16FTP@10$kBluetoothSDPUUID16HIDP@17$kBluetoothSDPUUID16HTTP@12$kBluetoothSDPUUID16HardcopyControlChannel@18$kBluetoothSDPUUID16HardcopyDataChannel@20$kBluetoothSDPUUID16HardcopyNotification@22$kBluetoothSDPUUID16IP@9$kBluetoothSDPUUID16L2CAP@256$kBluetoothSDPUUID16MCAPControlChannel@30$kBluetoothSDPUUID16MCAPDataChannel@31$kBluetoothSDPUUID16OBEX@8$kBluetoothSDPUUID16RFCOMM@3$kBluetoothSDPUUID16SDP@1$kBluetoothSDPUUID16ServiceClassAVRemoteControl@4366$kBluetoothSDPUUID16ServiceClassAVRemoteControlController@4367$kBluetoothSDPUUID16ServiceClassAVRemoteControlTarget@4364$kBluetoothSDPUUID16ServiceClassAdvancedAudioDistribution@4365$kBluetoothSDPUUID16ServiceClassAudioSink@4363$kBluetoothSDPUUID16ServiceClassAudioSource@4362$kBluetoothSDPUUID16ServiceClassAudioVideo@4396$kBluetoothSDPUUID16ServiceClassBasicPrinting@4386$kBluetoothSDPUUID16ServiceClassBrowseGroupDescriptor@4097$kBluetoothSDPUUID16ServiceClassCommonISDNAccess@4392$kBluetoothSDPUUID16ServiceClassCordlessTelephony@4361$kBluetoothSDPUUID16ServiceClassDialupNetworking@4355$kBluetoothSDPUUID16ServiceClassDirectPrinting@4376$kBluetoothSDPUUID16ServiceClassDirectPrintingReferenceObjectsService@4384$kBluetoothSDPUUID16ServiceClassFax@4369$kBluetoothSDPUUID16ServiceClassGATT@6145$kBluetoothSDPUUID16ServiceClassGN@4375$kBluetoothSDPUUID16ServiceClassGenericAudio@4611$kBluetoothSDPUUID16ServiceClassGenericFileTransfer@4610$kBluetoothSDPUUID16ServiceClassGenericNetworking@4609$kBluetoothSDPUUID16ServiceClassGenericTelephony@4612$kBluetoothSDPUUID16ServiceClassGlobalNavigationSatelliteSystem@4405$kBluetoothSDPUUID16ServiceClassGlobalNavigationSatelliteSystemServer@4406$kBluetoothSDPUUID16ServiceClassHCR_Print@4390$kBluetoothSDPUUID16ServiceClassHCR_Scan@4391$kBluetoothSDPUUID16ServiceClassHandsFree@4382$kBluetoothSDPUUID16ServiceClassHandsFreeAudioGateway@4383$kBluetoothSDPUUID16ServiceClassHardcopyCableReplacement@4389$kBluetoothSDPUUID16ServiceClassHeadset@4360$kBluetoothSDPUUID16ServiceClassHeadsetAudioGateway@4370$kBluetoothSDPUUID16ServiceClassHeadset_HS@4401$kBluetoothSDPUUID16ServiceClassHealthDevice@5120$kBluetoothSDPUUID16ServiceClassHealthDeviceSink@5122$kBluetoothSDPUUID16ServiceClassHealthDeviceSource@5121$kBluetoothSDPUUID16ServiceClassHumanInterfaceDeviceService@4388$kBluetoothSDPUUID16ServiceClassImaging@4378$kBluetoothSDPUUID16ServiceClassImagingAutomaticArchive@4380$kBluetoothSDPUUID16ServiceClassImagingReferencedObjects@4381$kBluetoothSDPUUID16ServiceClassImagingResponder@4379$kBluetoothSDPUUID16ServiceClassIntercom@4368$kBluetoothSDPUUID16ServiceClassIrMCSync@4356$kBluetoothSDPUUID16ServiceClassIrMCSyncCommand@4359$kBluetoothSDPUUID16ServiceClassLANAccessUsingPPP@4354$kBluetoothSDPUUID16ServiceClassMessageAccessProfile@4404$kBluetoothSDPUUID16ServiceClassMessageAccessServer@4402$kBluetoothSDPUUID16ServiceClassMessageNotificationServer@4403$kBluetoothSDPUUID16ServiceClassNAP@4374$kBluetoothSDPUUID16ServiceClassOBEXFileTransfer@4358$kBluetoothSDPUUID16ServiceClassOBEXObjectPush@4357$kBluetoothSDPUUID16ServiceClassPANU@4373$kBluetoothSDPUUID16ServiceClassPhonebookAccess@4400$kBluetoothSDPUUID16ServiceClassPhonebookAccess_PCE@4398$kBluetoothSDPUUID16ServiceClassPhonebookAccess_PSE@4399$kBluetoothSDPUUID16ServiceClassPnPInformation@4608$kBluetoothSDPUUID16ServiceClassPrintingStatus@4387$kBluetoothSDPUUID16ServiceClassPublicBrowseGroup@4098$kBluetoothSDPUUID16ServiceClassReferencePrinting@4377$kBluetoothSDPUUID16ServiceClassReflectedUI@4385$kBluetoothSDPUUID16ServiceClassSIM_Access@4397$kBluetoothSDPUUID16ServiceClassSerialPort@4353$kBluetoothSDPUUID16ServiceClassServiceDiscoveryServer@4096$kBluetoothSDPUUID16ServiceClassUDI_MT@4394$kBluetoothSDPUUID16ServiceClassUDI_TA@4395$kBluetoothSDPUUID16ServiceClassVideoConferencingGW@4393$kBluetoothSDPUUID16ServiceClassVideoDistribution@4869$kBluetoothSDPUUID16ServiceClassVideoSink@4868$kBluetoothSDPUUID16ServiceClassVideoSource@4867$kBluetoothSDPUUID16ServiceClassWAP@4371$kBluetoothSDPUUID16ServiceClassWAPClient@4372$kBluetoothSDPUUID16TCP@4$kBluetoothSDPUUID16TCSAT@6$kBluetoothSDPUUID16TCSBIN@5$kBluetoothSDPUUID16UDI_C_Plane@29$kBluetoothSDPUUID16UDP@2$kBluetoothSDPUUID16UPNP@16$kBluetoothSDPUUID16WSP@14$kBluetoothServiceClassMajorAny@707406378$kBluetoothServiceClassMajorAudio@256$kBluetoothServiceClassMajorCapturing@64$kBluetoothServiceClassMajorInformation@1024$kBluetoothServiceClassMajorLimitedDiscoverableMode@1$kBluetoothServiceClassMajorNetworking@16$kBluetoothServiceClassMajorNone@1852796517$kBluetoothServiceClassMajorObjectTransfer@128$kBluetoothServiceClassMajorPositioning@8$kBluetoothServiceClassMajorRendering@32$kBluetoothServiceClassMajorReserved1@2$kBluetoothServiceClassMajorReserved2@4$kBluetoothServiceClassMajorTelephony@512$kBluetoothSynchronousConnectionPacketType2EV3Omit@64$kBluetoothSynchronousConnectionPacketType2EV5Omit@256$kBluetoothSynchronousConnectionPacketType3EV3Omit@128$kBluetoothSynchronousConnectionPacketType3EV5Omit@512$kBluetoothSynchronousConnectionPacketTypeAll@65535$kBluetoothSynchronousConnectionPacketTypeEV3@8$kBluetoothSynchronousConnectionPacketTypeEV4@16$kBluetoothSynchronousConnectionPacketTypeEV5@32$kBluetoothSynchronousConnectionPacketTypeFutureUse@64512$kBluetoothSynchronousConnectionPacketTypeHV1@1$kBluetoothSynchronousConnectionPacketTypeHV2@2$kBluetoothSynchronousConnectionPacketTypeHV3@4$kBluetoothSynchronousConnectionPacketTypeNone@0$kBluetoothTransportTypePCCard@2$kBluetoothTransportTypePCICard@3$kBluetoothTransportTypePCIe@5$kBluetoothTransportTypeUART@4$kBluetoothTransportTypeUSB@1$kBluetoothVoiceSettingAirCodingFormatALaw@2$kBluetoothVoiceSettingAirCodingFormatCVSD@0$kBluetoothVoiceSettingAirCodingFormatMask@3$kBluetoothVoiceSettingAirCodingFormatTransparentData@3$kBluetoothVoiceSettingAirCodingFormatULaw@1$kBluetoothVoiceSettingInputCodingALawInputCoding@512$kBluetoothVoiceSettingInputCodingLinearInputCoding@0$kBluetoothVoiceSettingInputCodingMask@768$kBluetoothVoiceSettingInputCodingULawInputCoding@256$kBluetoothVoiceSettingInputDataFormat1sComplement@0$kBluetoothVoiceSettingInputDataFormat2sComplement@64$kBluetoothVoiceSettingInputDataFormatMask@192$kBluetoothVoiceSettingInputDataFormatSignMagnitude@128$kBluetoothVoiceSettingInputDataFormatUnsigned@192$kBluetoothVoiceSettingInputSampleSize16Bit@32$kBluetoothVoiceSettingInputSampleSize8Bit@0$kBluetoothVoiceSettingInputSampleSizeMask@32$kBluetoothVoiceSettingPCMBitPositionMask@28$kConnectionActiveMode@0$kConnectionHoldMode@1$kConnectionModeReservedForFutureUse@4$kConnectionParkMode@3$kConnectionSniffMode@2$kDefaultPageTimeout@10000$kDeleteAllStoredLinkKeys@1$kDeleteKeyForSpecifiedDeviceOnly@0$kDisableAllLMModes@0$kEnableCentralPeripheralSwitch@1$kEnableHoldMode@2$kEnableMasterSlaveSwitch@1$kEnableParkMode@8$kEnableSniffMode@4$kEncryptionDisabled@0$kEncryptionForBothPointToPointAndBroadcastPackets@2$kEncryptionOnlyForPointToPointPackets@1$kFTSFileTypeFile@2$kFTSFileTypeFolder@1$kHCIACLDataPacketsOffHCISCODataPacketsOn@2$kHCIACLDataPacketsOnHCISCODataPacketsOff@1$kHCIACLDataPacketsOnHCISCODataPacketsOn@3$kHCIRetransmissionEffortTypeAtLeastOneAndOptimizeForPower@1$kHCIRetransmissionEffortTypeAtLeastOneAndOptimizeLinkQuality@2$kHCIRetransmissionEffortTypeDontCare@255$kHCIRetransmissionEffortTypeNone@0$kHostControllerToHostFlowControlOff@0$kIOBluetoothDeviceSearchClassic@1$kIOBluetoothDeviceSearchLE@2$kIOBluetoothL2CAPChannelEventTypeClosed@3$kIOBluetoothL2CAPChannelEventTypeData@1$kIOBluetoothL2CAPChannelEventTypeOpenComplete@2$kIOBluetoothL2CAPChannelEventTypeQueueSpaceAvailable@6$kIOBluetoothL2CAPChannelEventTypeReconfigured@4$kIOBluetoothL2CAPChannelEventTypeWriteComplete@5$kIOBluetoothObjectIDNULL@0$kIOBluetoothUserNotificationChannelDirectionAny@0$kIOBluetoothUserNotificationChannelDirectionIncoming@1$kIOBluetoothUserNotificationChannelDirectionOutgoing@2$kInfoStringMaxLength@35$kInquiryScanDisabledPageScanEnabled@2$kInquiryScanEnabledPageScanDisabled@1$kInquiryScanEnabledPageScanEnabled@3$kMaintainCurrentPowerState@0$kMandatoryPageScanMode@0$kMaxChannelIDPerSide@31$kMaximumNumberOfInquiryAccessCodes@64$kNoScansEnabled@0$kOBEXBadArgumentError@-21854$kOBEXBadRequestError@-21856$kOBEXCancelledError@-21857$kOBEXConflictError@-21861$kOBEXConnectFlag1Reserved@2$kOBEXConnectFlag2Reserved@4$kOBEXConnectFlag3Reserved@8$kOBEXConnectFlag4Reserved@16$kOBEXConnectFlag5Reserved@32$kOBEXConnectFlag6Reserved@64$kOBEXConnectFlag7Reserved@128$kOBEXConnectFlagNone@0$kOBEXConnectFlagSupportMultipleItLMPConnections@1$kOBEXErrorRangeMax@-21899$kOBEXErrorRangeMin@-21850$kOBEXForbiddenError@-21858$kOBEXGeneralError@-21850$kOBEXHeaderIDAppParameters@76$kOBEXHeaderIDAuthorizationChallenge@77$kOBEXHeaderIDAuthorizationResponse@78$kOBEXHeaderIDBody@72$kOBEXHeaderIDConnectionID@203$kOBEXHeaderIDCount@192$kOBEXHeaderIDDescription@5$kOBEXHeaderIDEndOfBody@73$kOBEXHeaderIDHTTP@71$kOBEXHeaderIDLength@195$kOBEXHeaderIDName@1$kOBEXHeaderIDOBEX13CreatorID@207$kOBEXHeaderIDOBEX13ObjectClass@81$kOBEXHeaderIDOBEX13SessionParameters@82$kOBEXHeaderIDOBEX13SessionSequenceNumber@147$kOBEXHeaderIDOBEX13WANUUID@80$kOBEXHeaderIDObjectClass@79$kOBEXHeaderIDReservedRangeEnd@47$kOBEXHeaderIDReservedRangeStart@16$kOBEXHeaderIDTarget@70$kOBEXHeaderIDTime4Byte@196$kOBEXHeaderIDTimeISO@68$kOBEXHeaderIDType@66$kOBEXHeaderIDUserDefinedRangeEnd@63$kOBEXHeaderIDUserDefinedRangeStart@48$kOBEXHeaderIDWho@74$kOBEXInternalError@-21853$kOBEXMethodNotAllowedError@-21862$kOBEXNoResourcesError@-21851$kOBEXNonceFlag2Reserved@4$kOBEXNonceFlag3Reserved@8$kOBEXNonceFlag4Reserved@16$kOBEXNonceFlag5Reserved@32$kOBEXNonceFlag6Reserved@64$kOBEXNonceFlag7Reserved@128$kOBEXNonceFlagAccessModeReadOnly@2$kOBEXNonceFlagNone@0$kOBEXNonceFlagSendUserIDInResponse@1$kOBEXNotAcceptableError@-21860$kOBEXNotFoundError@-21863$kOBEXNotImplementedError@-21864$kOBEXOpCodeAbort@255$kOBEXOpCodeCloseSession@1$kOBEXOpCodeConnect@128$kOBEXOpCodeCreateSession@0$kOBEXOpCodeDisconnect@129$kOBEXOpCodeGet@3$kOBEXOpCodeGetWithHighBitSet@131$kOBEXOpCodePut@2$kOBEXOpCodePutWithHighBitSet@130$kOBEXOpCodeReserved@4$kOBEXOpCodeReservedRangeEnd@15$kOBEXOpCodeReservedRangeStart@6$kOBEXOpCodeReservedWithHighBitSet@132$kOBEXOpCodeResumeSession@3$kOBEXOpCodeSetPath@133$kOBEXOpCodeSetTimeout@4$kOBEXOpCodeSuspendSession@2$kOBEXOpCodeUserDefinedEnd@31$kOBEXOpCodeUserDefinedStart@16$kOBEXPreconditionFailedError@-21865$kOBEXPutFlag2Reserved@4$kOBEXPutFlag3Reserved@8$kOBEXPutFlag4Reserved@16$kOBEXPutFlag5Reserved@32$kOBEXPutFlag6Reserved@64$kOBEXPutFlag7Reserved@128$kOBEXPutFlagDontCreateDirectory@2$kOBEXPutFlagGoToParentDirFirst@1$kOBEXPutFlagNone@0$kOBEXRealmASCII@0$kOBEXRealmISO88591@1$kOBEXRealmISO88592@2$kOBEXRealmISO88593@3$kOBEXRealmISO88594@4$kOBEXRealmISO88595@5$kOBEXRealmISO88596@6$kOBEXRealmISO88597@7$kOBEXRealmISO88598@8$kOBEXRealmISO88599@9$kOBEXRealmUNICODE@255$kOBEXResponseCodeAccepted@34$kOBEXResponseCodeAcceptedWithFinalBit@162$kOBEXResponseCodeBadGateway@82$kOBEXResponseCodeBadGatewayWithFinalBit@210$kOBEXResponseCodeBadRequest@64$kOBEXResponseCodeBadRequestWithFinalBit@192$kOBEXResponseCodeConflict@73$kOBEXResponseCodeConflictWithFinalBit@201$kOBEXResponseCodeContinue@16$kOBEXResponseCodeContinueWithFinalBit@144$kOBEXResponseCodeCreated@33$kOBEXResponseCodeCreatedWithFinalBit@161$kOBEXResponseCodeDatabaseFull@96$kOBEXResponseCodeDatabaseFullWithFinalBit@224$kOBEXResponseCodeDatabaseLocked@97$kOBEXResponseCodeDatabaseLockedWithFinalBit@225$kOBEXResponseCodeForbidden@67$kOBEXResponseCodeForbiddenWithFinalBit@195$kOBEXResponseCodeGatewayTimeout@84$kOBEXResponseCodeGatewayTimeoutWithFinalBit@212$kOBEXResponseCodeGone@74$kOBEXResponseCodeGoneWithFinalBit@202$kOBEXResponseCodeHTTPVersionNotSupported@85$kOBEXResponseCodeHTTPVersionNotSupportedWithFinalBit@213$kOBEXResponseCodeInternalServerError@80$kOBEXResponseCodeInternalServerErrorWithFinalBit@208$kOBEXResponseCodeLengthRequired@75$kOBEXResponseCodeLengthRequiredFinalBit@203$kOBEXResponseCodeMethodNotAllowed@69$kOBEXResponseCodeMethodNotAllowedWithFinalBit@197$kOBEXResponseCodeMovedPermanently@49$kOBEXResponseCodeMovedPermanentlyWithFinalBit@177$kOBEXResponseCodeMovedTemporarily@50$kOBEXResponseCodeMovedTemporarilyWithFinalBit@178$kOBEXResponseCodeMultipleChoices@48$kOBEXResponseCodeMultipleChoicesWithFinalBit@176$kOBEXResponseCodeNoContent@36$kOBEXResponseCodeNoContentWithFinalBit@164$kOBEXResponseCodeNonAuthoritativeInfo@35$kOBEXResponseCodeNonAuthoritativeInfoWithFinalBit@163$kOBEXResponseCodeNotAcceptable@70$kOBEXResponseCodeNotAcceptableWithFinalBit@198$kOBEXResponseCodeNotFound@68$kOBEXResponseCodeNotFoundWithFinalBit@196$kOBEXResponseCodeNotImplemented@81$kOBEXResponseCodeNotImplementedWithFinalBit@209$kOBEXResponseCodeNotModified@52$kOBEXResponseCodeNotModifiedWithFinalBit@180$kOBEXResponseCodePartialContent@38$kOBEXResponseCodePartialContentWithFinalBit@166$kOBEXResponseCodePaymentRequired@66$kOBEXResponseCodePaymentRequiredWithFinalBit@194$kOBEXResponseCodePreconditionFailed@76$kOBEXResponseCodePreconditionFailedWithFinalBit@204$kOBEXResponseCodeProxyAuthenticationRequired@71$kOBEXResponseCodeProxyAuthenticationRequiredWithFinalBit@199$kOBEXResponseCodeRequestTimeOut@72$kOBEXResponseCodeRequestTimeOutWithFinalBit@200$kOBEXResponseCodeRequestURLTooLarge@78$kOBEXResponseCodeRequestURLTooLargeWithFinalBit@206$kOBEXResponseCodeRequestedEntityTooLarge@77$kOBEXResponseCodeRequestedEntityTooLargeWithFinalBit@205$kOBEXResponseCodeReservedRangeEnd@15$kOBEXResponseCodeReservedRangeStart@0$kOBEXResponseCodeResetContent@37$kOBEXResponseCodeResetContentWithFinalBit@165$kOBEXResponseCodeSeeOther@51$kOBEXResponseCodeSeeOtherWithFinalBit@179$kOBEXResponseCodeServiceUnavailable@83$kOBEXResponseCodeServiceUnavailableWithFinalBit@211$kOBEXResponseCodeSuccess@32$kOBEXResponseCodeSuccessWithFinalBit@160$kOBEXResponseCodeUnauthorized@65$kOBEXResponseCodeUnauthorizedWithFinalBit@193$kOBEXResponseCodeUnsupportedMediaType@79$kOBEXResponseCodeUnsupportedMediaTypeWithFinalBit@207$kOBEXResponseCodeUseProxy@53$kOBEXResponseCodeUseProxyWithFinalBit@181$kOBEXSessionAlreadyConnectedError@-21882$kOBEXSessionBadRequestError@-21877$kOBEXSessionBadResponseError@-21878$kOBEXSessionBusyError@-21875$kOBEXSessionEventTypeAbortCommandReceived@1330857281$kOBEXSessionEventTypeAbortCommandResponseReceived@1329808705$kOBEXSessionEventTypeConnectCommandReceived@1330857283$kOBEXSessionEventTypeConnectCommandResponseReceived@1329808707$kOBEXSessionEventTypeDisconnectCommandReceived@1330857284$kOBEXSessionEventTypeDisconnectCommandResponseReceived@1329808708$kOBEXSessionEventTypeError@1330070853$kOBEXSessionEventTypeGetCommandReceived@1330857287$kOBEXSessionEventTypeGetCommandResponseReceived@1329808711$kOBEXSessionEventTypePutCommandReceived@1330857296$kOBEXSessionEventTypePutCommandResponseReceived@1329808720$kOBEXSessionEventTypeSetPathCommandReceived@1330857299$kOBEXSessionEventTypeSetPathCommandResponseReceived@1329808723$kOBEXSessionNoTransportError@-21879$kOBEXSessionNotConnectedError@-21876$kOBEXSessionParameterTagDeviceAddress@0$kOBEXSessionParameterTagNextSequenceNumber@3$kOBEXSessionParameterTagNonce@1$kOBEXSessionParameterTagSessionID@2$kOBEXSessionParameterTagSessionOpcode@5$kOBEXSessionParameterTagTimeout@4$kOBEXSessionTimeoutError@-21881$kOBEXSessionTransportDiedError@-21880$kOBEXSuccess@0$kOBEXTimeoutError@-21855$kOBEXTransportEventTypeDataReceived@1147237441$kOBEXTransportEventTypeStatus@1400136020$kOBEXUnauthorizedError@-21859$kOBEXUnsupportedError@-21852$kOBEXVersion10@16$kOptionalPageScanMode1@1$kOptionalPageScanMode2@2$kOptionalPageScanMode3@3$kP0Mode@0$kP1Mode@1$kP2Mode@2$kReadAllStoredLinkKeys@1$kReadCurrentTransmitPowerLevel@0$kReadMaximumTransmitPowerLevel@1$kReservedForFutureUse@16$kReturnLinkKeyForSpecifiedDeviceOnly@0$kSCOFlowControlDisabled@0$kSCOFlowControlEnabled@1$kSearchOptionsAlwaysStartInquiry@1$kSearchOptionsDiscardCachedResults@2$kSearchOptionsNone@0$kSuspendInquiryScan@2$kSuspendPageScan@1$kSuspendPeriodicInquiries@3$"""
|
|
828
828
|
misc.update(
|
|
829
829
|
{
|
|
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({})
|
|
@@ -1453,7 +1253,8 @@ functions = {
|
|
|
1453
1253
|
1: {"type": b"^{OpaqueIOBluetoothObjectRef=}"},
|
|
1454
1254
|
2: {"type": b"^{OpaqueIOBluetoothObjectRef=}"},
|
|
1455
1255
|
},
|
|
1456
|
-
}
|
|
1256
|
+
},
|
|
1257
|
+
"callable_retained": True,
|
|
1457
1258
|
}
|
|
1458
1259
|
}
|
|
1459
1260
|
},
|
|
@@ -1499,7 +1300,8 @@ functions = {
|
|
|
1499
1300
|
1: {"type": b"i"},
|
|
1500
1301
|
2: {"type": b"^v"},
|
|
1501
1302
|
},
|
|
1502
|
-
}
|
|
1303
|
+
},
|
|
1304
|
+
"callable_retained": True,
|
|
1503
1305
|
}
|
|
1504
1306
|
}
|
|
1505
1307
|
},
|
|
@@ -2270,7 +2072,7 @@ try:
|
|
|
2270
2072
|
"retval": {"type": b"v"},
|
|
2271
2073
|
"arguments": {
|
|
2272
2074
|
2: {"type": b"@"},
|
|
2273
|
-
3: {"type":
|
|
2075
|
+
3: {"type": "^v", "type_modifier": b"n", "c_array_length_in_arg": 4},
|
|
2274
2076
|
4: {"type": b"Q"},
|
|
2275
2077
|
},
|
|
2276
2078
|
},
|
|
@@ -2408,6 +2210,47 @@ try:
|
|
|
2408
2210
|
)
|
|
2409
2211
|
finally:
|
|
2410
2212
|
objc._updatingMetadata(False)
|
|
2213
|
+
|
|
2214
|
+
objc.registerNewKeywordsFromSelector("IOBluetoothDeviceInquiry", b"initWithDelegate:")
|
|
2215
|
+
objc.registerNewKeywordsFromSelector(
|
|
2216
|
+
"IOBluetoothHandsFree", b"initWithDevice:delegate:"
|
|
2217
|
+
)
|
|
2218
|
+
objc.registerNewKeywordsFromSelector(
|
|
2219
|
+
"IOBluetoothHandsFreeAudioGateway", b"initWithDevice:delegate:"
|
|
2220
|
+
)
|
|
2221
|
+
objc.registerNewKeywordsFromSelector(
|
|
2222
|
+
"IOBluetoothHandsFreeDevice", b"initWithDevice:delegate:"
|
|
2223
|
+
)
|
|
2224
|
+
objc.registerNewKeywordsFromSelector(
|
|
2225
|
+
"IOBluetoothOBEXSession", b"initWithDevice:channelID:"
|
|
2226
|
+
)
|
|
2227
|
+
objc.registerNewKeywordsFromSelector(
|
|
2228
|
+
"IOBluetoothOBEXSession",
|
|
2229
|
+
b"initWithIncomingRFCOMMChannel:eventSelector:selectorTarget:refCon:",
|
|
2230
|
+
)
|
|
2231
|
+
objc.registerNewKeywordsFromSelector(
|
|
2232
|
+
"IOBluetoothOBEXSession", b"initWithSDPServiceRecord:"
|
|
2233
|
+
)
|
|
2234
|
+
objc.registerNewKeywordsFromSelector(
|
|
2235
|
+
"IOBluetoothSDPDataElement", b"initWithElementValue:"
|
|
2236
|
+
)
|
|
2237
|
+
objc.registerNewKeywordsFromSelector(
|
|
2238
|
+
"IOBluetoothSDPDataElement", b"initWithType:sizeDescriptor:size:value:"
|
|
2239
|
+
)
|
|
2240
|
+
objc.registerNewKeywordsFromSelector(
|
|
2241
|
+
"IOBluetoothSDPServiceAttribute", b"initWithID:attributeElement:"
|
|
2242
|
+
)
|
|
2243
|
+
objc.registerNewKeywordsFromSelector(
|
|
2244
|
+
"IOBluetoothSDPServiceAttribute", b"initWithID:attributeElementValue:"
|
|
2245
|
+
)
|
|
2246
|
+
objc.registerNewKeywordsFromSelector(
|
|
2247
|
+
"IOBluetoothSDPServiceRecord", b"initWithServiceDictionary:device:"
|
|
2248
|
+
)
|
|
2249
|
+
objc.registerNewKeywordsFromSelector("IOBluetoothSDPUUID", b"initWithUUID16:")
|
|
2250
|
+
objc.registerNewKeywordsFromSelector("IOBluetoothSDPUUID", b"initWithUUID32:")
|
|
2251
|
+
objc.registerNewKeywordsFromSelector(
|
|
2252
|
+
"OBEXFileTransferServices", b"initWithOBEXSession:"
|
|
2253
|
+
)
|
|
2411
2254
|
protocols = {
|
|
2412
2255
|
"IOBluetoothHostControllerDelegate": objc.informal_protocol(
|
|
2413
2256
|
"IOBluetoothHostControllerDelegate",
|