[android-developers] Re: PBAP CLIENT

2012-10-24 Thread yulongfei
htc g11 also return OBEX_HTTP_UNAVAILABLE 。 htc modify a lot about pbap server did you resolve this problem? 在 2011年5月20日星期五UTC+8下午6时27分18秒,Anirudh Kashyap写道: Hi, I have implemented a PBAP client. I am able to establish a OBEX Connection and connect to the PBAP server on the other

[android-developers] Re: PBAP CLIENT

2012-09-07 Thread yulongfei
my proble is the same with you , can you show your source code on the web? did you use uuid? 在 2011年5月20日星期五UTC+8下午6时27分18秒,Anirudh Kashyap写道: Hi, I have implemented a PBAP client. I am able to establish a OBEX Connection and connect to the PBAP server on the other android device. I

[android-developers] Re: PBAP CLIENT

2012-09-07 Thread yulongfei
/** * Defines the OBEX SERVICE UNAVAILABLE response code. * P * The value of codeOBEX_HTTP_UNAVAILABLE/code is 0xD3 (211). */ public static final int OBEX_HTTP_UNAVAILABLE = 0xD3; I can connect to htc increditable s , it returns response code : 0xD3.