Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <bt_subscribe_sec.h>
This item is not part of the S60 5th Edition SDK

bt_subscribe_sec.h Global variables

KUidBluetoothPubSubKeyBase

const TInt KUidBluetoothPubSubKeyBase=0x10203637;

Description

[Top]


KPropertyUidBluetoothCategory

Interface status: deprecated

const TUid KPropertyUidBluetoothCategory={KUidSystemCategoryValue};

Description

KPropertyUidBluetoothCategory This is a deprecated constant, maintained for source compatibility with non-secured Symbian OS platforms.

[Top]


KPropertyUidBluetoothControlCategory

Interface status: deprecated

const TUid KPropertyUidBluetoothControlCategory={KUidSystemCategoryValue};

Description

KPropertyUidBluetoothControlCategory This is a deprecated constant, maintained for source compatibility with non-secured Symbian OS platforms.

[Top]


KPropertyKeyBluetoothGetLocalDeviceAddress

const TUint KPropertyKeyBluetoothGetLocalDeviceAddress=(KUidBluetoothPubSubKeyBase + 0);

Description

KPropertyKeyBluetoothGetLocalDeviceAddress The key to observe the device address of the local Bluetooth hardware The P&S value will contain a descriptor of the device address

[Top]


KPropertyKeyBluetoothLocalDeviceAddress

Interface status: deprecated

const TUint KPropertyKeyBluetoothLocalDeviceAddress=KPropertyKeyBluetoothGetLocalDeviceAddress;

Description

KPropertyKeyBluetoothLocalDeviceAddress This is a deprecated constant, maintained for source compatibility with non-secured Symbian OS platforms.

[Top]


KPropertyKeyBluetoothGetPHYCount

const TUint KPropertyKeyBluetoothGetPHYCount=(KUidBluetoothPubSubKeyBase + 1);

Description

KPropertyKeyBluetoothGetPHYCount The key to observe the the number of Bluetooth physical links attached to the local device The P&S value will contain the number of physical links

[Top]


KPropertyKeyBluetoothPHYCount

Interface status: deprecated

const TUint KPropertyKeyBluetoothPHYCount=KPropertyKeyBluetoothGetPHYCount;

Description

KPropertyKeyBluetoothPHYCount This is a deprecated constant, maintained for source compatibility with non-secured Symbian OS platforms.

[Top]


KPropertyKeyBluetoothGetConnectingStatus

const TUint KPropertyKeyBluetoothGetConnectingStatus=(KUidBluetoothPubSubKeyBase + 2);

Description

KPropertyKeyBluetoothGetConnectingStatus The key to observe whether the local device is paging another device (i.e. is connecting a physical link) The P&S value will contain a boolean: ETrue if connecting, otherwise EFalse

[Top]


KPropertyKeyBluetoothConnecting

Interface status: deprecated

const TUint KPropertyKeyBluetoothConnecting=KPropertyKeyBluetoothGetConnectingStatus;

Description

KPropertyKeyBluetoothConnecting This is a deprecated constant, maintained for source compatibility with non-secured Symbian OS platforms.

[Top]


KPropertyKeyBluetoothGetScanningStatus

const TUint KPropertyKeyBluetoothGetScanningStatus=(KUidBluetoothPubSubKeyBase + 3);

Description

KPropertyKeyBluetoothGetScanningStatus The key to observe what scans the Bluetooth hardware is currently performing The P&S value contains an integer with the scan value as published in the Bluetooth Core Specification

The use of this key is equivalent in a secure Symbian OS platform to the use of the key KPropertyKeyBluetoothScanning with the category KPropertyUidBluetoothCategory in a non-secure Symbian OS platform.

[Top]


KPropertyKeyBluetoothSetScanningStatus

const TUint KPropertyKeyBluetoothSetScanningStatus=(KUidBluetoothPubSubKeyBase + 4);

Description

KPropertyKeyBluetoothSetScanningStatus The key to control what scans the Bluetooth hardware is currently performing The P&S value contains an integer with the scan value as published in the Bluetooth Core Specification

The use of this key is equivalent in a secure Symbian OS platform to the use of the key KPropertyKeyBluetoothScanning with the category KPropertyUidBluetoothControlCategory in a non-secure Symbian OS platform.

[Top]


KPropertyKeyBluetoothGetLimitedDiscoverableStatus

