Ecco i passi per collegare il mio cell via BT
hcitool scan
00:00:00:00:00:00 p1i
trovo cosi' l'ID del device, dopo questo
sudo sdptool browse 00:00:00:00:00:00
[SNIP]
Service Name: Dial-up Networking
Service Description: Symbian OS,UIQ phone
Service Provider: Sony Ericsson
Service RecHandle: 0x1004b
Service Class ID List:
"Dialup Networking" (0x1103)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 7
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100
[/SNIP]
dove mi segno il channel
da qui scrivo il file /etc/bleutooth/rfcomm.conf
rfcomm {
bind yes;
device 00:00:00:00:00:00;
channel 7;
comment "il mio modem BT";
}
Adattando la stringa device e quella channel
Finito questo mi basta un bel /etc/init.d/bluetooth restart
Oppure installo kmobiletools