OSDN Git Service

btif storage: use strings where possible
authorJakub Pawlowski <jpawlowski@google.com>
Mon, 27 Nov 2017 19:20:02 +0000 (11:20 -0800)
committerPavlin Radoslavov <pavlin@google.com>
Tue, 28 Nov 2017 04:55:37 +0000 (04:55 +0000)
commitb7710f0565b3bb6a0ca96651be4dfc01dad1abfb
tree9eec9874026ef619944778bf53570755a7c2ffdf
parentf04ea90af39cee34f1a8ac0351e9bcaf3ad2c620
btif storage: use strings where possible

btif_config api used to accept "const char*" as parameter. After the
refactoring it started using std::string. Remove unnecessary ".c_str()"

Test: compilation
Bug: 67595284
Change-Id: I173bbffc98f4e1f2dd3db1ff6db5a27db9be8992
btif/src/btif_storage.cc