<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; bluetooth devices</title>
	<atom:link href="http://www.ghacks.net/tag/bluetooth-devices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Display All Detected Bluetooth Devices</title>
		<link>http://www.ghacks.net/2009/08/03/display-all-detected-bluetooth-devices/</link>
		<comments>http://www.ghacks.net/2009/08/03/display-all-detected-bluetooth-devices/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 08:46:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[bluetooth device]]></category>
		<category><![CDATA[bluetooth devices]]></category>
		<category><![CDATA[bluetooth dongle]]></category>
		<category><![CDATA[nirsoft]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14997</guid>
		<description><![CDATA[All recent Microsoft operating systems (that is Windows XP, Windows Vista and Windows 7) come with Bluetooth support provided they are equipped with a Bluetooth Dongle or other hardware device that is used to detect and connect the Bluetooth devices in the proximity of the computer system.
Bluetooth CL has been designed to provide a quick [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/bluetooth.jpg" alt="bluetooth" title="bluetooth" width="128" height="128" class="alignleft size-full wp-image-12573" />All recent Microsoft operating systems (that is Windows XP, Windows Vista and <a href="http://windows7news.com/">Windows 7</a>) come with Bluetooth support provided they are equipped with a Bluetooth Dongle or other hardware device that is used to detect and connect the Bluetooth devices in the proximity of the computer system.</p>
<p>Bluetooth CL has been designed to provide a quick and effective way of detecting Bluetooth devices on computer systems running Windows that support Bluetooth. It is a command line software that detects Bluetooth devices and displays its MAC address, name, major and minor device type and optionally the company name of the device. </p>
<p><span id="more-14997"></span>The command line tool does not come with a lot of options unlike other Nirsoft applications. It can be executed by simply launching BluetoothCL.exe without parameters. The results are then displayed in the command line window. It is possible to dump the results in a text file by simply appending > bluetooth.txt (or whatever you want to name the text file) after the file name.</p>
<p>The only other parameter that is available is the timeout parameter that defines the timeout for the Bluetooth scanning process. Appending -timeout xx where xx is the time in seconds will do the trick. To dump a list of all Bluetooth devices in the file blue.txt with a timeout of 20 seconds one would issue the following command:</p>
<p><code>BluetoothCL.exe -timeout 20 > blue.txt</code></p>
<p>The company name of the device cannot be detected unless the text document <a href="http://standards.ieee.org/regauth/oui/oui.txt">oui.txt</a> is downloaded from another website and put in the same directory as the <a href="http://www.nirsoft.net/utils/bluetoothcl.html">BluetoothCL</a> executable.</p>

	Tags: <a href="http://www.ghacks.net/tag/bluetooth/" title="bluetooth" rel="tag">bluetooth</a>, <a href="http://www.ghacks.net/tag/bluetooth-device/" title="bluetooth device" rel="tag">bluetooth device</a>, <a href="http://www.ghacks.net/tag/bluetooth-devices/" title="bluetooth devices" rel="tag">bluetooth devices</a>, <a href="http://www.ghacks.net/tag/bluetooth-dongle/" title="bluetooth dongle" rel="tag">bluetooth dongle</a>, <a href="http://www.ghacks.net/tag/nirsoft/" title="nirsoft" rel="tag">nirsoft</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/04/bluetooth-devices-scanner/" title="Bluetooth Devices Scanner (May 4, 2009)">Bluetooth Devices Scanner</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/10/31/windows-system-control-center/" title="Windows System Control Center (October 31, 2008)">Windows System Control Center</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/09/24/windows-shortcuts-manager/" title="Windows Shortcuts Manager (September 24, 2009)">Windows Shortcuts Manager</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/27/windows-registry-monitoring/" title="Windows Registry Monitoring With RegFromApp (May 27, 2009)">Windows Registry Monitoring With RegFromApp</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/27/windows-operating-systems-special-folders-view/" title="Windows Operating Systems Special Folders View (April 27, 2009)">Windows Operating Systems Special Folders View</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/03/display-all-detected-bluetooth-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetooth Devices Scanner</title>
		<link>http://www.ghacks.net/2009/05/04/bluetooth-devices-scanner/</link>
		<comments>http://www.ghacks.net/2009/05/04/bluetooth-devices-scanner/#comments</comments>
		<pubDate>Mon, 04 May 2009 13:44:10 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[bluetooth device]]></category>
		<category><![CDATA[bluetooth devices]]></category>
		<category><![CDATA[nirsoft]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/05/04/bluetooth-devices-scanner/</guid>
		<description><![CDATA[Bluetooth View is a  portable software program by one of our favorite software developers Nirsoft. It is a lightweight software program running in the background of a computer system that monitors the activity of Bluetooth devices in the vicinity. It will display various information about each detected device and can notify the current user [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/bluetooth.jpg" alt="bluetooth" title="bluetooth" width="128" height="128" class="alignleft size-full wp-image-12573" />Bluetooth View is a  portable software program by one of our favorite software developers Nirsoft. It is a lightweight software program running in the background of a computer system that monitors the activity of Bluetooth devices in the vicinity. It will display various information about each detected device and can notify the current user if a new Bluetooth device has been detected.</p>
<p><span id="more-12578"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/05/bluetooth_devices.gif" alt="bluetooth devices" title="bluetooth devices" width="498" height="199" class="alignnone size-full wp-image-12577" /></p>
<p>The Bluetooth software will display information like the device name, Bluetooth address, major and minor device type plus the first and last detection time. The program can either notify the user by displaying a balloon tip in the Windows system tray or by playing a sound. Interesting for some users is the surveillance opportunity that arises as the first and last detection time are recorded. An example would be to know when family members or neighbors arrived or left.</p>
<p><a href="http://www.nirsoft.net/utils/bluetooth_viewer.html">Bluetooth View</a> can try to connect to any detected Bluetooth device. This can be used to test the connection. No data will be transferred however and the connection will be closed automatically afterwards. The program requires a Bluetooth dongle and either Windows XP or Windows Vista. The program probably works fine under <a href="http://windows7news.com/">Windows 7</a> as well. Bluetooth View is an excellent software program for detecting Bluetooth devices.</p>

	Tags: <a href="http://www.ghacks.net/tag/bluetooth/" title="bluetooth" rel="tag">bluetooth</a>, <a href="http://www.ghacks.net/tag/bluetooth-device/" title="bluetooth device" rel="tag">bluetooth device</a>, <a href="http://www.ghacks.net/tag/bluetooth-devices/" title="bluetooth devices" rel="tag">bluetooth devices</a>, <a href="http://www.ghacks.net/tag/nirsoft/" title="nirsoft" rel="tag">nirsoft</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/03/display-all-detected-bluetooth-devices/" title="Display All Detected Bluetooth Devices (August 3, 2009)">Display All Detected Bluetooth Devices</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/10/31/windows-system-control-center/" title="Windows System Control Center (October 31, 2008)">Windows System Control Center</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/09/24/windows-shortcuts-manager/" title="Windows Shortcuts Manager (September 24, 2009)">Windows Shortcuts Manager</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/27/windows-registry-monitoring/" title="Windows Registry Monitoring With RegFromApp (May 27, 2009)">Windows Registry Monitoring With RegFromApp</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/27/windows-operating-systems-special-folders-view/" title="Windows Operating Systems Special Folders View (April 27, 2009)">Windows Operating Systems Special Folders View</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/04/bluetooth-devices-scanner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
