Re: How do I make the computer visible to the mobile phone?
From: Mark Hobley <hidden>
Date: 2011-06-25 19:03:34
--- On Sat, 25/6/11, Peter Hurley <peter@hurleysoftware.com> wrote:
From: Peter Hurley <redacted> Subject: Re: How do I make the computer visible to the mobile phone? To: "markhobley@yahoo.co.uk" <redacted> Cc: "linux-bluetooth@vger.kernel.org" <redacted> Date: Saturday, 25 June, 2011, 17:27 On Sat, 2011-06-25 at 08:44 -0400, Mark Hobley wrote:quoted
I am using Debian (Mixed/Unstable) and I have a NanoTiny Bluetooth adapterquoted
that uses an Accel Semiconductor microchip. The mobilephone is visible toquoted
the computer, but I cannot see the computer from themobile phone. How do Iquoted
make the computer visible to my mobile phone?sudo hciconfig hci0 piscan Should work. Did you resolve your earlier problem with timeouts? http://marc.info/?l=linux-bluetooth&m=130877416213307&w=2
In a terminal: hcitool scan should print out the BD_ADDR of the phone bluez-simple-agent hci0 BD_ADDR should pair. What happens? The typical way to debug bluetooth issues is: 1. add debug flag "-d" to bluetoothd command line and then review system log 2. run hcidump while performing operation that's not working sudo hcidump -tVX > filename -or- sudo hcidump -t --save-dump=filename hcidump -tVXr filename Post the dump and let someone look at it.quoted
Class: 0x4a0100 Service Classes:Networking, Capturing, Telephonyquoted
Device Class:Computer, Uncategorized These look ok to me.quoted
Does anyone know what the class codes are?Class_of_device is defined here: https://www.bluetooth.org/Technical/AssignedNumbers/baseband.htm
quoted
Should I change the class code in the /etc/bluetooth/main.conf configuration file?No.