diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/bluetoothpmpexample_8hrh_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/bluetoothpmpexample_8hrh_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,40 @@ + + + + +TB9.2 Example Applications: examples/ForumNokia/BluetoothPMPExample/inc/bluetoothpmpexample.hrh Source File + + + + + +

examples/ForumNokia/BluetoothPMPExample/inc/bluetoothpmpexample.hrh

00001 /*
+00002  * Copyright © 2009 Nokia Corporation.
+00003  */
+00004 
+00005 #ifndef BLUETOOTHPMPEXAMPLE_HRH
+00006 #define BLUETOOTHPMPEXAMPLE_HRH
+00007 
+00008 enum TBluetoothPMPExampleCommandIds
+00009     {
+00010     EBTCmdDiscoverDevices = 1,
+00011     EBTCmdStopDiscovery,
+00012     EBTCmdDiscoverServices,
+00013     EBTCmdConnectDevices,
+00014     EBTCmdShowConnectedDevices,
+00015     EBTCmdSendMessage,
+00016     EBTCmdStartSlave,
+00017     EBtCmdClearScreen,
+00018     EBtCmdBluetoothSetLimitedDiscoverableStatusOn,
+00019     EBtCmdBluetoothSetLimitedDiscoverableStatusOff,
+00020     EBTCmdDisconnect,
+00021     EBTCmdDisconnectDevices
+00022     };
+00023 
+00024 #endif      // BLUETOOTHPMPEXAMPLE_HRH
+
+
Generated by  + +doxygen 1.6.2
+ +