Hi.
I'm trying to connect my SE K800 to LAN via rfcomm_pppd.
Reading some previous posts and rfcomm_pppd documentation I'm trying
to use rfcomm_pppd in mrouter mode (-S):
# rfcomm_pppd -s -S -l rfcomm-server -C 7
where
rfcomm-server:
set timeout 0
set lqrperiod 10
set ifaddr 10.0.0.1 10.0.0.2 255.255.255.0
enable lqr
accept lqr
disable pap
deny pap
disable chap
deny chap
The PPP deamon seems to be registered correctly on sdpd:
--------------
Record Handle: 00000000
Service Class ID List:
Service Discovery Server (0x1000)
Protocol Descriptor List:
L2CAP (0x0100)
Protocol specific parameter #1: u/int/uuid16 1
Protocol specific parameter #2: u/int/uuid16 1
Record Handle: 0x00000001
Service Class ID List:
Browse Group Descriptor (0x1001)
Record Handle: 0x00000002
Service Class ID List:
LAN Access Using PPP (0x1102)
Protocol Descriptor List:
L2CAP (0x0100)
RFCOMM (0x0003)
Protocol specific parameter #1: u/int8/bool 7
Bluetooth Profile Descriptor List:
LAN Access Using PPP (0x1102) ver. 1.0
Record Handle: 0x00000003
Service Class ID List:
Serial Port (0x1101)
Protocol Descriptor List:
L2CAP (0x0100)
RFCOMM (0x0003)
Protocol specific parameter #1: u/int8/bool 7
Bluetooth Profile Descriptor List:
Serial Port (0x1101) ver. 1.0
--------------
On the phone I can see the ubt0 device as a valid "Internet Profile"
but the list of service supported after an inquiring is empty.
Trying to use that "Internet" connection has no success.
Do you have any clue?
Thanks. Carlo
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth
To unsubscribe, send any mail to "[EMAIL PROTECTED]"