bluetoothmgmt/bluetoothclientlib/inc/bt_subscribe_partner.h
branchRCL_3
changeset 13 20fda83a6398
parent 0 29b1cd4cb562
equal deleted inserted replaced
12:8a27654f7b62 13:20fda83a6398
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    65 @capability LocalServices	Needed for both read and write access to this property
    65 @capability LocalServices	Needed for both read and write access to this property
    66 @capability CommDD			Needed for write access to this property
    66 @capability CommDD			Needed for write access to this property
    67 */
    67 */
    68 const TUint KPropertyKeyBluetoothSetSimplePairingDebugMode = (KUidBluetoothPubSubKeyBase + 21);
    68 const TUint KPropertyKeyBluetoothSetSimplePairingDebugMode = (KUidBluetoothPubSubKeyBase + 21);
    69 
    69 
       
    70 /** +-   
       
    71 KPropertyKeyBluetoothSetPageScanParameters     
       
    72 The key to control the parameters of the page scan Bluetooth hardware is currently performing.     
       
    73 The P&S value will contain an integer from TPageScanParameterSettings enumeration.     
       
    74 The values are mapped to actual parameters in the Bluetooth stack.     
       
    75 @see TPageScanParameterSettings     
       
    76 @publishedPartner     
       
    77 @released     
       
    78 @capability LocalServices   Needed for both read and write access to this property     
       
    79 @capability NetworkControl  Needed for both read and write access to this property     
       
    80 */     
       
    81 const TUint KPropertyKeyBluetoothSetPageScanParameters = (KUidBluetoothPubSubKeyBase + 23);     
       
    82       
       
    83 /**     
       
    84 KPropertyKeyBluetoothGetPageScanParameters     
       
    85 The key is intended to be used by the Bluetooth stack to provide an indication to the client     
       
    86 which has requested a page scan parameters change that the parameters have been enabled.     
       
    87 The value returned is of the TPageScanParameterSettings type.     
       
    88 The enumeration may gain additional members in future.     
       
    89 @see TPageScanParameterSettings     
       
    90 @publishedPartner     
       
    91 @released     
       
    92 @capability LocalServices   Needed for both read and write access to this property     
       
    93 @capability NetworkControl  Needed for both read and write access to this property     
       
    94 */     
       
    95 const TUint KPropertyKeyBluetoothGetPageScanParameters = (KUidBluetoothPubSubKeyBase + 24);     
       
    96   
       
    97 
    70 #endif //BT_SUBSCRIBE_PARTNER_H
    98 #endif //BT_SUBSCRIBE_PARTNER_H