Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2007 21:46:47 +0100
From:      "Carlo Baliello" <baliello@gmail.com>
To:        freebsd-bluetooth@freebsd.org
Subject:   SE K800 to LAN via rfcomm_pppd
Message-ID:  <17d71ad70702141246t13a2c987yebe6aca8bb283e69@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17d71ad70702141246t13a2c987yebe6aca8bb283e69>