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)
committerJean-Baptiste Queru <jbq@google.com>
Thu, 15 Jul 2010 23:21:39 +0000 (16:21 -0700)
commit12f500b84c1a635d0ed951c8c586f81b55fb9f6b
tree38a26710db5e6dbd731b569411483c3582a39a63
parent252a273678109302c6c4a3e35306f5fe9ce52738
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