Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <btmanclient.h>
Link against: btmanclient.lib

Class RBTMan

class RBTMan : public RSessionBase;

Description

Creates a sessions over which the Bluetooth security manager is accessible.

A session must be used in order to access a subsession, RBTManSubSession, that allows access to the Security Manager. The following example creates and connects to the security manager session.

    RBTMan secMan;
    User::LeaveIfError(secMan.Connect());

Sessions available thus far are Registry-like

Derivation

Members

Defined in RBTMan:

Inherited from RHandleBase:

Inherited from RSessionBase:


Construction and destruction


RBTMan()

IMPORT_C RBTMan();

Description

Default Constructor.

[Top]


Member functions


Connect()

IMPORT_C TInt Connect();

Description

Connects to the btman server.

Return value

TInt

systemwide error code


Version()const

IMPORT_C TVersion Version() const;

Description

Returns the version of the server.

Return value

TVersion