[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bluetooth
From: |
Marcel Holtmann |
Subject: |
Re: Bluetooth |
Date: |
18 Feb 2003 23:42:37 +0100 |
Hi Pawel,
> bluetooth_open() is called with:
> bluetooth_open(&state->config.bt_address, state->config.rfcomm_cn, state);
>
> Adding:
> dprintf("%s\n", batostr(&raddr.rc_bdaddr));
> dprintf("%d\n", raddr.rc_channel);
> before connect() in bluetooth_open() shows:
> 00:02:EE:12:9B:F9
> 1
normaly this address must be shown in reverse order.
str2ba and ba2str swaps the address
strtoba and batostr don't swap the address
> PS. Do you ever sleep? It doesn't matter when I send you an email and I
> get the response quite soon :-)
Sometimes ;)
Regards
Marcel
- Re: Bluetooth, (continued)
Re: Bluetooth, Pawel Kot, 2003/02/18
Re: Bluetooth, Pawel Kot, 2003/02/19