const TUint KPropertyKeyBluetoothGetLimitedDiscoverableStatus=(KUidBluetoothPubSubKeyBase + 5);

Description

KPropertyKeyBluetoothGetLimitedDiscoverableStatus The key to observe whether the local device is in Limited Discoverable mode The P&S value will contain a boolean: ETrue if in limited discoverable mode, otherwise EFalse

The use of this key is equivalent in a secure Symbian OS platform to the use of the key KPropertyKeyBluetoothLimitedDiscoverable with the category KPropertyUidBluetoothCategory in a non-secure Symbian OS platform.

[Top]


KPropertyKeyBluetoothSetLimitedDiscoverableStatus

const TUint KPropertyKeyBluetoothSetLimitedDiscoverableStatus=(KUidBluetoothPubSubKeyBase + 6);

Description

KPropertyKeyBluetoothSetLimitedDiscoverableStatus The key to control whether the local device is in Limited Discoverable mode The P&S value will contain a boolean: ETrue if in limited discoverable mode, otherwise EFalse

The use of this key is equivalent in a secure Symbian OS platform to the use of the key KPropertyKeyBluetoothLimitedDiscoverable with the category KPropertyUidBluetoothControlCategory in a non-secure Symbian OS platform.

[Top]


KPropertyKeyBluetoothGetDeviceClass

const TUint KPropertyKeyBluetoothGetDeviceClass=(KUidBluetoothPubSubKeyBase + 7);

Description

KPropertyKeyBluetoothGetDeviceClass The key to observe the class of device of the local device The P&S value will contain an integer of the local device class.

The use of this key is equivalent in a secure Symbian OS platform to the use of the key KPropertyKeyBluetoothDeviceClass with the category KPropertyUidBluetoothCategory in a non-secure Symbian OS platform.

[Top]


KPropertyKeyBluetoothSetDeviceClass

const TUint KPropertyKeyBluetoothSetDeviceClass=(KUidBluetoothPubSubKeyBase + 8);

Description

KPropertyKeyBluetoothSetDeviceClass The key to set the class of device of the local device The P&S value will contain an integer of the local device class.

The use of this key is equivalent in a secure Symbian OS platform to the use of the key KPropertyKeyBluetoothDeviceClass with the category KPropertyUidBluetoothControlCategory in a non-secure Symbian OS platform.

[Top]


KPropertyKeyBluetoothSetAFHHostChannelClassification

const TUint KPropertyKeyBluetoothSetAFHHostChannelClassification=(KUidBluetoothPubSubKeyBase + 9);

Description

KPropertyKeyBluetoothSetAFHHostChannelClassification The key to send an AFH Host Channel Classification to the local Bluetooth hardware The P&S value will contain a descriptor containing the AFH Host Channel Classification bit set. A bit which is set to zero instructs the local Bluetooth hardware not to hop to the frequency represented by that bit in a connection in which it is master and which is using AFH. Also, if the local Bluetooth hardware is slave in a connection, which is using AFH, an AFH Host Channel Classification may be used to advise the remote master what frequencies to avoid.

NB. THIS IS SUPPORTED ONLY IN VERSION 9.0 AND THEREAFTER. The same functionality can be accessed in 8.1 also through the use of the KPropertyKeyBluetoothAFHHostChannelClassification key in conjunction with category KPropertyUidBluetoothControlCategory.

See also:

[Top]


KPropertyKeyBluetoothAFHHostChannelClassification

Interface status: deprecated

const TUint KPropertyKeyBluetoothAFHHostChannelClassification=KPropertyKeyBluetoothSetAFHHostChannelClassification;

Description

KPropertyKeyBluetoothAFHHostChannelClassification This is a deprecated constant, maintained for source compatibility with non-secured Symbian OS platforms.

[Top]


KPropertyKeyBluetoothGetRegistryTableChange

const TUint KPropertyKeyBluetoothGetRegistryTableChange=(KUidBluetoothPubSubKeyBase + 11);

Description

KPropertyKeyBluetoothGetRegistryTableChange The key to observe changes in the Bluetooth Registry The P&S value will contain an integer describing which of the tables in the Bluetooth Registry changed see further in this header file. This property is written to only by the Symbian OS Bluetooth sub-system.

[Top]


KPropertyKeyBluetoothRegistryTableChange

Interface status: deprecated

const TUint KPropertyKeyBluetoothRegistryTableChange=KPropertyKeyBluetoothGetRegistryTableChange;

