Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: bt_sock.h

KHCIIoctlErrorBase

const static TInt KHCIIoctlErrorBase

Support

Supported from 6.1

Description

HCI commands are accessed through RSocket::Ioctl(), which returns success (KErrNone) or an error code in its status word.

Error codes will be the error value from BS1 plus KHCIIoctlErrorBase. For example, if the return status from the HCI is 0x03 (Hardware failure) then the status word would be KHCIIoctlErrorBase+0x03.

See also: