OSDN Git Service

HFP: Remove used BTA call-in events and methods
authorJack He <siyuanh@google.com>
Wed, 10 Jan 2018 00:25:46 +0000 (16:25 -0800)
committerJack He <siyuanh@google.com>
Wed, 10 Jan 2018 01:04:32 +0000 (17:04 -0800)
commit0681fefcf5f5c9d7471986b7c9f20f69e94d4fb1
treed60b210e7b832ba30e2267789a82d23628ca0c27
parent3f10b14ea5631a894bc2f1db31d5dc020922c28e
HFP: Remove used BTA call-in events and methods

* Since SCO over HCI is temporarily unsupported on the stack, SCO data
  call-in methods are no longer used by the stack and thus should be
  removed. For example, bta_ag_ci_sco_data() and BTA_AG_CI_SCO_DATA_EVT.
* Since raw RFCOMM access is disabled, various RFCOMM data call-in
  methods are no longer used by the stack and thus should be removed.
  For example, bta_ag_ci_rx_data() and BTA_AG_CI_RX_WRITE_EVT

Bug: 70538124
Test: runtest bluetooth, native unit test
Change-Id: Iacd60042e97b1be5f800319723836285eb68b2b9
bta/ag/bta_ag_act.cc
bta/ag/bta_ag_int.h
bta/ag/bta_ag_main.cc
bta/ag/bta_ag_sco.cc