const TInt | KMaxBluetoothNameLen | [static] |
The maximum length of a bluetooth device name, as stored in CBTDevice.
const TInt | KMaxFriendlyNameLen | [static] |
The maximum length of the user-assinged friendly name for a bluetooth device, as stored in CBTDevice.
const TInt | KMaxBCBluetoothNameLen | [static] |
Length of a bluetooth device name. This is not to be used outside of the sub-system. Retained for binary compatibility.
typedef CArrayPtrFlat< CBTDevice > | CBTDeviceArray |
A typedef'ed array of CBTDevice objects.
typedef RArray< TBTServiceSecurityPerDevice > | RBTSecurityArray |
A typedef'ed array of TBTServiceSecurityPerDevice objects.
typedef TBuf< KMaxBCBluetoothNameLen > | TBTDeviceName |
Wide descriptor of correct length to hold a bluetooth device name.
typedef TBuf8< KMaxBluetoothNameLen > | TBTDeviceName8 |
Narrow descriptor of correct length to hold a bluetooth device name.
const TUint8 | KHCIAFHHostChannelClassificationSize |
Number of bytes in an AFH Host Channel Classification.
Size and Length of the TBTAFHHostChannelClassification Descriptor
const TUint8 | KAFHMinUnknownChannels |
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.
const TUint8 | KAFHNumChannels |
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.