bluetoothmgmt/bluetoothclientlib/inc/bttypespartner.h
changeset 0 29b1cd4cb562
child 11 20fda83a6398
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // BT protocol wide types (Published Partner)
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef _BTTYPESPARTNER_H
       
    19 #define _BTTYPESPARTNER_H
       
    20 
       
    21 #include <e32def.h>
       
    22 #include <e32cmn.h>
       
    23 
       
    24 /**
       
    25 The size of a simple pairing hash in bytes.
       
    26 @publishedPartner
       
    27 @released
       
    28 */
       
    29 const TInt KBluetoothSimplePairingHashSize = 16;
       
    30 /**
       
    31 A representation of the simple pairing hash.
       
    32 @publishedPartner
       
    33 @released
       
    34 */
       
    35 typedef TBuf8<KBluetoothSimplePairingHashSize> TBluetoothSimplePairingHash;
       
    36 
       
    37 /**
       
    38 The size of a simple pairing hash in randomizer.
       
    39 @publishedPartner
       
    40 @released
       
    41 */
       
    42 const TInt KBluetoothSimplePairingRandomizerSize = 16;
       
    43 /**
       
    44 A representation of the simple pairing randomizer.
       
    45 @publishedPartner
       
    46 @released
       
    47 */
       
    48 typedef TBuf8<KBluetoothSimplePairingRandomizerSize> TBluetoothSimplePairingRandomizer;
       
    49 
       
    50 #endif	//_BTTYPESPARTNER_H