Specifications
Windows Embedded Automotive 7 Deep Dive: Phone Core and Media Core 55
service is a miniport network driver that creates network connectivity between two Bluetooth
devices.
PAN can be configured via the PAN registry keys and key values, shown in Table 19 and Table 20.
Table 19: PAN registry key values
HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\pan
Key
Description
ActivateOnBoot
Determines whether Bluetooth PAN is automatically activated when the device
starts up. Note that when PAN is activated, an SDP record is registered and the
application needs to stay loaded. If the application does not stay loaded, the
Bluetooth PAN profile becomes undetectable.
Authenticate
Determines whether the connection is authenticated. Note that setting this value
to 0 disables authentication, which can result in potential security risks.
Encrypt
Determines whether or not the connection is encrypted. Note that setting this
value to 0 disables authentication, which can result in potential security risks.
InquiryLength
Specifies the length of the Bluetooth inquiry within the range of 1 to 255.
MediaDelay
Specifies the total length of time, in milliseconds, between two Bluetooth inquiries.
Minimum value is 30,000 milliseconds (30 seconds).
Table 20: PAN registry key values
HKEY_LOCAL_MACHINE\Comm\BTPAN1\Parms
Key
Description
AcceptConnections
Determines whether new connections are allowed for PANU and Group Ad hoc
Network (GN) roles.
AdapterType
Specifies the type of adapters. Possible string values include PANU, Network Access
Point (NAP), and GN.
ConnectionTimeout
Specifies the total length of time, in milliseconds, that a device waits for a
connection to complete. If the specified time elapses before the connection
completes, the connection is closed. The value can be set from 1,000 to 30,000.
Description
Specifies the service description to use in SDP records.
FriendlyName
Specifies the friendly name of the service to use in SDP records.
MaxConnections
Specifies the maximum number of simultaneous connections for GN and NAP roles.
SDP
Specifies a binary large object (BLOB) that contains the SDP record for the service.
If this is not provided, the record is implicitly built.










