From mboxrd@z Thu Jan 1 00:00:00 1970 From: pavan_savoy@sify.com (Pavan Savoy) Date: Wed, 29 Jun 2011 14:23:53 -0500 Subject: How to find Bluetooth device type In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org 2011/6/29 ???? : > Hi, > I recently started working on Bluetooth. I write a c program to search > nearby bluetooth devices. > In search output, I get different types of bluetooth devices e.g. mobile > phones, laptops. > I want to display only mobile phones's bdaddress. > Where do I get this information form blueZ stack. In which structure the > device type is store. > > I am working on Ubuntu-10.4 and using blueZ-4.94. Oh could be the wrong list, You can ask such questions on linux-bluetooth at vger.kernel.org Also, to answer it is called the class of device can be found in instances at src/device.c & around the src/ directory - try searching for "Class" > Thank you in advance. > > > > > > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > >