Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: btdevice.h

btdevice.h Global variables


KMaxBluetoothNameLen

const TInt KMaxBluetoothNameLen;

Description

The maximum length of a bluetooth device name, as stored in CBTDevice.

[Top]


KMaxFriendlyNameLen

const TInt KMaxFriendlyNameLen;

Description

The maximum length of the user-assinged friendly name for a bluetooth device, as stored in CBTDevice.

[Top]


KHCIAFHHostChannelClassificationSize

const TUint8 KHCIAFHHostChannelClassificationSize;

Description

Number of bytes in an AFH Host Channel Classification.

Size and Length of the TBTAFHHostChannelClassification Descriptor

See also:

[Top]


KAFHMinUnknownChannels

const TUint8 KAFHMinUnknownChannels;

Description

Required number of unknown channels in an AFH Host Channel Classification.

That is least number of channels in the 79 channel set that must be left NOT set to bad. In AFH host channel classification a channel may labelled 'bad' (implies do not use) or 'unknown' (implies that it is up to the controller to decide if should be used). An attempt to create a TBTAFHHostChannelClassification with more than KAFHMinUnknownChannels set to 'bad' will result in a KErrUnderflow error being returned.

See also:

[Top]


KAFHNumChannels

const TUint8 KAFHNumChannels;

Description

Number of channels in the Bluetooth channel set that is used with AFH

The Bluetooth channel set is the set of frequencies used in the Bluetooth hopping sequence. AFH allows a connection to opt not to use some of the frequencies in this set.

See also: