<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Checking if Bluetooth is ON or OFF (Here is the Ans) - Comments</title>
 <link>http://www.newlc.com/topic-3518</link>
 <description>Comments for &quot;Checking if Bluetooth is ON or OFF (Here is the Ans)&quot;</description>
 <language>en</language>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-43556</link>
 <description>&lt;p&gt;always return true on UIQ3 &lt;img src=&quot;/sites/all/modules/smileys/packs/example/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; /&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 18 Dec 2007 03:08:32 +0100</pubDate>
 <dc:creator>migr</dc:creator>
 <guid isPermaLink="false">comment 43556 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-42384</link>
 <description>&lt;p&gt;i tried to run the code below  :&lt;br /&gt;
RHostResolver hr;&lt;br /&gt;
TInt res = false;&lt;br /&gt;
bool BTon = 0;&lt;br /&gt;
   &lt;br /&gt;
RSocketServ socketServer;&lt;br /&gt;
User::LeaveIfError(socketServer.Connect());       &lt;br /&gt;
CleanupClosePushL(socketServer);&lt;br /&gt;
   &lt;br /&gt;
TProtocolDesc pInfo;&lt;br /&gt;
User::LeaveIfError(socketServer.FindProtocol(_L(&quot;BTLinkManager&quot;),pInfo));&lt;br /&gt;
User::LeaveIfError(res = hr.Open(socketServer, KBTAddrFamily, pInfo.iProtocol));&lt;br /&gt;
   &lt;br /&gt;
if (res != KErrNone) {    //BT = OFF&lt;br /&gt;
           BTon = 0;&lt;br /&gt;
}else{&lt;br /&gt;
           BTon = 1;                //BT = ON&lt;br /&gt;
           hr.Close();&lt;br /&gt;
}&lt;br /&gt;
         CleanupStack::PopAndDestroy(1);&lt;/p&gt;

&lt;p&gt;But  the value of res= -1  in the statement  User::LeaveIfError(res = hr.Open(socketServer, KBTAddrFamily, pInfo.iProtocol));  &lt;br /&gt;
as a result the program panic.....&lt;/p&gt;

&lt;p&gt;Plz help me.......&lt;/p&gt;</description>
 <pubDate>Thu, 18 Oct 2007 10:09:43 +0200</pubDate>
 <dc:creator>aruns</dc:creator>
 <guid isPermaLink="false">comment 42384 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10691</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Use Dumpbin /EXPORTS *.lib&lt;br /&gt;&lt;br /&gt;Obviously you can only dump WINS binaries with dumpbin utility.Â  &lt;/div&gt;</description>
 <pubDate>Mon, 05 Jun 2006 18:23:17 +0200</pubDate>
 <dc:creator>tan_aslam</dc:creator>
 <guid isPermaLink="false">comment 10691 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10690</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&amp;quot;Rino&amp;quot; when talking about &amp;quot;this class&amp;quot; it would be intresting to &lt;br /&gt;know if you mean CBTMCMSettings or CSettingInfo ?&lt;br /&gt;&lt;br /&gt;CBTMCMSettings does exists for S60v1 (Symbian 6.1) phones, so I assume you mean CSettingsInfo.&lt;br /&gt;&lt;br /&gt;Most software needs some rewrites for New major release. Also many times minor releases. If you are working with specific features, they may not be even available. Like it or not this is the symbian way.&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 18 May 2006 12:47:54 +0200</pubDate>
 <dc:creator>jkekoni</dc:creator>
 <guid isPermaLink="false">comment 10690 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10689</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Also this class has been removed from 3rd edition&lt;/div&gt;</description>
 <pubDate>Wed, 22 Mar 2006 13:32:05 +0100</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 10689 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10688</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;This is not supported in older ver.6 phones. If you support only new phones then it&amp;#039;s probably OK.&lt;/div&gt;</description>
 <pubDate>Wed, 22 Mar 2006 08:19:19 +0100</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 10688 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10687</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;A much simpler method using CSettingInfo::Get (SettingInfo::EBluetoothPowerMode) seems to work all right for me on a Nokia 6600. Are there any reasons to avoid using it, maybe some incompatibilities on other phone models?&lt;/div&gt;</description>
 <pubDate>Wed, 22 Mar 2006 01:10:25 +0100</pubDate>
 <dc:creator>djgtram</dc:creator>
 <guid isPermaLink="false">comment 10687 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10686</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Has anyone figured out the same stuff for 3rd edition?&lt;/div&gt;</description>
 <pubDate>Thu, 16 Mar 2006 15:46:29 +0100</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 10686 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10685</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&amp;nbsp;TInt GetConnectionStatus(int &amp;amp;a); ?&lt;/div&gt;</description>
 <pubDate>Wed, 15 Mar 2006 16:09:22 +0100</pubDate>
 <dc:creator>jkekoni</dc:creator>
 <guid isPermaLink="false">comment 10685 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10684</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I need to know in my app if BT is activated or not in the phone, so I tried the first method exposed in this thread but it always returns true (BTon = 1). Does anyone know another method to get it? Did I forget something?&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; RHostResolver hr;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;TInt res = false;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;bool BTon = 0;&lt;br /&gt;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;RSocketServ socketServer;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;User::LeaveIfError(socketServer.Connect());&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;CleanupClosePushL(socketServer);&lt;br /&gt;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;TProtocolDesc pInfo;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;User::LeaveIfError(socketServer.FindProtocol(_L(&amp;quot;BTLinkManager&amp;quot;),pInfo)); &lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;User::LeaveIfError(res = hr.Open(socketServer, KBTAddrFamily, pInfo.iProtocol));&lt;br /&gt;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;if (res != KErrNone) {&amp;nbsp; &amp;nbsp; //BT = OFF&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BTon = 0;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;}else{&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BTon = 1;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //BT = ON&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hr.Close();&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;}&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CleanupStack::PopAndDestroy(1);&lt;/div&gt; &lt;br /&gt;&lt;br /&gt;Thanks in advance!&lt;br /&gt;&lt;br /&gt; JosÃ© Luis (Spain)&lt;/div&gt;</description>
 <pubDate>Wed, 15 Mar 2006 00:30:45 +0100</pubDate>
 <dc:creator>anavas44</dc:creator>
 <guid isPermaLink="false">comment 10684 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10683</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;I have checked this S60V2FP1 SDK with Borland tools and tested on Nokia 6630.&lt;br /&gt;&lt;/div&gt;... and Nokia 6600&lt;/div&gt;</description>
 <pubDate>Wed, 08 Mar 2006 12:44:44 +0100</pubDate>
 <dc:creator>jkekoni</dc:creator>
 <guid isPermaLink="false">comment 10683 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10682</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Here are short instructions that are supposed to readable without quesing anything and without having old version Visual C++ dumpbin.exe.&lt;br /&gt;&lt;br /&gt;bteng.h&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;#ifndef BT_ENG_HACK_H&lt;br /&gt;#define BT_ENG_HACK_H&lt;br /&gt;// link against BTENG.LIB copied from SDK 1.2&lt;br /&gt;&lt;br /&gt;// these are headers that are just not included&lt;br /&gt;// in the SDK, so I had to reverse engineer them&lt;br /&gt;//C:\Symbian\tilion\group&amp;gt;&amp;quot;c:\Program Files\Borland\CBuilder6\Bin\expdump.exe&amp;quot; &lt;br /&gt;//&amp;nbsp; &amp;nbsp;C:\Symbian\Series60_1_2_B\epoc32\release\winsb\udeb\BTENG.LIB&lt;br /&gt;class MBTMCMSettingsCB&lt;br /&gt;{&lt;br /&gt;};&lt;br /&gt;class CBTMCMSettings;&lt;br /&gt;class CBTMCMSettings&lt;br /&gt;{&lt;br /&gt; public:&lt;br /&gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp; static CBTMCMSettings* NewLC(MBTMCMSettingsCB *x);&lt;br /&gt;&amp;nbsp; &amp;nbsp; static CBTMCMSettings* NewL(MBTMCMSettingsCB&amp;nbsp; *x);&lt;br /&gt;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; void SetPowerStateL(TBool a, TBool b);&lt;br /&gt;&amp;nbsp; &amp;nbsp; void GetPowerStateL(TBool &amp;amp;a);&lt;br /&gt;&amp;nbsp; &amp;nbsp; TInt GetConnectionStatus(int &amp;amp;a);&lt;br /&gt;};&lt;br /&gt;#endif&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Then you need to install SDK 1.2.&lt;br /&gt;&lt;br /&gt;Then you need to copy bteng.lib file from:&lt;br /&gt;C:\Symbian\Series60_1_2_B\epoc32\relese\armi\udeb&lt;br /&gt;to:&lt;br /&gt;C:\Symbian\7.0s\Series60_v21\Epoc32\release\armi\udeb&lt;br /&gt;and&lt;br /&gt;&lt;br /&gt;C:\Symbian\Series60_1_2_B\epoc32\relese\armi\urel&lt;br /&gt;to:&lt;br /&gt;C:\Symbian\7.0s\Series60_v21\Epoc32\release\armi\urel&lt;br /&gt;(and same to thumb).&lt;br /&gt;&lt;br /&gt;You need to link againts&lt;br /&gt;bteng.lib in mmp file.&lt;br /&gt;&lt;br /&gt;And the following code will turn on BT.&lt;br /&gt;The compiled code works with 6630.&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;&amp;nbsp; &amp;nbsp; // turn on Bluetooth in case it was off&lt;br /&gt;&amp;nbsp; &amp;nbsp; settings= CBTMCMSettings::NewL( (MBTMCMSettingsCB*)NULL );&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&amp;nbsp; &amp;nbsp; settings-&amp;gt;SetPowerStateL(ETrue,EFalse ); // on, off is (EFalse,EFalse)&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;I have checked this S60V2FP1 SDK with Borland tools and tested on N6630.&lt;br /&gt;&lt;br /&gt;I have not cheked this with emulator, but no-one has the BT/internet working with the emulator anyway.&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 08 Mar 2006 12:42:22 +0100</pubDate>
 <dc:creator>jkekoni</dc:creator>
 <guid isPermaLink="false">comment 10682 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10681</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I have no Visual C++ 6.0&lt;br /&gt;&lt;br /&gt;I Tried the dumpbin from microsoft SDK, but it is obisiously&amp;nbsp; not doing what itis supposed to.&lt;br /&gt;&lt;br /&gt;Can someone email me the headers created from that lib?&lt;br /&gt;&lt;br /&gt;My email &lt;a href=&quot;mailto:jkekoni@utbl.net&quot;&gt;jkekoni@utbl.net&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;What the SDK version does: &lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;&lt;br /&gt;&lt;br /&gt;Microsoft (R) COFF/PE Dumper Version 7.10.2240.8&lt;br /&gt;Copyright (C) Microsoft Corporation.&amp;nbsp; All rights reserved.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Dump of file c:\Symbian\8.0a\S60_2nd_FP2\epoc32\release\wins\udeb\BTENG.DLL&lt;br /&gt;&lt;br /&gt;PE signature found&lt;br /&gt;&lt;br /&gt;File Type: DLL&lt;br /&gt;&lt;br /&gt;FILE HEADER VALUES&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14C machine (x86)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;7 number of sections&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4176D342 time date stamp Thu Oct 21 00:06:10 2004&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 file pointer to symbol table&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 number of symbols&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; E0 size of optional header&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 210E characteristics&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Executable&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Line numbers stripped&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Symbols stripped&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;32 bit word machine&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DLL&lt;br /&gt;&lt;br /&gt;OPTIONAL HEADER VALUES&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10B magic # (PE32)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6.00 linker version&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; B000 size of code&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C000 size of initialized data&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 size of uninitialized data&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A702 entry point (1000A702)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1000 base of code&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C000 base of data&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10000000 image base (10000000 to 10017FFF)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1000 section alignment&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1000 file alignment&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4.00 operating system version&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.00 image version&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4.00 subsystem version&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 Win32 version&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;18000 size of image&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1000 size of headers&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 checksum&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2 subsystem (Windows GUI)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 DLL characteristics&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100000 size of stack reserve&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1000 size of stack commit&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100000 size of heap reserve&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1000 size of heap commit&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 loader flags&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10 number of directories&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;11460 [&amp;nbsp; &amp;nbsp; &amp;nbsp;287] RVA [size] of Export Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;13000 [&amp;nbsp; &amp;nbsp; &amp;nbsp;140] RVA [size] of Import Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0] RVA [size] of Resource Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0] RVA [size] of Exception Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0] RVA [size] of Certificates Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;17000 [&amp;nbsp; &amp;nbsp; &amp;nbsp;4F8] RVA [size] of Base Relocation Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C000 [&amp;nbsp; &amp;nbsp; &amp;nbsp; 1C] RVA [size] of Debug Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0] RVA [size] of Architecture Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0] RVA [size] of Global Pointer Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0] RVA [size] of Thread Storage Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0] RVA [size] of Load Configuration Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0] RVA [size] of Bound Import Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;13804 [&amp;nbsp; &amp;nbsp; &amp;nbsp;6C4] RVA [size] of Import Address Table Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0] RVA [size] of Delay Import Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0] RVA [size] of COM Descriptor Directory&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 [&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0] RVA [size] of Reserved Directory&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SECTION HEADER #1&lt;br /&gt;&amp;nbsp; &amp;nbsp;.text name&lt;br /&gt;&amp;nbsp; &amp;nbsp; AC8C virtual size&lt;br /&gt;&amp;nbsp; &amp;nbsp; 1000 virtual address (10001000 to 1000BC8B)&lt;br /&gt;&amp;nbsp; &amp;nbsp; B000 size of raw data&lt;br /&gt;&amp;nbsp; &amp;nbsp; 1000 file pointer to raw data (00001000 to 0000BFFF)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 file pointer to relocation table&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 file pointer to line numbers&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 number of relocations&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 number of line numbers&lt;br /&gt;60000020 flags&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Code&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Execute Read&lt;br /&gt;&lt;br /&gt;RAW DATA #1&lt;br /&gt;&amp;nbsp; 10001000: CC CC CC CC CC E9 B6 38 00 00 E9 69 54 00 00 E9&amp;nbsp; ÃŒÃŒÃŒÃŒÃŒÃ©Â¶8..Ã©iT..Ã©&lt;br /&gt;&amp;nbsp; 10001010: F1 21 00 00 E9 07 3D 00 00 E9 0F 4E 00 00 E9 6A&amp;nbsp; Ã±!..Ã©.=..Ã©.N..Ã©j&lt;br /&gt;&amp;nbsp; 10001020: 0E 00 00 E9 08 3B 00 00 E9 53 63 00 00 E9 70 31&amp;nbsp; ...Ã©.;..Ã©Sc..Ã©p1&lt;br /&gt;&amp;nbsp; 10001030: 00 00 E9 2E 24 00 00 E9 6B 94 00 00 E9 8F 61 00&amp;nbsp; ..Ã©.$..Ã©k...Ã©.a.&lt;br /&gt;&amp;nbsp; 10001040: 00 E9 05 0F 00 00 E9 45 39 00 00 E9 A0 17 00 00&amp;nbsp; .Ã©....Ã©E9..Ã© ...&lt;br /&gt;&amp;nbsp; 10001050: E9 27 0C 00 00 E9 89 7E 00 00 E9 21 5F 00 00 E9&amp;nbsp; Ã©&amp;#039;...Ã©.~..Ã©!_..Ã©&lt;/div&gt;&lt;br /&gt;...&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 01 Mar 2006 10:55:51 +0100</pubDate>
 <dc:creator>jkekoni</dc:creator>
 <guid isPermaLink="false">comment 10681 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10680</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;How about UIQ 2.1??? &lt;br /&gt;&lt;br /&gt;How to turn on Bluetooth on UIQ? &lt;br /&gt;&lt;br /&gt;In UIQ there is no BTEng.dll and there&amp;#039;s no btnotif.h.&lt;br /&gt;&lt;br /&gt;Anyone has the solution?&lt;/div&gt;</description>
 <pubDate>Thu, 08 Sep 2005 23:13:44 +0200</pubDate>
 <dc:creator>213</dc:creator>
 <guid isPermaLink="false">comment 10680 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518#comment-10679</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;You must create a pointer first. These are not static functions.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;CBTMCMSettings * btset=CBTMCMSettings::NewLC(NULL);&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;btset-&amp;gt;SetPowerStateL(ETrue,EFalse);&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;CleanupStack::PopAndDestroy();&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 15 Aug 2005 10:25:14 +0200</pubDate>
 <dc:creator>riho</dc:creator>
 <guid isPermaLink="false">comment 10679 at http://www.newlc.com</guid>
</item>
<item>
 <title>Checking if Bluetooth is ON or OFF (Here is the Ans)</title>
 <link>http://www.newlc.com/topic-3518</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/topic-3518&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/topic-3518#comments</comments>
 <category domain="http://www.newlc.com/forums/bluetooth">Bluetooth &amp;amp; Wifi</category>
 <pubDate>Thu, 04 Nov 2004 02:42:03 +0100</pubDate>
 <dc:creator>Muralidharan</dc:creator>
 <guid isPermaLink="false">4441 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
