User's Manual
Datalogic Scanning, Inc
959 Terry Street
Eugene, Oregon 97402
Page 93 10/23/2009
Revision X2
This must be lower than PSKEY_RFCOMM_FCON_THRESHOLD.
Key Name Key Number Type Default Setting
PSKEY_IPV6_STATIC_ADDR 0x0354 uint16[] none
The static IPv6 address assigned to the local device.
The address is stored as eight 16-bit words corresponding directly to the conventional uncompressed text
representation of IPv6 addresses. For example, the IPv6 address 1234:0:0:0:0:0:0:5678 is stored as
{ 0x1234, 0, 0, 0, 0, 0, 0, 0x5678 }.
If this key is not defined then the local device's IPv6 addresses will only include the link-local address
derived from the Bluetooth address and any autoconfigured address.
Key Name Key Number Type Default Setting
PSKEY_IPV4_STATIC_ADDR 0x0355 uint32 none
The static IPv4 address assigned to the local device.
The address is stored as a 32-bit value in standard network form. For example, the IPv4 address
192.168.1.2 is stored as 0xc0a80102.
If this key is not defined then the local device's IPv4 addresses will only include a randomly-derived link-
local address and any autoconfigured address.
If this key is defined, PSKEY_IPV4_STATIC_SUBNET_MASK
should also be defined.
Key Name Key Number Type Default Setting
PSKEY_IPV6_STATIC_PREFIX_LEN 0x0356 uint8 none
The static IPv6 prefix length (applied w.r.t. PSKEY_IPV6_STATIC_ADDR) assigned to the local device.
The prefix length is measured in bits.
This key should be defined if PSKEY_IPV6_STATIC_ADDR
is.
If this key is defined, PSKEY_IPV6_STATIC_ROUTER_ADDR
should also be defined.
Key Name Key Number Type Default Setting
PSKEY_IPV6_STATIC_ROUTER_ADDR 0x0357 uint16[] none
The static IPv6 address assigned to the subnet router (gateway).
The address is stored as eight 16-bit words corresponding directly to the conventional uncompressed text
representation of IPv6 addresses. For example, the IPv6 address 1234:0:0:0:0:0:0:cafe is stored as
{ 0x1234, 0, 0, 0, 0, 0, 0, 0xcafe }.
This key should be defined if PSKEY_IPV6_STATIC_PREFIX_LEN
is. The subnet router and the local
device should share the same prefix.