Public Types | |
enum | TAdvertiserState { EIdle, EConnecting, EBuildingServiceRecord } |
Public Member Functions | |
CBluetoothServiceAdvertiser (MBluetoothServiceAdvertiserObserver &aSerAdvObs) | |
~CBluetoothServiceAdvertiser () | |
void | StartL (const TInt aPort) |
CBluetoothSockConnector Advertise the BT service using the SDP server
Definition at line 55 of file BluetoothServiceAdvertiser.h.
TAdvertiserState State Machine
Definition at line 54 of file BluetoothServiceAdvertiser.h.
CBluetoothServiceAdvertiser::CBluetoothServiceAdvertiser | ( | MBluetoothServiceAdvertiserObserver & | aSerAdvObs | ) |
Constructor aSerAdvObs Interface to notify the status of the service advertising
Definition at line 46 of file BluetoothServiceAdvertiser.cpp.
CBluetoothServiceAdvertiser::~CBluetoothServiceAdvertiser | ( | ) |
Destructor
Definition at line 57 of file BluetoothServiceAdvertiser.cpp.
void CBluetoothServiceAdvertiser::StartL | ( | const TInt | aPort | ) |
Kicks off the state machine aPort RFCOMM's port
Definition at line 70 of file BluetoothServiceAdvertiser.cpp.