Description

KPropertyKeyBluetoothRegistryTableChange This is a deprecated constant, maintained for source compatibility with non-secured Symbian OS platforms.

[Top]


KRegistryChangeRemoteTable

const TUint KRegistryChangeRemoteTable=(KUidBluetoothPubSubKeyBase + 12);

Description

KRegistryChangeRemoteTable

See also:

[Top]


KRegistryChangeLocalTable

const TUint KRegistryChangeLocalTable=(KUidBluetoothPubSubKeyBase + 13);

Description

KRegistryChangeLocalTable

See also:

[Top]


KRegistryChangeCSYTable

const TUint KRegistryChangeCSYTable=(KUidBluetoothPubSubKeyBase + 14);

Description

KRegistryChangeCSYTable

See also:

[Top]


KPropertyKeyBluetoothGetDeviceName

const TUint KPropertyKeyBluetoothGetDeviceName=(KUidBluetoothPubSubKeyBase + 15);

Description

KPropertyKeyBluetoothGetDeviceName The key to observe the name of device of the local device The P&S value will be of type EText and contain the local device name in Unicode. At all times the name must have a length <= KHCILocalDeviceNameMaxLength (defined in hciconsts.h).

[Top]


KPropertyKeyBluetoothSetDeviceName

const TUint KPropertyKeyBluetoothSetDeviceName=(KUidBluetoothPubSubKeyBase + 16);

Description

KPropertyKeyBluetoothSetDeviceName The key to set the name of device of the local device The P&S value will be of type EText and contain the local device name in Unicode. At all times the name must have a length <= KHCILocalDeviceNameMaxLength (defined in hciconsts.h).

[Top]


KPropertyKeyBluetoothGetCorruptRegistryResetIndication

const TUint KPropertyKeyBluetoothGetCorruptRegistryResetIndication=(KUidBluetoothPubSubKeyBase + 17);

Description

KPropertyKeyBluetoothGetCorruptRegistryResetIndication This key is intended to be used by the UI to be informed when a corrupt Bluetooth registry has been detected so that the UI can inform the user that all of the pairings they have made have been lost.

The P&S value will either be 0 or give the tick count, as given by User::TickCount(), at the time which the corrupt Bluetooth Registry has been restored or replaced. If the key is 0 this means that the Bluetooth registry has not been found to be corrupt since the device was turned on.

[Top]


KPropertyKeyBluetoothCorruptRegistryReset

Interface status: deprecated

const TUint KPropertyKeyBluetoothCorruptRegistryReset=KPropertyKeyBluetoothGetCorruptRegistryResetIndication;

Description

KPropertyKeyBluetoothCorruptRegistryReset This is a deprecated constant, maintained for source compatibility with non-secured Symbian OS platforms.

[Top]


KPropertyKeyBluetoothGetAcceptPairedOnlyMode

const TUint KPropertyKeyBluetoothGetAcceptPairedOnlyMode=(KUidBluetoothPubSubKeyBase + 18);

Description

KPropertyKeyBluetoothGetAcceptPairedOnlyMode This key is intended to be used by the UI to discover whether a device will accept all connections or only paired ones. The P&S value will contain a boolean: ETrue - the stack will only to accept connection requests from paired devices. EFalse - the stack will accept connection requests from both paired and unpaired devices.

[Top]


KPropertyKeyBluetoothSetAcceptPairedOnlyMode

const TUint KPropertyKeyBluetoothSetAcceptPairedOnlyMode=(KUidBluetoothPubSubKeyBase + 19);

Description

KPropertyKeyBluetoothSetAcceptPairedOnlyMode The key to set the mode for handling connection requests The P&S value will contain a boolean: ETrue - the user wishes ONLY to accept connection requests from paired devices. EFalse - the user wishes to accept connection requests from both paired and unpaired devices.

[Top]


KPropertyKeyBluetoothHostResolverActive

const TUint KPropertyKeyBluetoothHostResolverActive=(KUidBluetoothPubSubKeyBase + 20);

Description

KPropertyKeyBluetoothHostResolverActive The key is intended to be used by the UI to discover whether the device is attempting to do a discovery If the device is attempting a discovery activities such as streaming of AV data will be affected The P&S value will contain a boolean: ETrue - the stack is attempting a discovery/discovery+rnr EFalse - the stack is curently not attempting a discovery