| class CBluetoothPhysicalLinks : public CBase |
This is used to enumerate members of piconet, and attach and remove members thereof
It may also be used for non-service dependent reads and writes.
| Public Member Functions | |
|---|---|
| ~CBluetoothPhysicalLinks() | |
| RBTBaseband & | BTBaseband() |
| IMPORT_C TInt | Broadcast(const TDesC8 &) |
| IMPORT_C void | CancelCreateConnection() |
| IMPORT_C TInt | CreateConnection(const TBTDevAddr &) |
| IMPORT_C TInt | Disconnect(const TBTDevAddr &) |
| IMPORT_C TInt | DisconnectAll() |
| IMPORT_C TInt | Enumerate(RBTDevAddrArray &, TUint) |
| void | HandleCreateConnectionCompleteL(TInt) |
| void | HandleDisconnectAllCompleteL(TInt) |
| void | HandleDisconnectCompleteL(TInt) |
| IMPORT_C CBluetoothPhysicalLinks * | NewL(MBluetoothPhysicalLinksNotifier &, RSocketServ &) |
| IMPORT_C CBluetoothPhysicalLinks * | NewLC(MBluetoothPhysicalLinksNotifier &, RSocketServ &) |
| MBluetoothPhysicalLinksNotifier & | Notifier() |
| IMPORT_C TInt | ReadRaw(TDes8 &) |
| RSocketServ & | SockServer() |
| Private Member Functions | |
|---|---|
| CBluetoothPhysicalLinks(MBluetoothPhysicalLinksNotifier &, RSocketServ &) | |
| void | ConstructL() |
| Private Attributes | |
|---|---|
| RBTBaseband | iBTBaseband |
| CBTBasebandConnecter * | iBTBasebandConnecter |
| CBTDisconnector * | iBTDisconnector |
| MBluetoothPhysicalLinksNotifier & | iNotifier |
| RSocketServ & | iSockServer |
| CBluetoothPhysicalLinks | ( | MBluetoothPhysicalLinksNotifier & | aNotifier, |
| RSocketServ & | aServer | ||
| ) | [private] | ||
| MBluetoothPhysicalLinksNotifier & aNotifier | |
| RSocketServ & aServer |
| RBTBaseband & | BTBaseband | ( | ) |
This method is for internal sub-system use only and should be not be used otherwise.
| IMPORT_C TInt | Broadcast | ( | const TDesC8 & | aData | ) |
| const TDesC8 & aData |
| IMPORT_C TInt | CreateConnection | ( | const TBTDevAddr & | aDevAddr | ) |
| const TBTDevAddr & aDevAddr |
| IMPORT_C TInt | Disconnect | ( | const TBTDevAddr & | aDevAddr | ) |
| const TBTDevAddr & aDevAddr |
| IMPORT_C TInt | Enumerate | ( | RBTDevAddrArray & | aBTDevAddrArray, |
| TUint | aMaxNumber | |||
| ) | ||||
| RBTDevAddrArray & aBTDevAddrArray | |
| TUint aMaxNumber |
| void | HandleCreateConnectionCompleteL | ( | TInt | aErr | ) |
This method is for internal sub-system use only and should be not be used otherwise.
| TInt aErr |
| void | HandleDisconnectAllCompleteL | ( | TInt | aErr | ) |
This method is for internal sub-system use only and should be not be used otherwise.
| TInt aErr |
| void | HandleDisconnectCompleteL | ( | TInt | aErr | ) |
This method is for internal sub-system use only and should be not be used otherwise.
| TInt aErr |
| IMPORT_C CBluetoothPhysicalLinks * | NewL | ( | MBluetoothPhysicalLinksNotifier & | aNotifier, |
| RSocketServ & | aServer | |||
| ) | [static] | |||
| MBluetoothPhysicalLinksNotifier & aNotifier | |
| RSocketServ & aServer |
| IMPORT_C CBluetoothPhysicalLinks * | NewLC | ( | MBluetoothPhysicalLinksNotifier & | aNotifier, |
| RSocketServ & | aServer | |||
| ) | [static] | |||
| MBluetoothPhysicalLinksNotifier & aNotifier | |
| RSocketServ & aServer |
| MBluetoothPhysicalLinksNotifier & | Notifier | ( | ) |
This method is for internal sub-system use only and should be not be used otherwise.
| RSocketServ & | SockServer | ( | ) |
This method is for internal sub-system use only and should be not be used otherwise.