Re: Adressbook with bluez?
From: Andreas Volz <hidden>
Date: 2009-08-06 20:57:26
Am Thu, 6 Aug 2009 12:05:46 +0200 schrieb Artem Makhutov:
Hi, On Tue, Aug 04, 2009 at 06:32:08PM +0200, Andreas Volz wrote:quoted
Am Tue, 4 Aug 2009 07:49:28 +0200 schrieb Artem Makhutov:quoted
Hello, n Mon, Aug 03, 2009 at 08:24:04PM +0200, Andreas Volz wrote:quoted
Hello, I like to read out the address book of my bluetooth phone with bluez. I didn't find any info about this. Is this possible? If not, what is missing in the implementation to get it working?You need to send special AT-Commands over the rfcomm like to the phone.Thanks for your fast answer? How should I do this practically? Could I use minicom? Could I simply open /dev/rfcomm0 and read and write on it?Yes, you can do it this way.quoted
What commands should I send? Are there some more docs/examples about this or could you give me more information?I don't know the commands, but you should be able to find them in the internet. Just search for AT Command Refernece. The commands are also different between the vendors. Each vendor has custom AT Commands.
I found some docs about Nokia (fitting for me) AT commands: http://www.activexperts.com/xmstoolkit/atcommands/nokia/ I see that it's also possible to do stuff (e.g. initiate a call) that works also with HFP. I assume this is better to do with a defined protocol, not? (e.g. with HFP for Linux[1]). regards Andreas [1] http://nohands.sourceforge.net