#include <btextnotifiers.h>
class TPanConnectionList |
Public Member Functions | |
---|---|
TPanConnectionList() | |
IMPORT_C void | AddRemoteConnectionL(const TPanConnection &) |
IMPORT_C const TUUID & | CurrentLocalRole() |
IMPORT_C const TPanConnection * | GetFirstRemoteConnection() |
IMPORT_C const TPanConnection * | GetNextRemoteConnection() |
IMPORT_C TUint8 | MaxNumberOfRemoteConnections() |
IMPORT_C const TBTDevAddr * | RequestedConnectionAddr() |
IMPORT_C void | SetCurrentLocalRole(const TUUID &) |
IMPORT_C void | SetRequestedConnectionAddr(const TBTDevAddr &) |
A list of TPanConnection instances This is not intended for external use by application developers.
See also: TPanConnection
IMPORT_C void | AddRemoteConnectionL | ( | const TPanConnection & | aRemoteConnection | ) |
This always appends the new connection to the end of the list
IMPORT_C const TPanConnection * | GetNextRemoteConnection | ( | ) |
This method is stateful, and advances automatically to the next device address each time
IMPORT_C void | SetRequestedConnectionAddr | ( | const TBTDevAddr & | aRequestedConnectionAddr | ) |