OSDN Git Service

PullvCardList implemented according to specification
authorOla Johnsson <ola.johnsson@sonyericsson.com>
Wed, 16 Jun 2010 08:39:05 +0000 (10:39 +0200)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 4 Oct 2010 12:14:19 +0000 (14:14 +0200)
commit4ce32fccf381a3b448f0d5ff56665201c0e0e6d3
tree81752a0c5449b3e4e14ab7625c72f6a346a927b2
parent34760a3117ff3fe4f1e8fe80c9367bcc7390c2b6
PullvCardList implemented according to specification

The value tag sent as a byte array was not parsed correctly
leading to illegal strings. The list count value was not used
according to the specification, now refers to number of entries
that should be returned. Specification for Phone book access
profile chapter 5.3 default max list size of OxFFFF (65535)
taken from 5.3.4.4. Now uses default values when Application
Parameter headers are missing.

Change-Id: Ib17f2208a91b4f896d9beebaf3a21566502ac291
src/com/android/bluetooth/pbap/BluetoothPbapObexServer.java