Location:
bt_sock.h
Supported from 6.1
Identifiers for RFCOMM socket options.
Options are set through RSocket::SetOpt()
) and accessed through RSocket::GetOpt()
.
They have a level parameter of KSolBtRFCOMM
.
const static TInt KRFCOMMLocalPortParameter
Gets or sets the state of the local port parameters.
The option value is a TRfcommRemotePortParams
parameter.
const static TInt KRFCOMMGetAvailableServerChannel
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
.
const static TInt KRFCOMMMaximumSupportedMTU
Gets or sets an upper limit on the negotiable RFCOMM MTU.
The option value is a TInt16
.