Location:
bt_sock.h
Supported from 6.1
Identifiers for RFCOMM commands.
These commands can be issued by ioctl (RSocket::Ioctl()
) calls to a RFCOMM socket. They have a level parameter (aLevel
in RSocket::Ioctl()
) of KSolBtRFCOMM
.
For more information on RFCOMM commands, see [BS1].
const static TInt KRFCOMMModemStatusCmdIoctl
Modem Status Command (MSC).
The ioctl takes a TUint8
parameter, representing the modem signal octet, as defined in [TS07], packaged in a TPckgBuf<TUint8>
.
const static TInt KRFCOMMRemoteLineStatusCmdIoctl
Remote Line Status (RLS) Command.
The ioctl takes a TUint8
parameter, representing the remote line status octet, as defined in [TS07], packaged in a TPckgBuf<TUint8>
.
const static TInt KRFCOMMRemotePortNegCmdIoctl
Remote Port Negotiation (RPN) Command.
The ioctl takes a TRfcommRPNTransaction
parameter, packaged in a TPckgBuf<TRfcommRPNTransaction>
.
const static TInt KRFCOMMRemotePortNegRequestIoctl
Remote Port Negotiation (RPN) Request.
The ioctl takes a TRfcommRPNTransaction
parameter, packaged in a TPckgBuf<TRfcommRPNTransaction>
.