bluetoothengine/bteng/inc/btengprivatepskeys.h
changeset 1 6a1fe72036e3
parent 0 f63038272f30
equal deleted inserted replaced
0:f63038272f30 1:6a1fe72036e3
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    26 /**  Bluetooth private category publish and subscribe UID */
    26 /**  Bluetooth private category publish and subscribe UID */
    27 const TUid KPSUidBluetoothEnginePrivateCategory = { 0x101FFE47 };
    27 const TUid KPSUidBluetoothEnginePrivateCategory = { 0x101FFE47 };
    28 
    28 
    29 
    29 
    30 /**
    30 /**
    31  * Publish and Subscribe key for passing serialized BT AT Codec 
    31  * Publish and Subscribe key for passing BT HFP AT commands 
    32  * between HFP RemCon Bearer and Command Handler.
    32  * from btmonocmdhandler to HFP RemCon Bearer.
    33  *
    33  *
    34  * Default value (in binary format): ""
    34  * Default value (in binary format): ""
    35  */
    35  */
    36 const TUint KBTATCodec = 0x01;
    36 const TUint KBTHfpATCommand = 0x01;
    37 
    37 
    38 
    38 
    39 /**
    39 /**
    40  * Publish and Subscribe key for storing the last paired device 
    40  * Publish and Subscribe key for storing the last paired device 
    41  * that was denied to connect by the user.
    41  * that was denied to connect by the user.
   155  * pairing note has been shown and trusting device has 
   155  * pairing note has been shown and trusting device has 
   156  * been asked from user and user selection has been performed.
   156  * been asked from user and user selection has been performed.
   157  */
   157  */
   158 const TUint KBTNotifierLocks = 0x08;
   158 const TUint KBTNotifierLocks = 0x08;
   159 
   159 
       
   160 /**
       
   161  * Publish and Subscribe key for the responses of BT HFP AT commands 
       
   162  * from HFP RemCon Bearer to btmonocmdhandler.
       
   163  *
       
   164  * Default value (in binary format): ""
       
   165  */
       
   166 const TUint KBTHfpATResponse = 0x09;
       
   167 
   160 #endif // BTENG_PRIVATE_PS_KEYS_H
   168 #endif // BTENG_PRIVATE_PS_KEYS_H