summaryrefslogtreecommitdiff
path: root/system/test
diff options
context:
space:
mode:
author Henri Chataing <henrichataing@google.com> 2025-02-24 17:29:04 +0000
committer Henri Chataing <henrichataing@google.com> 2025-02-24 17:19:20 -0800
commitaf8e9326a75eb81b59bf08296a49e3271b9e5abf (patch)
tree99f248cc1cc9d32e7bf1cb11f290d0221d06a66f /system/test
parent51a2e259c84c40100bd26d8d2e4732a02b099a92 (diff)
system/bta: Enforce -Wmissing-prototypes
Bug: 369381361 Test: m com.android.bt Flag: EXEMPT, no logical change Change-Id: Ic246a34129c39498813258afdfb36a41e4053f6c
Diffstat (limited to 'system/test')
-rw-r--r--system/test/mock/mock_bta_gatts_api.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/system/test/mock/mock_bta_gatts_api.cc b/system/test/mock/mock_bta_gatts_api.cc
index ca13a393c8..3d57cbba78 100644
--- a/system/test/mock/mock_bta_gatts_api.cc
+++ b/system/test/mock/mock_bta_gatts_api.cc
@@ -65,9 +65,4 @@ void BTA_GATTS_SendRsp(uint16_t /* conn_id */, uint32_t /* trans_id */, tGATT_ST
inc_func_call_count(__func__);
}
void BTA_GATTS_StopService(uint16_t /* service_id */) { inc_func_call_count(__func__); }
-void bta_gatts_add_service_impl(tGATT_IF /* server_if */,
- std::vector<btgatt_db_element_t> /* service */,
- BTA_GATTS_AddServiceCb /* cb */) {
- inc_func_call_count(__func__);
-}
void BTA_GATTS_InitBonded(void) { inc_func_call_count(__func__); }