OSDN Git Service

Output the Protobuf result in Base64 string
authorPavlin Radoslavov <pavlin@google.com>
Thu, 18 Feb 2016 03:01:42 +0000 (19:01 -0800)
committerPavlin Radoslavov <pavlin@google.com>
Thu, 18 Feb 2016 03:01:42 +0000 (19:01 -0800)
commit13e969ef645add2ca8c5e44cce915c2aa588c52c
tree0589fe97f8e0653073f4619582c1c9570340566f
parent03a1b4fc094ab32ccf0c48d299c3cee1348bab3f
Output the Protobuf result in Base64 string

Outputing in binary format does not work, because
the reader assumes the output is a string.

Change-Id: If24797264e82c649c21f9b984f04ec70adbcec94
src/com/android/bluetooth/btservice/AdapterService.java