OSDN Git Service

Use unnamed namespace in btif_gatt_client
authorJakub Pawlowski <jpawlowski@google.com>
Thu, 5 May 2016 21:23:00 +0000 (14:23 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Thu, 12 May 2016 00:29:10 +0000 (17:29 -0700)
commit44be0690a1d15d1ffc97e4c7560d8aee5bb86062
tree542f9d9d29532e90d787980b38d3b109375b38f3
parentce7d46a263d8e0e7877b62b99b046c7e08ee75f8
Use unnamed namespace in btif_gatt_client

Instead of marking each function as const, we can enclose them in
namespace, which will have same effect.
This patch also format rest of the file to follow cc style guide.

Change-Id: I5e07d80558de06851c8b5f696d8a239fd4de73e2
btif/src/btif_gatt_client.cc