On Monday 28 March 2011 09:54 AM, Vijith PA wrote: > Hi, > > if anyone know what is the device name of in Built Bluetooth in linux , if i > uses external bluetooth through usb it was found on /dev/ttyUSB0 and in > serial ports connection was /dev/ttyS0.....
I don't think bluez creates any device files inside /dev. hci* interfaces are just like our eth* interfaces, you just modprobe the driver, and talk with them through their interface name, they will never create a file in /dev directory. To see the name of your bluetooth device, here is the command, $ sudo hciconfig -a Thanks, Mohan R _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
