hello,

inspired from a recent post on misc@ about bt, today I've relaxed
myself and I've given it a try
the test has been made w/ a broadcom usb adapter

bt0 at uhub1 port 1 "Broadcom CCBT2035BDGP23-1" rev 1.10/0.01 addr 2

:::I've installed network libraries and network tools

root# pkg_info | grep blue
bluetooth-libs-20070606 bluetooth network libraries
bluetooth-tools-20070611p0 bluetooth network tools

:::BT configuration:
root# btconfig ubt0 name OpenBSD up

:::Searching for BT devices i.e my mobilephone:
root# btconfig ubt0 inquiry
Device Discovery from device: ubt0 .... 1 response
  1: bdaddr 00:17:4b:da:3e:96
   : name "Nokia XXX"
   : class: [0x50020c] Smart Phone <Object Transfer> <Telephony>
   : page scan rep mode 0x01
   : page scan period mode 0x02
   : page scan mode 0x00
   : clock offset 11508

:::Bluetooth Link Key/PIN Code Manager
root# bthcid
root# btpin -a 00:17:4b:da:3e:96 -p "0000"


:::RFCOMM connection w/ mobile phone.
:::the PIN will be requested on the mobilephone (it was exciting to
see the OpenBSD name!)
root# rfcomm_sppd -a 00:17:4b:da:3e:96 -s 1 -t /dev/ttyp1

::: test the connection
root# cu -l /dev/ttyp1
Connected
AT
OK


:::prepared a ppp.conf w/

 ...
 set device /dev/ttyp1
 ...

this was enough for surfing w/ my mobile.

thanks for the not yet finished BT work!

-- 
see ya,
giovanni

Reply via email to