Skip to content

Commit

Permalink
Remove code related to Health Device Profile and MCAP Protocol
Browse files Browse the repository at this point in the history
* Health Device Profile (HDP) and MCAP protocol has been largely
  replaced by BLE. New applications should use Bluetooth Low Energy
  instead of legacy Bluetooth Health Device Profile

Bug: 111562841
Test: make, unit test, use Bluetooth
Change-Id: I3da1173a8a928af4b26a29e71746241c22af2236
Merged-In: I3da1173a8a928af4b26a29e71746241c22af2236
(cherry picked from commit dc13609b58b2f6c6185951f650036f5098e19e92)
(cherry picked from commit 238f8359a9f3367151241c707596a6989fc5613b)
  • Loading branch information
Jack He authored and Gerrit - the friendly Code Review server committed Feb 26, 2019
1 parent adfc255 commit f6da6c5
Show file tree
Hide file tree
Showing 51 changed files with 57 additions and 16,014 deletions.
7 changes: 0 additions & 7 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,3 @@ group("bluetooth_tests") {
"//device:net_test_device",
]
}

group("test_tools") {
testonly = true
deps = [
"//tools/mcap_tool:mcap_tool"
]
}
6 changes: 0 additions & 6 deletions bta/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ cc_library_static {
"hh/bta_hh_le.cc",
"hh/bta_hh_main.cc",
"hh/bta_hh_utils.cc",
"hl/bta_hl_act.cc",
"hl/bta_hl_api.cc",
"hl/bta_hl_ci.cc",
"hl/bta_hl_main.cc",
"hl/bta_hl_sdp.cc",
"hl/bta_hl_utils.cc",
"hd/bta_hd_act.cc",
"hd/bta_hd_api.cc",
"hd/bta_hd_main.cc",
Expand Down
6 changes: 0 additions & 6 deletions bta/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ static_library("bta") {
"hd/bta_hd_act.cc",
"hd/bta_hd_api.cc",
"hd/bta_hd_main.cc",
"hl/bta_hl_act.cc",
"hl/bta_hl_api.cc",
"hl/bta_hl_ci.cc",
"hl/bta_hl_main.cc",
"hl/bta_hl_sdp.cc",
"hl/bta_hl_utils.cc",
"jv/bta_jv_act.cc",
"jv/bta_jv_api.cc",
"jv/bta_jv_cfg.cc",
Expand Down
8 changes: 3 additions & 5 deletions bta/dm/bta_dm_act.cc
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,10 @@ const uint16_t bta_service_id_to_uuid_lkup_tbl[BTA_MAX_SERVICE_ID] = {

/*
* NOTE : The number of element in bta_service_id_to_btm_srv_id_lkup_tbl should
* be matching with
* the value BTA_MAX_SERVICE_ID in bta_api.h
* be matching with the value BTA_MAX_SERVICE_ID in bta_api.h
*
* i.e., If you add new Service ID for BTA, the correct security ID of
* the new service
* from Security service definitions (btm_api.h) should be added to
* i.e., If you add new Service ID for BTA, the correct security ID of the new
* service from Security service definitions (btm_api.h) should be added to
* this lookup table.
*/
const uint32_t bta_service_id_to_btm_srv_id_lkup_tbl[BTA_MAX_SERVICE_ID] = {
Expand Down
Loading

0 comments on commit f6da6c5

Please sign in to comment.