|
||
class RBTLocalDevice : public RBTManSubSession;
Creates and opens a subsession on BT Registry Server for local devices.
This subsession allows the local device to be updated, modified, examined etc.
RSubSessionBase
-
Client-side handle to a sub-session.
RBTManSubSession
- A subsession for the RBTMan session.
RBTLocalDevice
- Creates and opens a subsession on BT Registry Server for local devices.
Defined in RBTLocalDevice
:
Close()
Close the subsession on the server Get(TBTLocalDevice &)
Retrieve the local device details. Synchronous - intended mainly for Bluetooth s...Open(RBTRegServ &)
Open a local device subsession on the server, used for manipulating settings abo...RBTLocalDevice()
default c'tor Inherited from RBTManSubSession
:
CancelRequest(TRequestStatus &)
Cancel an outstanding request on btmanserver iClientServerMsg
iPadding1
iPadding2
Inherited from RSubSessionBase
:
CloseSubSession(TInt)
Closes the sub-session.CreateAutoCloseSubSession(RSessionBase &,TInt,const TIpcArgs &)
Creates a new sub-session within an existing session. The new sub-session takes ...CreateSubSession(const RSessionBase &,TInt)
Creates a new sub-session within an existing session.CreateSubSession(const RSessionBase &,TInt,const TIpcArgs &)
Creates a new sub-session within an existing session.Send(TInt)const
Sends a blind message to the server - no reply is expected.Send(TInt,const TIpcArgs &)const
Sends a blind message to the server - no reply is expected.SendReceive(TInt)const
Sends a message to the server and waits synchronously for a reply.SendReceive(TInt,TRequestStatus &)const
Sends a message to the server and waits asynchronously for the reply.SendReceive(TInt,const TIpcArgs &)const
Sends a message to the server and waits synchronously for a reply.SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const
Sends a message to the server and waits asynchronously for the reply.Session()const
Returns a copy of the session associated with this sub-session.SubSessionHandle()const
Gets the sub-session handle number.IMPORT_C TInt Open(RBTRegServ &aSession);
Open a local device subsession on the server, used for manipulating settings about the local device
|
|
IMPORT_C TInt Get(TBTLocalDevice &aLocalDevice);
Retrieve the local device details. Synchronous - intended mainly for Bluetooth stack use on startup
|
|
IMPORT_C virtual void Close();
Close the subsession on the server