commit | 146d1d10ebf6ed21b00a3f48ad401b801ec1e12e | [log] [tgz] |
---|---|---|
author | Yoshiharu Kurita <yoshiharu.x.kurita@sonyericsson.com> | Mon Mar 21 14:37:38 2011 +0100 |
committer | Johan Redestig <johan.redestig@sonyericsson.com> | Thu May 26 10:19:03 2011 +0200 |
tree | 502e9cd77695dccfd46b67de42d439d291b661f6 | |
parent | a2407587440d487aa0171638eef29526515fde59 [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