linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* obexd: Question about PBAP support
@ 2010-01-22 12:17 Thomas Zimmermann
  2010-01-22 15:39 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Zimmermann @ 2010-01-22 12:17 UTC (permalink / raw)
  To: linux-bluetooth

Hi,
i tried to write a plugin for obexd to support the phonebook of 
freesmartphone.org.

Browsing the device with "sdptool browse" shows Phonebook Access on channel 
15, so i thing obexd is running properly. But when connecting a real PBAP 
device (tried Parrot Minikit and a BMW car system) the methods in my plugin 
aren't called. (I added some debug output at the beginning of the functions 
and that's not shown.)

So, did someone tried before to use PBAP with a real device?
And how can i help to get this working?

Greets
Thomas

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: obexd: Question about PBAP support
  2010-01-22 12:17 obexd: Question about PBAP support Thomas Zimmermann
@ 2010-01-22 15:39 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2010-01-22 15:39 UTC (permalink / raw)
  To: Thomas Zimmermann; +Cc: linux-bluetooth

Hi Thomas,

On Fri, Jan 22, 2010 at 2:17 PM, Thomas Zimmermann <ml@vdm-design.de> wrote:
> Hi,
> i tried to write a plugin for obexd to support the phonebook of
> freesmartphone.org.
>
> Browsing the device with "sdptool browse" shows Phonebook Access on channel
> 15, so i thing obexd is running properly. But when connecting a real PBAP
> device (tried Parrot Minikit and a BMW car system) the methods in my plugin
> aren't called. (I added some debug output at the beginning of the functions
> and that's not shown.)

Before running obexd you need to make sure that your driver will be
linked as phonebook.c, you can select it by doing
--with-phonebook=<driver name>, this will be expanded to
phonebook-<driver name>.c where it should be implemented.

> So, did someone tried before to use PBAP with a real device?
> And how can i help to get this working?

I got it working with obex-client + pbap-client and obexd + ebook
driver, but pbap code is maybe not mature yet for real devices, the
driver support was just introduced few months ago and of course
patches are welcome.

Regards,


-- 
Luiz Augusto von Dentz
Engenheiro de Computação

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-22 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22 12:17 obexd: Question about PBAP support Thomas Zimmermann
2010-01-22 15:39 ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).