Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: bt_sock.h

RFCOMM options

Support

Supported from 6.1

Description

Identifiers for RFCOMM socket options.

Options are set through RSocket::SetOpt()) and accessed through RSocket::GetOpt().

They have a level parameter of KSolBtRFCOMM.

See also:


KRFCOMMLocalPortParameter

const static TInt KRFCOMMLocalPortParameter

Description

Gets or sets the state of the local port parameters.

The option value is a TRfcommRemotePortParams parameter.

See also:

[Top]


KRFCOMMGetAvailableServerChannel

const static TInt KRFCOMMGetAvailableServerChannel

Description

Gets the next available RFCOMM server channel, for use before binding an address to an RFCOMM socket intended for listening.

The option value is a TInt.

[Top]


KRFCOMMMaximumSupportedMTU

const static TInt KRFCOMMMaximumSupportedMTU

Description

Gets or sets an upper limit on the negotiable RFCOMM MTU.

The option value is a TInt16.