commit | ce8d51a3a43d113a4a6bad30d595c2a81d0f623c | [log] [tgz] |
---|---|---|
author | Yoshiharu Kurita <yoshiharu.x.kurita@sonyericsson.com> | Mon Mar 21 14:37:38 2011 +0100 |
committer | Jaikumar Ganesh <jaikumar@google.com> | Mon Aug 29 11:13:38 2011 -0700 |
tree | d520f2beb99df8bfc2143f35f1d6929ee43d34c0 | |
parent | cab07635ea60924a4e9dc13f87a4408988ad4c57 [diff] |
Handle PBAP response packet as raw bytes Adjust PBAP response packet to be always handled as bytes. Currently, it is handled as string when is read from internal data. This causes the lack of PullvCardListing packet and the abort of PullPhonebook transaction when multi-byte characters are contained into corresponding contacts. This fix will avoid the lack and the abort by writing whole packet into the target stream as byte. Change-Id: I17ee3ada25718cc263c9e0942f75605bd971b638