to lovepine:
对不起,找错地方了。在servers.reg里关于obex的有:
; ---------------------------------------------------------------------------
; OBEX Support
; ---------------------------------------------------------------------------
; @CESYSGEN IF SERVERS_MODULES_OBEXSRVR
; @CESYSGEN IF CE_MODULES_IRDASTK
; @CESYSGEN ENDIF CE_MODULES_IRDASTK
在msdn的OBEX Registry Settings下:
Registry Settings for OBEX ServerSee Also
OBEX Protocols Overview
You can change the registry settings for the OBEX server extensions. The registry key is HKEY_LOCAL_MACHINE\Software\Microsoft\OBEX\Services. The key can include one of the following subkeys:
Universally unique identifier (UUID)
String name
Set of hexadecimal digits
There is a subkey for each exported service. A subkey must evaluate to a TARGETID field in the OBEX request packet. For more information about OBEX requests, see the OBEX documentation under "Object Exchange Protocol" in the MSDN library.
The registry key can also contain the value for BluetoothSdpRecord, which is sent to Service Discovery Protocol (SDP) for OBEX. The OBEX server provides a channel ID for the record, registers it at startup, and unregisters it at shutdown.
You can change the registry settings for the OBEX server configuration parameters. The registry key is HKEY_LOCAL_MACHINE\Software\Microsoft\OBEX.
The following table shows the registry values.
Value Description
IsEnabled This value is a DWORD. If the value is 0, the server does not start on boot.
ServerTimeout A DWORD time-out value, in ms, after which a service extension with no active connections is unloaded.
ConnectionTimeout A DWORD time-out value, in ms, after which a physical connection with no activity is closed.
MaintPeriod A DWORD time-out value, in ms, which refers to how often internal maintenance operations, such as compacting the heap, are performed.
Protocols A string value that contains the comma-separated list of transports used by the server.
To peng22277:
Blue Protocol Stack with Transport Driver Support肯定要添加的,就看你往你的开发板上添加的蓝牙硬件设备是哪种格式的,如果说你用的是DLINK-dbt120,显然就要选上Bluetooth Stack with Integrated USB Driver。为了保险起见,我就是把Bluetooth Stack with Integrated CSR Chipset Driver和Bluetooth Stack with Universal Loadable Driver也选上了。目前进展顺利。