bthci/bthci2/CommandsEvents/group/bld.inf
changeset 48 22de2e391156
parent 0 29b1cd4cb562
equal deleted inserted replaced
35:14e279d2bbb7 48:22de2e391156
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-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".
    14 //
    14 //
    15 
    15 
    16 PRJ_EXPORTS
    16 PRJ_EXPORTS
    17 // Base classes and utilities for commands and events.
    17 // Base classes and utilities for commands and events.
    18 
    18 
    19 ../interface/Command.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/command.h)
    19 ../interface/Command.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/command.h)
    20 ../interface/Event.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/event.h)
    20 ../interface/Event.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/event.h)
    21 ../interface/commandcompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/commandcompleteevent.h)
    21 ../interface/commandcompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/commandcompleteevent.h)
    22 ../interface/VendorDebugCommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/vendordebugcommand.h)
    22 ../interface/VendorDebugCommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/vendordebugcommand.h)
    23 ../interface/VendorDebugEvent.H				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/vendordebugevent.h)
    23 ../interface/VendorDebugEvent.H				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/vendordebugevent.h)
    24 ../interface/VendorDebugCompleteEvent.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/vendordebugcompleteevent.h)
    24 ../interface/VendorDebugCompleteEvent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/vendordebugcompleteevent.h)
    25 ../interface/completingeventquery.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/completingeventquery.h)
    25 ../interface/completingeventquery.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/completingeventquery.h)
    26 
    26 
    27 // The actual commands and events classes.
    27 // The actual commands and events classes.
    28 
    28 
    29 // Commands
    29 // Commands
    30 
    30 
    31 //
    31 //
    32 // Link Control Commands
    32 // Link Control Commands
    33 //
    33 //
    34 ../interface/inquirycommand.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquirycommand.h)
    34 ../interface/inquirycommand.h								OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquirycommand.h)
    35 ../interface/inquirycancelcommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquirycancelcommand.h)
    35 ../interface/inquirycancelcommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquirycancelcommand.h)
    36 ../interface/periodicinquirymodecommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/periodicinquirymodecommand.h)
    36 ../interface/periodicinquirymodecommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/periodicinquirymodecommand.h)
    37 ../interface/exitperiodicinquirymodecommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/exitperiodicinquirymodecommand.h)
    37 ../interface/exitperiodicinquirymodecommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/exitperiodicinquirymodecommand.h)
    38 ../interface/createaclconnectioncommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/createaclconnectioncommand.h)
    38 ../interface/createaclconnectioncommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/createaclconnectioncommand.h)
    39 ../interface/disconnectcommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/disconnectcommand.h)
    39 ../interface/disconnectcommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/disconnectcommand.h)
    40 ../interface/createconnectioncancelcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/createconnectioncancelcommand.h)
    40 ../interface/createconnectioncancelcommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/createconnectioncancelcommand.h)
    41 ../interface/acceptconnectionrequestcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/acceptconnectionrequestcommand.h)
    41 ../interface/acceptconnectionrequestcommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/acceptconnectionrequestcommand.h)
    42 ../interface/rejectconnectionrequestcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/rejectconnectionrequestcommand.h)
    42 ../interface/rejectconnectionrequestcommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/rejectconnectionrequestcommand.h)
    43 ../interface/linkkeyrequestreplycommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeyrequestreplycommand.h)
    43 ../interface/linkkeyrequestreplycommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeyrequestreplycommand.h)
    44 ../interface/linkkeyrequestreplynegativecommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeyrequestreplynegativecommand.h)
    44 ../interface/linkkeyrequestreplynegativecommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeyrequestreplynegativecommand.h)
    45 ../interface/pincoderequestreplycommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pincoderequestreplycommand.h)
    45 ../interface/pincoderequestreplycommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pincoderequestreplycommand.h)
    46 ../interface/pincoderequestreplynegativecommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pincoderequestreplynegativecommand.h)
    46 ../interface/pincoderequestreplynegativecommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pincoderequestreplynegativecommand.h)
    47 ../interface/changeconnectionpackettypecommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/changeconnectionpackettypecommand.h)
    47 ../interface/changeconnectionpackettypecommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/changeconnectionpackettypecommand.h)
    48 ../interface/authenticationrequestedcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/authenticationrequestedcommand.h)
    48 ../interface/authenticationrequestedcommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/authenticationrequestedcommand.h)
    49 ../interface/setconnectionencryptioncommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setconnectionencryptioncommand.h)
    49 ../interface/setconnectionencryptioncommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setconnectionencryptioncommand.h)
    50 ../interface/changelinkkeycommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/changelinkkeycommand.h)
    50 ../interface/changelinkkeycommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/changelinkkeycommand.h)
    51 ../interface/masterlinkkeycommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/masterlinkkeycommand.h)
    51 ../interface/masterlinkkeycommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/masterlinkkeycommand.h)
    52 ../interface/remotenamerequestcommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remotenamerequestcommand.h)
    52 ../interface/remotenamerequestcommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remotenamerequestcommand.h)
    53 ../interface/remotenamerequestcancelcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remotenamerequestcancelcommand.h)
    53 ../interface/remotenamerequestcancelcommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remotenamerequestcancelcommand.h)
    54 ../interface/readremotesupportedfeaturescommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremotesupportedfeaturescommand.h)
    54 ../interface/readremotesupportedfeaturescommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremotesupportedfeaturescommand.h)
    55 ../interface/readremoteextendedfeaturescommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremoteextendedfeaturescommand.h)
    55 ../interface/readremoteextendedfeaturescommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremoteextendedfeaturescommand.h)
    56 ../interface/readremoteversioninfocommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremoteversioninfocommand.h)
    56 ../interface/readremoteversioninfocommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremoteversioninfocommand.h)
    57 ../interface/readclockoffsetcommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclockoffsetcommand.h)
    57 ../interface/readclockoffsetcommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclockoffsetcommand.h)
    58 ../interface/readlmphandlecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlmphandlecommand.h)
    58 ../interface/readlmphandlecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlmphandlecommand.h)
    59 ../interface/setupsynchronousconnectioncommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setupsynchronousconnectioncommand.h)
    59 ../interface/setupsynchronousconnectioncommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setupsynchronousconnectioncommand.h)
    60 ../interface/acceptsynchronousconnectionrequestcommand.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/acceptsynchronousconnectionrequestcommand.h)
    60 ../interface/acceptsynchronousconnectionrequestcommand.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/acceptsynchronousconnectionrequestcommand.h)
    61 ../interface/rejectsynchronousconnectionrequestcommand.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/rejectsynchronousconnectionrequestcommand.h)
    61 ../interface/rejectsynchronousconnectionrequestcommand.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/rejectsynchronousconnectionrequestcommand.h)
    62 ../interface/iocapabilityrequestreplycommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityrequestreplycommand.h)
    62 ../interface/iocapabilityrequestreplycommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityrequestreplycommand.h)
    63 ../interface/userconfirmationrequestreplycommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userconfirmationrequestreplycommand.h)
    63 ../interface/userconfirmationrequestreplycommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userconfirmationrequestreplycommand.h)
    64 ../interface/userconfirmationrequestnegativereplycommand.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userconfirmationrequestnegativereplycommand.h)
    64 ../interface/userconfirmationrequestnegativereplycommand.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userconfirmationrequestnegativereplycommand.h)
    65 ../interface/userpasskeyrequestreplycommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeyrequestreplycommand.h)
    65 ../interface/userpasskeyrequestreplycommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeyrequestreplycommand.h)
    66 ../interface/userpasskeyrequestnegativereplycommand.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeyrequestnegativereplycommand.h)
    66 ../interface/userpasskeyrequestnegativereplycommand.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeyrequestnegativereplycommand.h)
    67 ../interface/remoteoobdatarequestreplycommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remoteoobdatarequestreplycommand.h)
    67 ../interface/remoteoobdatarequestreplycommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remoteoobdatarequestreplycommand.h)
    68 ../interface/remoteoobdatarequestnegativereplycommand.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remoteoobdatarequestnegativereplycommand.h)
    68 ../interface/remoteoobdatarequestnegativereplycommand.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remoteoobdatarequestnegativereplycommand.h)
    69 ../interface/iocapabilityrequestnegativereplycommand.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityrequestnegativereplycommand.h)
    69 ../interface/iocapabilityrequestnegativereplycommand.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityrequestnegativereplycommand.h)
    70 //
    70 //
    71 // Link Policy Commands
    71 // Link Policy Commands
    72 //
    72 //
    73 ../interface/holdmodecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/holdmodecommand.h)
    73 ../interface/holdmodecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/holdmodecommand.h)
    74 ../interface/sniffmodecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sniffmodecommand.h)
    74 ../interface/sniffmodecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sniffmodecommand.h)
    75 ../interface/exitsniffmodecommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/exitsniffmodecommand.h)
    75 ../interface/exitsniffmodecommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/exitsniffmodecommand.h)
    76 ../interface/parkmodecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/parkmodecommand.h)
    76 ../interface/parkmodecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/parkmodecommand.h)
    77 ../interface/exitparkmodecommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/exitparkmodecommand.h)
    77 ../interface/exitparkmodecommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/exitparkmodecommand.h)
    78 ../interface/qossetupcommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/qossetupcommand.h)
    78 ../interface/qossetupcommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/qossetupcommand.h)
    79 ../interface/rolediscoverycommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/rolediscoverycommand.h)
    79 ../interface/rolediscoverycommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/rolediscoverycommand.h)
    80 ../interface/switchrolecommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/switchrolecommand.h)
    80 ../interface/switchrolecommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/switchrolecommand.h)
    81 ../interface/readlinkpolicysettingscommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinkpolicysettingscommand.h)
    81 ../interface/readlinkpolicysettingscommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinkpolicysettingscommand.h)
    82 ../interface/writelinkpolicysettingscommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelinkpolicysettingscommand.h)
    82 ../interface/writelinkpolicysettingscommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelinkpolicysettingscommand.h)
    83 ../interface/readdefaultlinkpolicysettingscommand.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readdefaultlinkpolicysettingscommand.h)
    83 ../interface/readdefaultlinkpolicysettingscommand.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readdefaultlinkpolicysettingscommand.h)
    84 ../interface/writedefaultlinkpolicysettingscommand.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writedefaultlinkpolicysettingscommand.h)
    84 ../interface/writedefaultlinkpolicysettingscommand.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writedefaultlinkpolicysettingscommand.h)
    85 ../interface/flowspecificationcommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/flowspecificationcommand.h)
    85 ../interface/flowspecificationcommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/flowspecificationcommand.h)
    86 ../interface/sniffsubratingcommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sniffsubratingcommand.h)
    86 ../interface/sniffsubratingcommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sniffsubratingcommand.h)
    87 //
    87 //
    88 // Controller and Baseband Commands
    88 // Controller and Baseband Commands
    89 //
    89 //
    90 ../interface/seteventmaskcommand.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/seteventmaskcommand.h)
    90 ../interface/seteventmaskcommand.h								OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/seteventmaskcommand.h)
    91 ../interface/resetcommand.h										SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/resetcommand.h)
    91 ../interface/resetcommand.h										OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/resetcommand.h)
    92 ../interface/seteventfiltercommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/seteventfiltercommand.h)
    92 ../interface/seteventfiltercommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/seteventfiltercommand.h)
    93 ../interface/flushcommand.h										SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/flushcommand.h)
    93 ../interface/flushcommand.h										OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/flushcommand.h)
    94 ../interface/readpintypecommand.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpintypecommand.h)
    94 ../interface/readpintypecommand.h								OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpintypecommand.h)
    95 ../interface/writepintypecommand.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepintypecommand.h)
    95 ../interface/writepintypecommand.h								OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepintypecommand.h)
    96 ../interface/createnewunitkeycommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/createnewunitkeycommand.h)
    96 ../interface/createnewunitkeycommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/createnewunitkeycommand.h)
    97 ../interface/readstoredlinkkeycommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readstoredlinkkeycommand.h)
    97 ../interface/readstoredlinkkeycommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readstoredlinkkeycommand.h)
    98 ../interface/writestoredlinkkeycommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writestoredlinkkeycommand.h)
    98 ../interface/writestoredlinkkeycommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writestoredlinkkeycommand.h)
    99 ../interface/deletestoredlinkkeycommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/deletestoredlinkkeycommand.h)
    99 ../interface/deletestoredlinkkeycommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/deletestoredlinkkeycommand.h)
   100 ../interface/WriteLocalNameCommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelocalnamecommand.h)
   100 ../interface/WriteLocalNameCommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelocalnamecommand.h)
   101 ../interface/ReadLocalNameCommand.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalnamecommand.h)
   101 ../interface/ReadLocalNameCommand.h								OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalnamecommand.h)
   102 ../interface/readconnectionaccepttimeoutcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readconnectionaccepttimeoutcommand.h)
   102 ../interface/readconnectionaccepttimeoutcommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readconnectionaccepttimeoutcommand.h)
   103 ../interface/writeconnectionaccepttimeoutcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeconnectionaccepttimeoutcommand.h)
   103 ../interface/writeconnectionaccepttimeoutcommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeconnectionaccepttimeoutcommand.h)
   104 ../interface/readpagetimeoutcommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagetimeoutcommand.h)
   104 ../interface/readpagetimeoutcommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagetimeoutcommand.h)
   105 ../interface/writepagetimeoutcommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagetimeoutcommand.h)
   105 ../interface/writepagetimeoutcommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagetimeoutcommand.h)
   106 ../interface/readscanenablecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readscanenablecommand.h)
   106 ../interface/readscanenablecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readscanenablecommand.h)
   107 ../interface/writescanenablecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writescanenablecommand.h)
   107 ../interface/writescanenablecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writescanenablecommand.h)
   108 ../interface/readpagescanactivitycommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescanactivitycommand.h)
   108 ../interface/readpagescanactivitycommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescanactivitycommand.h)
   109 ../interface/writepagescanactivitycommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescanactivitycommand.h)
   109 ../interface/writepagescanactivitycommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescanactivitycommand.h)
   110 ../interface/readinquiryscanactivitycommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryscanactivitycommand.h)
   110 ../interface/readinquiryscanactivitycommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryscanactivitycommand.h)
   111 ../interface/writeinquiryscanactivitycommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryscanactivitycommand.h)
   111 ../interface/writeinquiryscanactivitycommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryscanactivitycommand.h)
   112 ../interface/readauthenticationenablecommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readauthenticationenablecommand.h)
   112 ../interface/readauthenticationenablecommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readauthenticationenablecommand.h)
   113 ../interface/writeauthenticationenablecommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeauthenticationenablecommand.h)
   113 ../interface/writeauthenticationenablecommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeauthenticationenablecommand.h)
   114 ../interface/readclassofdevicecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclassofdevicecommand.h)
   114 ../interface/readclassofdevicecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclassofdevicecommand.h)
   115 ../interface/writeclassofdevicecommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeclassofdevicecommand.h)
   115 ../interface/writeclassofdevicecommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeclassofdevicecommand.h)
   116 ../interface/readvoicesettingcommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readvoicesettingcommand.h)
   116 ../interface/readvoicesettingcommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readvoicesettingcommand.h)
   117 ../interface/writevoicesettingcommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writevoicesettingcommand.h)
   117 ../interface/writevoicesettingcommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writevoicesettingcommand.h)
   118 ../interface/readautomaticflushtimeoutcommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readautomaticflushtimeoutcommand.h)
   118 ../interface/readautomaticflushtimeoutcommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readautomaticflushtimeoutcommand.h)
   119 ../interface/writeautomaticflushtimeoutcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeautomaticflushtimeoutcommand.h)
   119 ../interface/writeautomaticflushtimeoutcommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeautomaticflushtimeoutcommand.h)
   120 ../interface/readnumbroadcastretransmissionscommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readnumbroadcastretransmissionscommand.h)
   120 ../interface/readnumbroadcastretransmissionscommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readnumbroadcastretransmissionscommand.h)
   121 ../interface/writenumbroadcastretransmissionscommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writenumbroadcastretransmissionscommand.h)
   121 ../interface/writenumbroadcastretransmissionscommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writenumbroadcastretransmissionscommand.h)
   122 ../interface/readholdmodeactivitycommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readholdmodeactivitycommand.h)
   122 ../interface/readholdmodeactivitycommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readholdmodeactivitycommand.h)
   123 ../interface/writeholdmodeactivitycommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeholdmodeactivitycommand.h)
   123 ../interface/writeholdmodeactivitycommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeholdmodeactivitycommand.h)
   124 ../interface/readtransmitpowerlevelcommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readtransmitpowerlevelcommand.h)
   124 ../interface/readtransmitpowerlevelcommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readtransmitpowerlevelcommand.h)
   125 ../interface/readsynchronousflowcontrolenablecommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readsynchronousflowcontrolenablecommand.h)
   125 ../interface/readsynchronousflowcontrolenablecommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readsynchronousflowcontrolenablecommand.h)
   126 ../interface/writesynchronousflowcontrolenablecommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesynchronousflowcontrolenablecommand.h)
   126 ../interface/writesynchronousflowcontrolenablecommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesynchronousflowcontrolenablecommand.h)
   127 ../interface/setcontrollertohostflowcontrolcommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setcontrollertohostflowcontrolcommand.h)
   127 ../interface/setcontrollertohostflowcontrolcommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setcontrollertohostflowcontrolcommand.h)
   128 ../interface/hostbuffersizecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/hostbuffersizecommand.h)
   128 ../interface/hostbuffersizecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/hostbuffersizecommand.h)
   129 ../interface/hostnumberofcompletedpacketscommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/hostnumberofcompletedpacketscommand.h)
   129 ../interface/hostnumberofcompletedpacketscommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/hostnumberofcompletedpacketscommand.h)
   130 ../interface/readlinksupervisiontimeoutcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinksupervisiontimeoutcommand.h)
   130 ../interface/readlinksupervisiontimeoutcommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinksupervisiontimeoutcommand.h)
   131 ../interface/writelinksupervisiontimeoutcommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelinksupervisiontimeoutcommand.h)
   131 ../interface/writelinksupervisiontimeoutcommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelinksupervisiontimeoutcommand.h)
   132 ../interface/readnumberofsupportediaccommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readnumberofsupportediaccommand.h)
   132 ../interface/readnumberofsupportediaccommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readnumberofsupportediaccommand.h)
   133 ../interface/readcurrentiaclapcommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readcurrentiaclapcommand.h)
   133 ../interface/readcurrentiaclapcommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readcurrentiaclapcommand.h)
   134 ../interface/writecurrentiaclapcommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writecurrentiaclapcommand.h)
   134 ../interface/writecurrentiaclapcommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writecurrentiaclapcommand.h)
   135 ../interface/setafhhostchannelclassificationcommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setafhhostchannelclassificationcommand.h)
   135 ../interface/setafhhostchannelclassificationcommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setafhhostchannelclassificationcommand.h)
   136 ../interface/readinquiryscantypecommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryscantypecommand.h)
   136 ../interface/readinquiryscantypecommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryscantypecommand.h)
   137 ../interface/writeinquiryscantypecommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryscantypecommand.h)
   137 ../interface/writeinquiryscantypecommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryscantypecommand.h)
   138 ../interface/readinquirymodecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquirymodecommand.h)
   138 ../interface/readinquirymodecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquirymodecommand.h)
   139 ../interface/writeinquirymodecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquirymodecommand.h)
   139 ../interface/writeinquirymodecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquirymodecommand.h)
   140 ../interface/readpagescantypecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescantypecommand.h)
   140 ../interface/readpagescantypecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescantypecommand.h)
   141 ../interface/writepagescantypecommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescantypecommand.h)
   141 ../interface/writepagescantypecommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescantypecommand.h)
   142 ../interface/readafhchannelassessmentmodecommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readafhchannelassessmentmodecommand.h)
   142 ../interface/readafhchannelassessmentmodecommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readafhchannelassessmentmodecommand.h)
   143 ../interface/writeafhchannelassessmentmodecommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeafhchannelassessmentmodecommand.h)
   143 ../interface/writeafhchannelassessmentmodecommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeafhchannelassessmentmodecommand.h)
   144 ../interface/readextendedinquiryresponsecommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readextendedinquiryresponsecommand.h)
   144 ../interface/readextendedinquiryresponsecommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readextendedinquiryresponsecommand.h)
   145 ../interface/writeextendedinquiryresponsecommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeextendedinquiryresponsecommand.h)
   145 ../interface/writeextendedinquiryresponsecommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeextendedinquiryresponsecommand.h)
   146 ../interface/refreshencryptionkeycommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/refreshencryptionkeycommand.h)
   146 ../interface/refreshencryptionkeycommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/refreshencryptionkeycommand.h)
   147 ../interface/readsimplepairingmodecommand.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readsimplepairingmodecommand.h)
   147 ../interface/readsimplepairingmodecommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readsimplepairingmodecommand.h)
   148 ../interface/writesimplepairingmodecommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesimplepairingmodecommand.h)
   148 ../interface/writesimplepairingmodecommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesimplepairingmodecommand.h)
   149 ../interface/readlocaloobdatacommand.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocaloobdatacommand.h)
   149 ../interface/readlocaloobdatacommand.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocaloobdatacommand.h)
   150 ../interface/readinquiryresponsetransmitpowerlevelcommand.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryresponsetransmitpowerlevelcommand.h)
   150 ../interface/readinquiryresponsetransmitpowerlevelcommand.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryresponsetransmitpowerlevelcommand.h)
   151 ../interface/writeinquiryresponsetransmitpowerlevelcommand.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryresponsetransmitpowerlevelcommand.h)
   151 ../interface/writeinquiryresponsetransmitpowerlevelcommand.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryresponsetransmitpowerlevelcommand.h)
   152 ../interface/sendkeypressnotificationcommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sendkeypressnotificationcommand.h)
   152 ../interface/sendkeypressnotificationcommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sendkeypressnotificationcommand.h)
   153 ../interface/readdefaulterroneousdatareportingcommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readdefaulterroneousdatareportingcommand.h)
   153 ../interface/readdefaulterroneousdatareportingcommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readdefaulterroneousdatareportingcommand.h)
   154 ../interface/writedefaulterroneousdatareportingcommand.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writedefaulterroneousdatareportingcommand.h)
   154 ../interface/writedefaulterroneousdatareportingcommand.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writedefaulterroneousdatareportingcommand.h)
   155 ../interface/enhancedflushcommand.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/enhancedflushcommand.h)
   155 ../interface/enhancedflushcommand.h								OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/enhancedflushcommand.h)
   156 //
   156 //
   157 // Informational Parameters
   157 // Informational Parameters
   158 //
   158 //
   159 ../interface/readlocalversioninfocommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalversioninfocommand.h)
   159 ../interface/readlocalversioninfocommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalversioninfocommand.h)
   160 ../interface/readlocalsupportedcommandscommand.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalsupportedcommandscommand.h)
   160 ../interface/readlocalsupportedcommandscommand.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalsupportedcommandscommand.h)
   161 ../interface/readlocalsupportedfeaturescommand.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalsupportedfeaturescommand.h)
   161 ../interface/readlocalsupportedfeaturescommand.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalsupportedfeaturescommand.h)
   162 ../interface/readlocalextendedfeaturescommand.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalextendedfeaturescommand.h)
   162 ../interface/readlocalextendedfeaturescommand.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalextendedfeaturescommand.h)
   163 ../interface/readbuffersizecommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readbuffersizecommand.h)
   163 ../interface/readbuffersizecommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readbuffersizecommand.h)
   164 ../interface/readbdaddrcommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readbdaddrcommand.h)
   164 ../interface/readbdaddrcommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readbdaddrcommand.h)
   165 //
   165 //
   166 // Status Parameters
   166 // Status Parameters
   167 //
   167 //
   168 ../interface/readfailedcontactcountercommand.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readfailedcontactcountercommand.h)
   168 ../interface/readfailedcontactcountercommand.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readfailedcontactcountercommand.h)
   169 ../interface/resetfailedcontactcountercommand.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/resetfailedcontactcountercommand.h)
   169 ../interface/resetfailedcontactcountercommand.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/resetfailedcontactcountercommand.h)
   170 ../interface/readlinkqualitycommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinkqualitycommand.h)
   170 ../interface/readlinkqualitycommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinkqualitycommand.h)
   171 ../interface/readrssicommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readrssicommand.h)
   171 ../interface/readrssicommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readrssicommand.h)
   172 ../interface/readafhchannelmapcommand.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readafhchannelmapcommand.h)
   172 ../interface/readafhchannelmapcommand.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readafhchannelmapcommand.h)
   173 ../interface/readclockcommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclockcommand.h)
   173 ../interface/readclockcommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclockcommand.h)
   174 //
   174 //
   175 // Testing Commands
   175 // Testing Commands
   176 //
   176 //
   177 ../interface/readloopbackmodecommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readloopbackmodecommand.h)
   177 ../interface/readloopbackmodecommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readloopbackmodecommand.h)
   178 ../interface/writeloopbackmodecommand.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeloopbackmodecommand.h)
   178 ../interface/writeloopbackmodecommand.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeloopbackmodecommand.h)
   179 ../interface/enabledeviceundertestmodecommand.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/enabledeviceundertestmodecommand.h)
   179 ../interface/enabledeviceundertestmodecommand.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/enabledeviceundertestmodecommand.h)
   180 ../interface/writesimplepairingdebugmodecommand.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesimplepairingdebugmodecommand.h)
   180 ../interface/writesimplepairingdebugmodecommand.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesimplepairingdebugmodecommand.h)
   181 
   181 
   182 // Command Complete Events
   182 // Command Complete Events
   183 // Nop
   183 // Nop
   184 ../interface/nopcompleteevent.h										SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/nopcompleteevent.h)
   184 ../interface/nopcompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/nopcompleteevent.h)
   185 //
   185 //
   186 // Link Control Commands
   186 // Link Control Commands
   187 //
   187 //
   188 ../interface/inquirycancelcompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquirycancelcompleteevent.h)
   188 ../interface/inquirycancelcompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquirycancelcompleteevent.h)
   189 ../interface/periodicinquirymodecompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/periodicinquirymodecompleteevent.h)
   189 ../interface/periodicinquirymodecompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/periodicinquirymodecompleteevent.h)
   190 ../interface/exitperiodicinquirymodecompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/exitperiodicinquirymodecompleteevent.h)
   190 ../interface/exitperiodicinquirymodecompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/exitperiodicinquirymodecompleteevent.h)
   191 ../interface/createconnectioncancelcompleteevent.h 					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/createconnectioncancelcompleteevent.h)
   191 ../interface/createconnectioncancelcompleteevent.h 					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/createconnectioncancelcompleteevent.h)
   192 ../interface/linkkeyrequestreplycompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeyrequestreplycompleteevent.h)
   192 ../interface/linkkeyrequestreplycompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeyrequestreplycompleteevent.h)
   193 ../interface/linkkeyrequestreplynegativecompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeyrequestreplynegativecompleteevent.h)
   193 ../interface/linkkeyrequestreplynegativecompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeyrequestreplynegativecompleteevent.h)
   194 ../interface/pincoderequestreplycompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pincoderequestreplycompleteevent.h)
   194 ../interface/pincoderequestreplycompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pincoderequestreplycompleteevent.h)
   195 ../interface/pincoderequestreplynegativecompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pincoderequestreplynegativecompleteevent.h)
   195 ../interface/pincoderequestreplynegativecompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pincoderequestreplynegativecompleteevent.h)
   196 ../interface/remotenamerequestcancelcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remotenamerequestcancelcompleteevent.h)
   196 ../interface/remotenamerequestcancelcompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remotenamerequestcancelcompleteevent.h)
   197 ../interface/readlmphandlecompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlmphandlecompleteevent.h)
   197 ../interface/readlmphandlecompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlmphandlecompleteevent.h)
   198 ../interface/iocapabilityrequestreplycompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityrequestreplycompleteevent.h)
   198 ../interface/iocapabilityrequestreplycompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityrequestreplycompleteevent.h)
   199 ../interface/userconfirmationrequestreplycompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userconfirmationrequestreplycompleteevent.h)
   199 ../interface/userconfirmationrequestreplycompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userconfirmationrequestreplycompleteevent.h)
   200 ../interface/userconfirmationrequestnegativereplycompleteevent.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userconfirmationrequestnegativereplycompleteevent.h)
   200 ../interface/userconfirmationrequestnegativereplycompleteevent.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userconfirmationrequestnegativereplycompleteevent.h)
   201 ../interface/userpasskeyrequestreplycompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeyrequestreplycompleteevent.h)
   201 ../interface/userpasskeyrequestreplycompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeyrequestreplycompleteevent.h)
   202 ../interface/userpasskeyrequestnegativereplycompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeyrequestnegativereplycompleteevent.h)
   202 ../interface/userpasskeyrequestnegativereplycompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeyrequestnegativereplycompleteevent.h)
   203 ../interface/remoteoobdatarequestreplycompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remoteoobdatarequestreplycompleteevent.h)
   203 ../interface/remoteoobdatarequestreplycompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remoteoobdatarequestreplycompleteevent.h)
   204 ../interface/remoteoobdatarequestnegativereplycompleteevent.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remoteoobdatarequestnegativereplycompleteevent.h)
   204 ../interface/remoteoobdatarequestnegativereplycompleteevent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remoteoobdatarequestnegativereplycompleteevent.h)
   205 ../interface/iocapabilityrequestnegativereplycompleteevent.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityrequestnegativereplycompleteevent.h)
   205 ../interface/iocapabilityrequestnegativereplycompleteevent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityrequestnegativereplycompleteevent.h)
   206 //
   206 //
   207 // Link Policy Commands
   207 // Link Policy Commands
   208 //
   208 //
   209 ../interface/rolediscoverycompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/rolediscoverycompleteevent.h)
   209 ../interface/rolediscoverycompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/rolediscoverycompleteevent.h)
   210 ../interface/readlinkpolicysettingscompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinkpolicysettingscompleteevent.h)
   210 ../interface/readlinkpolicysettingscompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinkpolicysettingscompleteevent.h)
   211 ../interface/writelinkpolicysettingscompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelinkpolicysettingscompleteevent.h)
   211 ../interface/writelinkpolicysettingscompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelinkpolicysettingscompleteevent.h)
   212 ../interface/readdefaultlinkpolicysettingscompleteevent.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readdefaultlinkpolicysettingscompleteevent.h)
   212 ../interface/readdefaultlinkpolicysettingscompleteevent.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readdefaultlinkpolicysettingscompleteevent.h)
   213 ../interface/writedefaultlinkpolicysettingscompleteevent.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writedefaultlinkpolicysettingscompleteevent.h)
   213 ../interface/writedefaultlinkpolicysettingscompleteevent.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writedefaultlinkpolicysettingscompleteevent.h)
   214 ../interface/sniffsubratingcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sniffsubratingcompleteevent.h)
   214 ../interface/sniffsubratingcompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sniffsubratingcompleteevent.h)
   215 //
   215 //
   216 // Controller and Baseband Commands
   216 // Controller and Baseband Commands
   217 //
   217 //
   218 ../interface/seteventmaskcompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/seteventmaskcompleteevent.h)
   218 ../interface/seteventmaskcompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/seteventmaskcompleteevent.h)
   219 ../interface/resetcompleteevent.h									SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/resetcompleteevent.h)
   219 ../interface/resetcompleteevent.h									OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/resetcompleteevent.h)
   220 ../interface/seteventfiltercompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/seteventfiltercompleteevent.h)
   220 ../interface/seteventfiltercompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/seteventfiltercompleteevent.h)
   221 ../interface/flushcompleteevent.h									SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/flushcompleteevent.h)
   221 ../interface/flushcompleteevent.h									OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/flushcompleteevent.h)
   222 ../interface/readpintypecompleteevent.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpintypecompleteevent.h)
   222 ../interface/readpintypecompleteevent.h								OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpintypecompleteevent.h)
   223 ../interface/writepintypecompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepintypecompleteevent.h)
   223 ../interface/writepintypecompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepintypecompleteevent.h)
   224 ../interface/createnewunitkeycompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/createnewunitkeycompleteevent.h)
   224 ../interface/createnewunitkeycompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/createnewunitkeycompleteevent.h)
   225 ../interface/readstoredlinkkeycompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readstoredlinkkeycompleteevent.h)
   225 ../interface/readstoredlinkkeycompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readstoredlinkkeycompleteevent.h)
   226 ../interface/writestoredlinkkeycompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writestoredlinkkeycompleteevent.h)
   226 ../interface/writestoredlinkkeycompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writestoredlinkkeycompleteevent.h)
   227 ../interface/deletestoredlinkkeycompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/deletestoredlinkkeycompleteevent.h)
   227 ../interface/deletestoredlinkkeycompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/deletestoredlinkkeycompleteevent.h)
   228 ../interface/writelocalnamecompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelocalnamecompleteevent.h)
   228 ../interface/writelocalnamecompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelocalnamecompleteevent.h)
   229 ../interface/ReadLocalNameCompleteEvent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalnamecompleteevent.h)
   229 ../interface/ReadLocalNameCompleteEvent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalnamecompleteevent.h)
   230 ../interface/readconnectionaccepttimeoutcompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readconnectionaccepttimeoutcompleteevent.h)
   230 ../interface/readconnectionaccepttimeoutcompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readconnectionaccepttimeoutcompleteevent.h)
   231 ../interface/writeconnectionaccepttimeoutcompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeconnectionaccepttimeoutcompleteevent.h)
   231 ../interface/writeconnectionaccepttimeoutcompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeconnectionaccepttimeoutcompleteevent.h)
   232 ../interface/readpagetimeoutcompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagetimeoutcompleteevent.h)
   232 ../interface/readpagetimeoutcompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagetimeoutcompleteevent.h)
   233 ../interface/writepagetimeoutcompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagetimeoutcompleteevent.h)
   233 ../interface/writepagetimeoutcompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagetimeoutcompleteevent.h)
   234 ../interface/readscanenablecompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readscanenablecompleteevent.h)
   234 ../interface/readscanenablecompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readscanenablecompleteevent.h)
   235 ../interface/writescanenablecompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writescanenablecompleteevent.h)
   235 ../interface/writescanenablecompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writescanenablecompleteevent.h)
   236 ../interface/readpagescanactivitycompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescanactivitycompleteevent.h)
   236 ../interface/readpagescanactivitycompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescanactivitycompleteevent.h)
   237 ../interface/writepagescanactivitycompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescanactivitycompleteevent.h)
   237 ../interface/writepagescanactivitycompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescanactivitycompleteevent.h)
   238 ../interface/readinquiryscanactivitycompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryscanactivitycompleteevent.h)
   238 ../interface/readinquiryscanactivitycompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryscanactivitycompleteevent.h)
   239 ../interface/writeinquiryscanactivitycompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryscanactivitycompleteevent.h)
   239 ../interface/writeinquiryscanactivitycompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryscanactivitycompleteevent.h)
   240 ../interface/readauthenticationenablecompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readauthenticationenablecompleteevent.h)
   240 ../interface/readauthenticationenablecompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readauthenticationenablecompleteevent.h)
   241 ../interface/writeauthenticationenablecompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeauthenticationenablecompleteevent.h)
   241 ../interface/writeauthenticationenablecompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeauthenticationenablecompleteevent.h)
   242 ../interface/readclassofdevicecompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclassofdevicecompleteevent.h)
   242 ../interface/readclassofdevicecompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclassofdevicecompleteevent.h)
   243 ../interface/writeclassofdevicecompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeclassofdevicecompleteevent.h)
   243 ../interface/writeclassofdevicecompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeclassofdevicecompleteevent.h)
   244 ../interface/readvoicesettingcompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readvoicesettingcompleteevent.h)
   244 ../interface/readvoicesettingcompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readvoicesettingcompleteevent.h)
   245 ../interface/writevoicesettingcompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writevoicesettingcompleteevent.h)
   245 ../interface/writevoicesettingcompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writevoicesettingcompleteevent.h)
   246 ../interface/readautomaticflushtimeoutcompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readautomaticflushtimeoutcompleteevent.h)
   246 ../interface/readautomaticflushtimeoutcompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readautomaticflushtimeoutcompleteevent.h)
   247 ../interface/writeautomaticflushtimeoutcompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeautomaticflushtimeoutcompleteevent.h)
   247 ../interface/writeautomaticflushtimeoutcompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeautomaticflushtimeoutcompleteevent.h)
   248 ../interface/readnumbroadcastretransmissionscompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readnumbroadcastretransmissionscompleteevent.h)
   248 ../interface/readnumbroadcastretransmissionscompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readnumbroadcastretransmissionscompleteevent.h)
   249 ../interface/writenumbroadcastretransmissionscompleteevent.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writenumbroadcastretransmissionscompleteevent.h)
   249 ../interface/writenumbroadcastretransmissionscompleteevent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writenumbroadcastretransmissionscompleteevent.h)
   250 ../interface/readholdmodeactivitycompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readholdmodeactivitycompleteevent.h)
   250 ../interface/readholdmodeactivitycompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readholdmodeactivitycompleteevent.h)
   251 ../interface/writeholdmodeactivitycompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeholdmodeactivitycompleteevent.h)
   251 ../interface/writeholdmodeactivitycompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeholdmodeactivitycompleteevent.h)
   252 ../interface/readtransmitpowerlevelcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readtransmitpowerlevelcompleteevent.h)
   252 ../interface/readtransmitpowerlevelcompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readtransmitpowerlevelcompleteevent.h)
   253 ../interface/readsynchronousflowcontrolenablecompleteevent.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readsynchronousflowcontrolenablecompleteevent.h)
   253 ../interface/readsynchronousflowcontrolenablecompleteevent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readsynchronousflowcontrolenablecompleteevent.h)
   254 ../interface/writesynchronousflowcontrolenablecompleteevent.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesynchronousflowcontrolenablecompleteevent.h)
   254 ../interface/writesynchronousflowcontrolenablecompleteevent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesynchronousflowcontrolenablecompleteevent.h)
   255 ../interface/setcontrollertohostflowcontrolcompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setcontrollertohostflowcontrolcompleteevent.h)
   255 ../interface/setcontrollertohostflowcontrolcompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setcontrollertohostflowcontrolcompleteevent.h)
   256 ../interface/hostbuffersizecompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/hostbuffersizecompleteevent.h)
   256 ../interface/hostbuffersizecompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/hostbuffersizecompleteevent.h)
   257 ../interface/hostnumberofcompletedpacketscompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/hostnumberofcompletedpacketscompleteevent.h)
   257 ../interface/hostnumberofcompletedpacketscompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/hostnumberofcompletedpacketscompleteevent.h)
   258 ../interface/readlinksupervisiontimeoutcompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinksupervisiontimeoutcompleteevent.h)
   258 ../interface/readlinksupervisiontimeoutcompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinksupervisiontimeoutcompleteevent.h)
   259 ../interface/writelinksupervisiontimeoutcompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelinksupervisiontimeoutcompleteevent.h)
   259 ../interface/writelinksupervisiontimeoutcompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writelinksupervisiontimeoutcompleteevent.h)
   260 ../interface/readnumberofsupportediaccompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readnumberofsupportediaccompleteevent.h)
   260 ../interface/readnumberofsupportediaccompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readnumberofsupportediaccompleteevent.h)
   261 ../interface/readcurrentiaclapcompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readcurrentiaclapcompleteevent.h)
   261 ../interface/readcurrentiaclapcompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readcurrentiaclapcompleteevent.h)
   262 ../interface/writecurrentiaclapcompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writecurrentiaclapcompleteevent.h)
   262 ../interface/writecurrentiaclapcompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writecurrentiaclapcompleteevent.h)
   263 ../interface/setafhhostchannelclassificationcompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setafhhostchannelclassificationcompleteevent.h)
   263 ../interface/setafhhostchannelclassificationcompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/setafhhostchannelclassificationcompleteevent.h)
   264 ../interface/readinquiryscantypecompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryscantypecompleteevent.h)
   264 ../interface/readinquiryscantypecompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryscantypecompleteevent.h)
   265 ../interface/writeinquiryscantypecompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryscantypecompleteevent.h)
   265 ../interface/writeinquiryscantypecompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryscantypecompleteevent.h)
   266 ../interface/readinquirymodecompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquirymodecompleteevent.h)
   266 ../interface/readinquirymodecompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquirymodecompleteevent.h)
   267 ../interface/writeinquirymodecompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquirymodecompleteevent.h)
   267 ../interface/writeinquirymodecompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquirymodecompleteevent.h)
   268 ../interface/readpagescantypecompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescantypecompleteevent.h)
   268 ../interface/readpagescantypecompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescantypecompleteevent.h)
   269 ../interface/writepagescantypecompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescantypecompleteevent.h)
   269 ../interface/writepagescantypecompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescantypecompleteevent.h)
   270 ../interface/readafhchannelassessmentmodecompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readafhchannelassessmentmodecompleteevent.h)
   270 ../interface/readafhchannelassessmentmodecompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readafhchannelassessmentmodecompleteevent.h)
   271 ../interface/writeafhchannelassessmentmodecompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeafhchannelassessmentmodecompleteevent.h)
   271 ../interface/writeafhchannelassessmentmodecompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeafhchannelassessmentmodecompleteevent.h)
   272 ../interface/readextendedinquiryresponsecompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readextendedinquiryresponsecompleteevent.h)
   272 ../interface/readextendedinquiryresponsecompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readextendedinquiryresponsecompleteevent.h)
   273 ../interface/writeextendedinquiryresponsecompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeextendedinquiryresponsecompleteevent.h)
   273 ../interface/writeextendedinquiryresponsecompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeextendedinquiryresponsecompleteevent.h)
   274 ../interface/readsimplepairingmodecompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readsimplepairingmodecompleteevent.h)
   274 ../interface/readsimplepairingmodecompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readsimplepairingmodecompleteevent.h)
   275 ../interface/writesimplepairingmodecompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesimplepairingmodecompleteevent.h)
   275 ../interface/writesimplepairingmodecompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesimplepairingmodecompleteevent.h)
   276 ../interface/readlocaloobdatacompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocaloobdatacompleteevent.h)
   276 ../interface/readlocaloobdatacompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocaloobdatacompleteevent.h)
   277 ../interface/readinquiryresponsetransmitpowerlevelcompleteevent.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryresponsetransmitpowerlevelcompleteevent.h)
   277 ../interface/readinquiryresponsetransmitpowerlevelcompleteevent.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readinquiryresponsetransmitpowerlevelcompleteevent.h)
   278 ../interface/writeinquiryresponsetransmitpowerlevelcompleteevent.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryresponsetransmitpowerlevelcompleteevent.h)
   278 ../interface/writeinquiryresponsetransmitpowerlevelcompleteevent.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeinquiryresponsetransmitpowerlevelcompleteevent.h)
   279 ../interface/sendkeypressnotificationcompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sendkeypressnotificationcompleteevent.h)
   279 ../interface/sendkeypressnotificationcompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sendkeypressnotificationcompleteevent.h)
   280 ../interface/readdefaulterroneousdatareportingcompleteevent.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readdefaulterroneousdatareportingcompleteevent.h)
   280 ../interface/readdefaulterroneousdatareportingcompleteevent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readdefaulterroneousdatareportingcompleteevent.h)
   281 ../interface/writedefaulterroneousdatareportingcompleteevent.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writedefaulterroneousdatareportingcompleteevent.h)
   281 ../interface/writedefaulterroneousdatareportingcompleteevent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writedefaulterroneousdatareportingcompleteevent.h)
   282 //
   282 //
   283 // Informational Parameters
   283 // Informational Parameters
   284 //
   284 //
   285 ../interface/readlocalversioninfocompleteevent.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalversioninfocompleteevent.h)
   285 ../interface/readlocalversioninfocompleteevent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalversioninfocompleteevent.h)
   286 ../interface/readlocalsupportedcommandscompleteevent.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalsupportedcommandscompleteevent.h)
   286 ../interface/readlocalsupportedcommandscompleteevent.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalsupportedcommandscompleteevent.h)
   287 ../interface/readlocalsupportedfeaturescompleteevent.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalsupportedfeaturescompleteevent.h)
   287 ../interface/readlocalsupportedfeaturescompleteevent.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalsupportedfeaturescompleteevent.h)
   288 ../interface/readlocalextendedfeaturescompleteevent.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalextendedfeaturescompleteevent.h)
   288 ../interface/readlocalextendedfeaturescompleteevent.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlocalextendedfeaturescompleteevent.h)
   289 ../interface/readbuffersizecompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readbuffersizecompleteevent.h)
   289 ../interface/readbuffersizecompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readbuffersizecompleteevent.h)
   290 ../interface/readbdaddrcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readbdaddrcompleteevent.h)
   290 ../interface/readbdaddrcompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readbdaddrcompleteevent.h)
   291 //
   291 //
   292 // Status Parameters
   292 // Status Parameters
   293 //
   293 //
   294 ../interface/readfailedcontactcountercompleteevent.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readfailedcontactcountercompleteevent.h)
   294 ../interface/readfailedcontactcountercompleteevent.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readfailedcontactcountercompleteevent.h)
   295 ../interface/resetfailedcontactcountercompleteevent.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/resetfailedcontactcountercompleteevent.h)
   295 ../interface/resetfailedcontactcountercompleteevent.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/resetfailedcontactcountercompleteevent.h)
   296 ../interface/readlinkqualitycompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinkqualitycompleteevent.h)
   296 ../interface/readlinkqualitycompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readlinkqualitycompleteevent.h)
   297 ../interface/readrssicompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readrssicompleteevent.h)
   297 ../interface/readrssicompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readrssicompleteevent.h)
   298 ../interface/readafhchannelmapcompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readafhchannelmapcompleteevent.h)
   298 ../interface/readafhchannelmapcompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readafhchannelmapcompleteevent.h)
   299 ../interface/readclockcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclockcompleteevent.h)
   299 ../interface/readclockcompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclockcompleteevent.h)
   300 //
   300 //
   301 // Testing Commands
   301 // Testing Commands
   302 //
   302 //
   303 ../interface/readloopbackmodecompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readloopbackmodecompleteevent.h)
   303 ../interface/readloopbackmodecompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readloopbackmodecompleteevent.h)
   304 ../interface/writeloopbackmodecompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeloopbackmodecompleteevent.h)
   304 ../interface/writeloopbackmodecompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeloopbackmodecompleteevent.h)
   305 ../interface/enabledeviceundertestmodecompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/enabledeviceundertestmodecompleteevent.h)
   305 ../interface/enabledeviceundertestmodecompleteevent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/enabledeviceundertestmodecompleteevent.h)
   306 ../interface/writesimplepairingdebugmodecompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesimplepairingdebugmodecompleteevent.h)
   306 ../interface/writesimplepairingdebugmodecompleteevent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writesimplepairingdebugmodecompleteevent.h)
   307 
   307 
   308 // Events
   308 // Events
   309 ../interface/inquirycompleteevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquirycompleteevent.h)
   309 ../interface/inquirycompleteevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquirycompleteevent.h)
   310 ../interface/inquiryresultevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquiryresultevent.h)
   310 ../interface/inquiryresultevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquiryresultevent.h)
   311 ../interface/connectioncompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/connectioncompleteevent.h)
   311 ../interface/connectioncompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/connectioncompleteevent.h)
   312 ../interface/connectionrequestevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/connectionrequestevent.h)
   312 ../interface/connectionrequestevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/connectionrequestevent.h)
   313 ../interface/disconnectioncompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/disconnectioncompleteevent.h)
   313 ../interface/disconnectioncompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/disconnectioncompleteevent.h)
   314 ../interface/authenticationcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/authenticationcompleteevent.h)
   314 ../interface/authenticationcompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/authenticationcompleteevent.h)
   315 ../interface/remotenamereqcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remotenamereqcompleteevent.h)
   315 ../interface/remotenamereqcompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remotenamereqcompleteevent.h)
   316 ../interface/encryptionchangeevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/encryptionchangeevent.h)
   316 ../interface/encryptionchangeevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/encryptionchangeevent.h)
   317 ../interface/changelinkkeyevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/changelinkkeyevent.h)
   317 ../interface/changelinkkeyevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/changelinkkeyevent.h)
   318 ../interface/masterlinkkeyevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/masterlinkkeyevent.h)
   318 ../interface/masterlinkkeyevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/masterlinkkeyevent.h)
   319 ../interface/readremsuppfeatcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremsuppfeatcompleteevent.h)
   319 ../interface/readremsuppfeatcompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremsuppfeatcompleteevent.h)
   320 ../interface/readremverinfocompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremverinfocompleteevent.h)
   320 ../interface/readremverinfocompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremverinfocompleteevent.h)
   321 ../interface/qossetupcompleteevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/qossetupcompleteevent.h)
   321 ../interface/qossetupcompleteevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/qossetupcompleteevent.h)
   322 ../interface/commandstatusevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/commandstatusevent.h)
   322 ../interface/commandstatusevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/commandstatusevent.h)
   323 ../interface/hardwareerrorevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/hardwareerrorevent.h)
   323 ../interface/hardwareerrorevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/hardwareerrorevent.h)
   324 ../interface/flushoccurredevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/flushoccurredevent.h)
   324 ../interface/flushoccurredevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/flushoccurredevent.h)
   325 ../interface/rolechangeevent.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/rolechangeevent.h)
   325 ../interface/rolechangeevent.h								OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/rolechangeevent.h)
   326 ../interface/numberofcompletedpacketsevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/numberofcompletedpacketsevent.h)
   326 ../interface/numberofcompletedpacketsevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/numberofcompletedpacketsevent.h)
   327 ../interface/modechangeevent.h								SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/modechangeevent.h)
   327 ../interface/modechangeevent.h								OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/modechangeevent.h)
   328 ../interface/returnlinkkeysevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/returnlinkkeysevent.h)
   328 ../interface/returnlinkkeysevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/returnlinkkeysevent.h)
   329 ../interface/pincoderequestevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pincoderequestevent.h)
   329 ../interface/pincoderequestevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pincoderequestevent.h)
   330 ../interface/linkkeyrequestevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeyrequestevent.h)
   330 ../interface/linkkeyrequestevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeyrequestevent.h)
   331 ../interface/linkkeynotificationevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeynotificationevent.h)
   331 ../interface/linkkeynotificationevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linkkeynotificationevent.h)
   332 ../interface/loopbackcommandevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/loopbackcommandevent.h)
   332 ../interface/loopbackcommandevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/loopbackcommandevent.h)
   333 ../interface/databufferoverflowevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/databufferoverflowevent.h)
   333 ../interface/databufferoverflowevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/databufferoverflowevent.h)
   334 ../interface/maxslotschangeevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/maxslotschangeevent.h)
   334 ../interface/maxslotschangeevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/maxslotschangeevent.h)
   335 ../interface/readclockoffsetevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclockoffsetevent.h)
   335 ../interface/readclockoffsetevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readclockoffsetevent.h)
   336 ../interface/connectionpackettypechangedevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/connectionpackettypechangedevent.h)
   336 ../interface/connectionpackettypechangedevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/connectionpackettypechangedevent.h)
   337 ../interface/qosviolationevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/qosviolationevent.h)
   337 ../interface/qosviolationevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/qosviolationevent.h)
   338 ../interface/pagescanrepetitionmodechangeevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pagescanrepetitionmodechangeevent.h)
   338 ../interface/pagescanrepetitionmodechangeevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pagescanrepetitionmodechangeevent.h)
   339 ../interface/flowspecificationcompleteevent.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/flowspecificationcompleteevent.h)
   339 ../interface/flowspecificationcompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/flowspecificationcompleteevent.h)
   340 ../interface/inquiryresultwithrssievent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquiryresultwithrssievent.h)
   340 ../interface/inquiryresultwithrssievent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/inquiryresultwithrssievent.h)
   341 ../interface/readremoteextendedfeaturescompleteevent.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremoteextendedfeaturescompleteevent.h)
   341 ../interface/readremoteextendedfeaturescompleteevent.h		OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readremoteextendedfeaturescompleteevent.h)
   342 ../interface/synchronousconnectioncompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/synchronousconnectioncompleteevent.h)
   342 ../interface/synchronousconnectioncompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/synchronousconnectioncompleteevent.h)
   343 ../interface/synchronousconnectionchangedevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/synchronousconnectionchangedevent.h)
   343 ../interface/synchronousconnectionchangedevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/synchronousconnectionchangedevent.h)
   344 ../interface/sniffsubratingevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sniffsubratingevent.h)
   344 ../interface/sniffsubratingevent.h							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/sniffsubratingevent.h)
   345 ../interface/extendedinquiryresultevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/extendedinquiryresultevent.h)
   345 ../interface/extendedinquiryresultevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/extendedinquiryresultevent.h)
   346 ../interface/encryptionkeyrefreshcompleteevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/encryptionkeyrefreshcompleteevent.h)
   346 ../interface/encryptionkeyrefreshcompleteevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/encryptionkeyrefreshcompleteevent.h)
   347 ../interface/iocapabilityrequestevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityrequestevent.h)
   347 ../interface/iocapabilityrequestevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityrequestevent.h)
   348 ../interface/iocapabilityresponseevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityresponseevent.h)
   348 ../interface/iocapabilityresponseevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/iocapabilityresponseevent.h)
   349 ../interface/userconfirmationrequestevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userconfirmationrequestevent.h)
   349 ../interface/userconfirmationrequestevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userconfirmationrequestevent.h)
   350 ../interface/userpasskeyrequestevent.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeyrequestevent.h)
   350 ../interface/userpasskeyrequestevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeyrequestevent.h)
   351 ../interface/remoteoobdatarequestevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remoteoobdatarequestevent.h)
   351 ../interface/remoteoobdatarequestevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remoteoobdatarequestevent.h)
   352 ../interface/simplepairingcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/simplepairingcompleteevent.h)
   352 ../interface/simplepairingcompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/simplepairingcompleteevent.h)
   353 ../interface/linksupervisiontimeoutchangedevent.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linksupervisiontimeoutchangedevent.h)
   353 ../interface/linksupervisiontimeoutchangedevent.h			OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/linksupervisiontimeoutchangedevent.h)
   354 ../interface/enhancedflushcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/enhancedflushcompleteevent.h)
   354 ../interface/enhancedflushcompleteevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/enhancedflushcompleteevent.h)
   355 ../interface/userpasskeynotificationevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeynotificationevent.h)
   355 ../interface/userpasskeynotificationevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/userpasskeynotificationevent.h)
   356 ../interface/keypressnotificationevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/keypressnotificationevent.h)
   356 ../interface/keypressnotificationevent.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/keypressnotificationevent.h)
   357 ../interface/remotehostsupportedfeaturesnotificationevent.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remotehostsupportedfeaturesnotificationevent.h)
   357 ../interface/remotehostsupportedfeaturesnotificationevent.h	OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/remotehostsupportedfeaturesnotificationevent.h)
   358 
   358 
   359 // Deprecated Commands and Events
   359 // Deprecated Commands and Events
   360 ../interface/readpagescanperiodcommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescanperiodcommand.h)
   360 ../interface/readpagescanperiodcommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescanperiodcommand.h)
   361 ../interface/readpagescanperiodcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescanperiodcompleteevent.h)
   361 ../interface/readpagescanperiodcompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readpagescanperiodcompleteevent.h)
   362 ../interface/writepagescanperiodcommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescanperiodcommand.h)
   362 ../interface/writepagescanperiodcommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescanperiodcommand.h)
   363 ../interface/writepagescanperiodcompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescanperiodcompleteevent.h)
   363 ../interface/writepagescanperiodcompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writepagescanperiodcompleteevent.h)
   364 ../interface/addscoconnectioncommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/addscoconnectioncommand.h)
   364 ../interface/addscoconnectioncommand.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/addscoconnectioncommand.h)
   365 ../interface/pagescanmodechangeevent.h							SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pagescanmodechangeevent.h)
   365 ../interface/pagescanmodechangeevent.h						OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/pagescanmodechangeevent.h)
   366 ../interface/readencryptionmodecommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readencryptionmodecommand.h)
   366 ../interface/readencryptionmodecommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readencryptionmodecommand.h)
   367 ../interface/readencryptionmodecompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readencryptionmodecompleteevent.h)
   367 ../interface/readencryptionmodecompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/readencryptionmodecompleteevent.h)
   368 ../interface/writeencryptionmodecommand.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeencryptionmodecommand.h)
   368 ../interface/writeencryptionmodecommand.h					OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeencryptionmodecommand.h)
   369 ../interface/writeencryptionmodecompleteevent.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeencryptionmodecompleteevent.h)
   369 ../interface/writeencryptionmodecompleteevent.h				OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/writeencryptionmodecompleteevent.h)
   370 
   370 
   371 
   371 
   372 // DEF files for the implementation to use.
   372 // DEF files for the implementation to use.
   373 ../BWINS/commandseventsU.def							/epoc32/include/bluetooth/hci/bwins/commandseventsu.def
   373 ../BWINS/commandseventsU.def							OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/bwins/commandseventsu.def)
   374 ../EABI/commandseventsU.def							/epoc32/include/bluetooth/hci/eabi/commandseventsu.def
   374 ../EABI/commandseventsU.def								OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/hci/eabi/commandseventsu.def)
   375 
   375 
   376 PRJ_MMPFILES
   376 PRJ_MMPFILES
   377 commandsevents_base.mmp
   377 commandsevents_base.mmp