OSDN Git Service

Convert HID and Device Manager BTA code to C++
authorJakub Pawlowski <jpawlowski@google.com>
Fri, 27 May 2016 00:57:22 +0000 (17:57 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Thu, 16 Jun 2016 16:59:20 +0000 (16:59 +0000)
commitb7938c1866dd8b92977e3ba3632de77fd877bace
tree69ad1528d3bb41b3ef5ae85c109d7a8c16db4e6f
parentb17255253757a75fae2180817a1d0358f98bd452
Convert HID and Device Manager BTA code to C++

These are the only places that use BTA GATTC API. After this change it's
possible to change GATT API to use C++ types as arguments.

Bug: 28485365
Change-Id: Idf83396f4bc3a2cc8a9b41f69da5d033af1be678
27 files changed:
bta/Android.mk
bta/BUILD.gn
bta/ag/bta_ag_act.c
bta/dm/bta_dm_act.cc [moved from bta/dm/bta_dm_act.c with 99% similarity]
bta/dm/bta_dm_api.cc [moved from bta/dm/bta_dm_api.c with 99% similarity]
bta/dm/bta_dm_cfg.cc [moved from bta/dm/bta_dm_cfg.c with 100% similarity]
bta/dm/bta_dm_ci.cc [moved from bta/dm/bta_dm_ci.c with 100% similarity]
bta/dm/bta_dm_int.h
bta/dm/bta_dm_main.cc [moved from bta/dm/bta_dm_main.c with 100% similarity]
bta/dm/bta_dm_pm.cc [moved from bta/dm/bta_dm_pm.c with 100% similarity]
bta/dm/bta_dm_sco.cc [moved from bta/dm/bta_dm_sco.c with 100% similarity]
bta/hf_client/bta_hf_client_act.c
bta/hh/bta_hh_act.cc [moved from bta/hh/bta_hh_act.c with 99% similarity]
bta/hh/bta_hh_api.cc [moved from bta/hh/bta_hh_api.c with 100% similarity]
bta/hh/bta_hh_cfg.cc [moved from bta/hh/bta_hh_cfg.c with 100% similarity]
bta/hh/bta_hh_le.cc [moved from bta/hh/bta_hh_le.c with 98% similarity]
bta/hh/bta_hh_main.cc [moved from bta/hh/bta_hh_main.c with 98% similarity]
bta/hh/bta_hh_utils.cc [moved from bta/hh/bta_hh_utils.c with 100% similarity]
btif/src/btif_dm.cc
btif/src/btif_storage.cc
stack/btm/btm_sec.c
stack/hid/hidh_api.c
stack/include/bt_types.h
stack/include/btm_api.h
stack/include/gap_api.h
stack/include/hidh_api.h
stack/sdp/sdpint.h