Location:
btmanclient.h
Link against: btmanclient.lib
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
RBTLocalDevice
- Creates and opens a subsession on BT Registry Server for local devices
Defined in RBTLocalDevice
:
Close()
, Get()
, Open()
, RBTLocalDevice()
Inherited from RBTManSubSession
:
CancelRequest()
,
iClientServerMsg
,
iPadding1
,
iPadding2
Inherited from RSubSessionBase
:
CloseSubSession()
,
CreateAutoCloseSubSession()
,
CreateSubSession()
,
Send()
,
SendReceive()
,
Session()
,
SubSessionHandle()
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
|
|
virtual IMPORT_C void Close();
Close the subsession on the server