bthleenum.inf Driver File Contents (3com-3c2000-t-gigabit-adapter_Win.zip)

ÿþ; Microsoft Windows Bluetooth LE Enumerator Driver Inf

; Copyright (c) 2010 Microsoft Corporation



[Version]

Signature="$Windows NT$"

Class=Bluetooth

Provider=%Microsoft%

CLASSGUID={e0cbf06c-cd8b-4647-bb8a-263b43f0f974}

DriverVer = 06/21/2006,10.0.18362.1



[SourceDisksNames]

3426=windows cd



[SourceDisksFiles]

Microsoft.Bluetooth.Legacy.LEEnumerator.sys = 3426



[DestinationDirs]

BthLEEnum.NT.Copy = 12                   ;DIRID_DRIVERS



[ControlFlags]

ExcludeFromSelect = *

BasicDriverOk = *

PreConfigureDriver= *



[Manufacturer]

%Microsoft%=Microsoft, NTamd64



[Microsoft.NTamd64]

%BTH\MS_BTHLE.DeviceDesc%=                      BthLEEnum, BTH\MS_BTHLE

%BTHLE\DevicePdo.DeviceDesc%=                   BthLEEnum.Device, BTHLE\GenericDevice

%BTHLEDevice\{00001800-0000-1000-8000-00805f9b34fb}%= AttGenericService, BTHLEDevice\{00001800-0000-1000-8000-00805f9b34fb}

%BTHLEDevice\{00001801-0000-1000-8000-00805f9b34fb}%= AttGenericService, BTHLEDevice\{00001801-0000-1000-8000-00805f9b34fb}

%BTHLEDevice\{0000180A-0000-1000-8000-00805f9b34fb}%= AttGenericService, BTHLEDevice\{0000180A-0000-1000-8000-00805f9b34fb}

%BTHLEDevice\{00001813-0000-1000-8000-00805f9b34fb}%= AttGenericService, BTHLEDevice\{00001813-0000-1000-8000-00805f9b34fb}

%BTHLEDevice\GenericATTService%=                AttGenericService, BTHLEDevice\GenericATTService



;----------------------------------------------------------------------------

; BthLEEnum Root support sections

;----------------------------------------------------------------------------

[BthLEEnum.NT]

CopyFiles=BthLEEnum.NT.Copy



[BthLEEnum.NT.Copy]

Microsoft.Bluetooth.Legacy.LEEnumerator.sys,,,0x100



[BthLEEnum.NT.Services]

AddService = BthLEEnum, 0x00000002, BthLEEnum_Service_Inst, BthLEEnum_EventLog_Inst



;----------------------------------------------------------------------------

; BthLEEnum Device support sections

;----------------------------------------------------------------------------

[BthLEEnum.Device.NT]

CopyFiles=BthLEEnum.NT.Copy

AddReg=BthLEEnum.Device.NT.AddReg



[BthLEEnum.Device.NT.Services]

AddService = BthLEEnum, 0x00000002, BthLEEnum_Service_Inst, BthLEEnum_EventLog_Inst



[BthLEEnum.Device.NT.AddReg]

HKR,"AttributeCache"



[BthLEEnum.Device.NT.AddReg.Security]

"D:P(A;;GA;;;SY)"



[BthLEEnum_Service_Inst]

;-----------------------------------------------------

DisplayName     = %BthLEEnum.SVCDESC%

ServiceType     = 1 ;SERVICE_KERNEL_DRIVER

StartType       = 3 ;SERVICE_DEMAND_START

ErrorControl    = 1 ;SERVICE_ERROR_NORMAL

ServiceBinary   = %12%\Microsoft.Bluetooth.Legacy.LEEnumerator.sys

AddReg          = BthLEEnum_Service_Inst.Policy.AddReg



[BthLEEnum_Service_Inst.Policy.AddReg]

; Enterprise Management Policy Store

HKR,"Parameters\Policy",, 0x00000010

HKR,"Parameters\Policy", "PM_AllowBluetooth",        %REG_DWORD%  ,2

HKR,"Parameters\Policy", "PM_AllowDiscoverableMode", %REG_DWORD%  ,1

HKR,"Parameters\Policy", "PM_AllowConnectableMode",  %REG_DWORD%  ,1

HKR,"Parameters\Policy", "PM_AllowAdvertising",      %REG_DWORD%  ,1

HKR,"Parameters\Policy", "PM_AllowOutOfBandPairing", %REG_DWORD%  ,1

HKR,"Parameters\Policy", "PM_LinkSecurityLevel",     %REG_DWORD%  ,0

HKR,"Parameters\Policy", "PM_LocalDeviceName",       %REG_SZ%     ,""

HKR,"Parameters\Policy", "PM_DevicesAllowedList",    %REG_BINARY% ,00

HKR,"Parameters\Policy", "PM_ServicesAllowedList",   %REG_BINARY% ,00

HKR,"Parameters\Policy", "PM_RequireRestrictedMode", %REG_DWORD%  ,0



[BthLEEnum_Service_Inst.Policy.AddReg.Security]

; add the ability for BthServ to modify the key and subkeys

"D:AR(A;CI;KA;;;S-1-5-80-2586557155-168560303-1373426920-983201488-1499765686)(A;CI;KA;;;SY)(A;CI;KA;;;BA)(A;CIIO;KA;;;CO)(A;CI;KR;;;AC)(A;CI;KR;;;BU)"



[BthLEEnum_EventLog_Inst]

AddReg=BthLEEnum_EventLog_Inst.AddReg



[BthLEEnum_EventLog_Inst.AddReg]

HKR,,EventMessageFile,0x00020002,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\Drivers\Microsoft.Bluetooth.Legacy.LEEnumerator.sys"

HKR,,TypesSupported,0x00010003,7



;----------------------------------------------------------------------------

; Generic ATT Service Support Section

;----------------------------------------------------------------------------

[AttGenericService.NT]

Include=umpass.inf

Needs=UmPass



[AttGenericService.NT.Services]

Include=umpass.inf

Needs=UmPass.Services



[AttGenericService.NT.HW]

Include=umpass.inf

Needs=UmPass.HW



[AttGenericService.NT.CoInstallers]

Include=umpass.inf

Needs=UmPass.CoInstallers



[AttGenericService.NT.Interfaces]

Include=umpass.inf

Needs=UmPass.Interfaces



[Strings]

;Non-localizable

REG_SZ=0x00000000

REG_DWORD=0x00010001

REG_BINARY=0x00000001



;Localizable

BthLEEnum.SVCDESC="Bluetooth Low Energy Driver"

Microsoft="Microsoft"



; ------------- Device Strings - start -------------------------

; Microsoft

BTH\MS_BTHLE.DeviceDesc="Microsoft Bluetooth LE Enumerator"

BTHLE\DevicePdo.DeviceDesc="Bluetooth LE Device"

BTHLEDevice\GenericATTService="Bluetooth LE Generic Attribute Service"

BTHLEDevice\{00001800-0000-1000-8000-00805f9b34fb}= "Generic Access Profile"

BTHLEDevice\{00001801-0000-1000-8000-00805f9b34fb}= "Generic Attribute Profile"

BTHLEDevice\{0000180A-0000-1000-8000-00805f9b34fb}= "Device Information Service"

BTHLEDevice\{00001813-0000-1000-8000-00805f9b34fb}= "Scan Parameter Service"

; ------------- Device Strings - end  --------------------------

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 1.43