Location:
bt_sock.h
Supported from 6.1
Identifiers for L2CAP commands.
These commands can be issued by ioctl (RSocket::Ioctl()
) calls to a L2CAP socket. They have a level parameter (aLevel
in RSocket::Ioctl()
) of KSolBtL2CAP
.
For more information on L2CAP commands, see BS1.
const static TInt KL2CAPEchoRequestIoctl
Echo Request command.
The ioctl takes a TDes8
parameter.
const static TInt KL2CAPIncomingMTUIoctl
Configure command.
The ioctl takes a TUint16
parameter, packaged as a TPckgBuf<TUint16>
.