Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: bt_sock.h

Link Manager Protocol (LMP) constants

Support

Supported from 6.1

Description

These constants define flags used to control inquiry and name lookup behaviour through RHostResolver::GetByAddress().

They are set through TInquirySockAddr::SetAction().

See also:


KHostResInquiry

const static TUint KHostResInquiry = 1;

Description

Perform an inquiry for devices using the IAC specified through TInquirySockAddr::SetIAC().

If this flag is used, then RHostResolver::GetByAddress() returns one or more TNameEntry records containing device address and class of device fields.

[Top]


KHostResName

const static TUint KHostResName = 2;

Description

Looks up the name for the device specified through TInquirySockAddr::SetBTAddr().

If this flag is used, then RHostResolver::GetByAddress() returns a TNameEntry with the original TInquirySockAddr and the hostname of the device.

[Top]


KGIAC

const TUint KGIAC

Description

General Unlimited Inquiry Access Code.

Used with TInquirySockAddr::SetIAC().

See also:

[Top]


KLIAC

const TUint KLIAC

Description

Limited Inquiry Access Code.

Used with TInquirySockAddr::SetIAC().

See also: