2004-03-31 10:30:49

by zubiwat

[permalink] [raw]
Subject: [Bluez-devel] Connection

Hi
I have problems with identifying bytes when I'm trying to connect to the other BT. On my PC I'm looking for services and on the other BT I get this answer:
02 28 00 0C 00 08 DD 01 00 02 01 04 00 01 00 52 00 02 28 20 0C 00 08 00 01 00 02 02 04 00 01 00 53 00 04 05 04 00 28 00 13

I think this is ACL Data Packet according to BlueZ hci.h file where it's defined as :
#define HCI_ACLDATA_PKT 0x02

Am I wrong?

Please tell me what should I do to connect 2 BT donngles to send simple 'a' or other ascii. What are steps while making connection between 2 BT through rfcomm?

Regards

Maciej