OSDN Git Service

Bluetooth: Add vCard version support for call history.
authorXiaodong Xu <xiaodong.xu@sonyericsson.com>
Tue, 21 Dec 2010 10:52:59 +0000 (11:52 +0100)
committerJohan Redestig <johan.redestig@sonyericsson.com>
Tue, 21 Dec 2010 10:52:59 +0000 (11:52 +0100)
commit9935a310a4f36c9f835c5c3aa2f604ddc36cabb1
tree4b89a3bc88204bd36d0072a1873902b508db93a2
parente7f887dab2591a46ecf80616e00f33bb5d847935
Bluetooth: Add vCard version support for call history.

Under current implementation, PSE only deliver call history
under format VCard2.1 to PCE, this is not correct according to
PBAP specification, which says "The PSE shall support both
vCard2.1 and vCard3.0 versions and deliver the Entries to the
PCE under the format version that is requested by the PCE."
This fix is to make implementation following such PBAP
specificaiton.

Change-Id: Id0146d0887bad3bd066109ecd3be674b3106bced
src/com/android/bluetooth/pbap/BluetoothPbapCallLogComposer.java
src/com/android/bluetooth/pbap/BluetoothPbapVcardManager.java