1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef BTSECMANCLIENT_H
17 #define BTSECMANCLIENT_H
19 #include <btmanclient.h>
24 Struct used to transfer BT address to host resolver to indicate notification of event
26 NONSHARABLE_CLASS(TBTHostResolverNotification)
36 Struct used to transfer device information to host resolver.
38 NONSHARABLE_CLASS(TBTHostResolverDeviceInfo)
42 TUint8 iPageScanRepMode; /*!< Page Scan repetition mode of remote device*/
43 TUint8 iPageScanMode; /*!< Page scan mode of remote device*/
44 TUint16 iClockOffSet; /*!< clock off set of remote device*/
50 Struct used to transfer new Juice information from host resolver client to server.
51 Juice information contains data pertaining to
53 NONSHARABLE_CLASS(TBTHostResolverNewJuice)
57 TUint32 iPageScanRepMode; ///< Page Scan repetition mode of remote device
58 TUint32 iPageScanMode; ///< Page scan mode of remote device
59 TUint32 iClockOffSet; ///< clock off set of remote device
66 Struct used to transfer new link key event params from client to server.
68 NONSHARABLE_CLASS(TBTSecManNewLinkKeyParams)
78 Typedef'ed pckgbuf to send a TBTSecManNewLinkKeyParams object over IPC.
80 typedef TPckgBuf<TBTSecManNewLinkKeyParams> TBTSecManNewLinkKeyParamsPckg;
85 Typedef'ed pckgbuf to send a TBTHostResolverNotification object over IPC.
87 typedef TPckgBuf<TBTHostResolverNotification> TBTHostResolverNotificationPckg;