bluetoothcommsprofiles/btpan/inc/panuiinterfaces.h
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2004-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 //
       
    15 
       
    16 #ifndef PANUIINTERFACES_H
       
    17 #define PANUIINTERFACES_H
       
    18 
       
    19 #include <btextnotifiers.h>
       
    20 
       
    21 /**
       
    22 UID of the PAN profile device selection RNotifier plugin
       
    23 @publishedPartner
       
    24 @released
       
    25 */
       
    26 const TUid KBTPanDeviceSelectionNotifierUid={0x10204500};
       
    27 
       
    28 /**
       
    29 UID of the PAN profile incoming PAN role selection RNotifier plugin
       
    30 @publishedPartner
       
    31 @released
       
    32 */
       
    33 const TUid KBTPanNapUplinkAuthorisationNotifierUid={0x102831E9};
       
    34 
       
    35 /**
       
    36 UID of the PAN profile incoming socket, for authorisation purposes
       
    37 @publishedPartner
       
    38 @released
       
    39 */
       
    40 const TUid KBTPanAuthorisationUid={0x10205DB1};
       
    41 
       
    42 
       
    43 #endif // PANUIINTERFACES_H