Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <BTExtNotifiers.h>

NOTIFIERS_SUPPORT_PASSKEY_MIN_LENGTH

NOTIFIERS_SUPPORT_PASSKEY_MIN_LENGTH

Description

[Top]


Typedef TBTDeviceSelectionParamsPckg

typedef TPckgBuf<TBTDeviceSelectionParams> TBTDeviceSelectionParamsPckg;

Description

Typedef'ed pckgbuf to send paramaters to the device selection dialog via the notifier framework.

[Top]


Typedef TBTDeviceResponseParamsPckg

typedef TPckgBuf<TBTDeviceResponseParams> TBTDeviceResponseParamsPckg;

Description

Typedef'ed pckgbuf to retrieve the response from the device selection dialog via the notifier framework.

[Top]


Typedef TPanConnectionListPckg

typedef TPckgBuf<TPanConnectionList> TPanConnectionListPckg;

Description

Typedef'ed pckgbuf for TPanConnectionList.

[Top]


Typedef TNapConnectionResultPckg

typedef TPckgBuf<TNapConnectionResult> TNapConnectionResultPckg;

Description

Typedef'ed pckgbuf to retrieve the response from the incoming PAN NAP connection selection dialog via the notifier framework.

[Top]


Enum TNapConnectionResult

TNapConnectionResult

Description

The response from the incoming PAN NAP connection selection dialog.

EDisallowNewNapConnection

EAcceptNapConnectionAllowUplinkAccess

EAcceptNapConnectionDisallowUplinkAccess


BTExtNotifiers.h Global variables

[Top]


KDeviceSelectionNotifierUid

const TUid KDeviceSelectionNotifierUid={0x100069D1};

Description

[Top]


KMaxPanDevicesForSimultaneousSelection

Interface status: deprecated Use TBTDeviceList::MaxNumberOfDevices() instead. Note however that you should call this function each time you wish to use this value rather than storing a copy because the actual value is subject to change.

const TUint KMaxPanDevicesForSimultaneousSelection=8;

Description

[Top]


KPbapAuthRealmLength

const TUint KPbapAuthRealmLength=256;

Description

Maximum length of the Realm text buffer.

[Top]


KPbapAuthPasswordLength

const TUint KPbapAuthPasswordLength=64;

Description

Maximum length of the password text buffer.