Hi,
now the "brctl addbr br0" command work well , but the PAN service I think don't start well.
I send you my bluetooth start sequence :
hciattach /dev/ttymxc1 texas 3000000
hciconfig hci0 name 'XXX2'
hciconfig hci0 sspmode 1
hciconfig hci0 piscan
hciconfig hci0 up
sdptool -i hci0 add NAP
brctl addbr br0
chmod +x bt-pan
python bt-pan --debug server br0 &
At end I have this error message :
Traceback (most recent call last):
File "bt-pan", line 4, in <module>
import os, sys, time, types, subprocess, signal
ImportError: No module named subprocess
[1]+ Done(1) python bt-pan --debug server br0
If I connect my PC with PAN network service the error on PC is :
Connection is been denied by PAN server [XXX2]
Can you help me ?
Sergio.