2005-12-01 16:20:27

by Arpit Rai

[permalink] [raw]
Subject: [Bluez-devel] Definition of hci_conn_info_req

Hi

Another basic question.The statement below is a request to establish
connection with a remote device,right?

struct hci_conn_info_req *cr;
cr = malloc(sizeof(*cr) + sizeof(struct hci_conn_info));

Now,is &cr->bdaddr supposed to be the remote device bluetooth address?

When I convert this value to string and output it, it doesn't give me the
correct value for the remote bluetooth device. It returns 08:04:9A:AC:00:00.
Doesn't make sense to me.

Regards
Arpit


Attachments:
(No filename) (465.00 B)
(No filename) (540.00 B)
Download all attachments