![]() |
2010-04-21
, 14:36
|
Posts: 36 |
Thanked: 11 times |
Joined on Dec 2009
|
#42
|
I saw some IrMC code in the opensync package (up to version 0.36) See
http://opensync.org/download/releases/0.36
but I'm a bit confused about server versus clients... The opensync READMEs talk about opensync as being a client... but maybe it can work as a server too.
![]() |
2010-04-21
, 14:57
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#43
|
![]() |
2010-04-21
, 15:02
|
Posts: 159 |
Thanked: 122 times |
Joined on Nov 2009
|
#44
|
This is how hcidump looks with my car kit:
...
No such request is ever seen from my kit for the PBAP profile though.
![]() |
2010-04-21
, 15:07
|
Posts: 36 |
Thanked: 11 times |
Joined on Dec 2009
|
#45
|
Same with mine. I am still waiting for an answer from parrot.
Another idea would be "phonebook over AT commands". This is implemented e.g. in Android:
http://sites.google.com/a/android.co...tooth-features
My Parrot asks for AT+CPBS=?.
According to
http://www.phys.unsw.edu.au/~mcba/ir...ommand_Set.pdf
and
http://www.anotherurl.com/library/at_test.htm
This asks for the available phonebooks.
This has to be implemented in bluez/audio/headset.c and should then call a function in telephony-XXX.c
![]() |
2010-04-21
, 17:38
|
Posts: 36 |
Thanked: 11 times |
Joined on Dec 2009
|
#46
|
![]() |
2010-04-21
, 19:10
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#47
|
![]() |
2010-04-21
, 20:01
|
Posts: 36 |
Thanked: 11 times |
Joined on Dec 2009
|
#48
|
REQ(0x2), GET(0x3), (null)(0x0) OBEX_HDR_NAME: telecom/pb/luid/0.log REQDONE(0x3), GET(0x3), (null)(0x0)
![]() |
2010-04-22
, 08:57
|
Posts: 159 |
Thanked: 122 times |
Joined on Nov 2009
|
#49
|
...
That thing is supposed to give some kind of changelog for the phonebook entries, and unfortunately support for it is mandatory in Bluetooth IRMC sync (but not in the original IR IRMC sync).
Might be some way to cheat here, but I don't know the format of that log file...
![]() |
2010-04-22
, 09:03
|
Posts: 36 |
Thanked: 11 times |
Joined on Dec 2009
|
#50
|
I found this doc link:
http://www.pday.com.cn/technology/ir.../IrMC_v1p1.pdf
Maybe it helps?
http://opensync.org/download/releases/0.36
but I'm a bit confused about server versus clients... The opensync READMEs talk about opensync as being a client... but maybe it can work as a server too.