Loading system/bta/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,8 @@ cc_test { defaults: ["fluoride_bta_defaults"], test_suites: ["device-tests"], srcs: [ ":TestMockStackBtm", ":TestCommonMockFunctions", "test/bta_hf_client_test.cc", "test/bta_dm_cust_uuid_test.cc", "test/bta_dip_test.cc", Loading system/bta/test/bta_dm_cust_uuid_test.cc +0 −11 Original line number Diff line number Diff line Loading @@ -24,17 +24,6 @@ using bluetooth::Uuid; // NOTE: // Local re-implementation of functions to avoid testing of // unrelated functions/features. tBTM_STATUS BTM_ReadLocalDeviceName(char** p_name) { return BTM_SUCCESS; } uint8_t BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, uint8_t** p, uint8_t max_num_uuid16, uint8_t* p_num_uuid16) { return HCI_EIR_FLAGS_TYPE; } tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff) { return BTM_SUCCESS; } class BtaCustUuid : public testing::Test { protected: void SetUp() override { bta_dm_cb = {}; } Loading Loading
system/bta/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,8 @@ cc_test { defaults: ["fluoride_bta_defaults"], test_suites: ["device-tests"], srcs: [ ":TestMockStackBtm", ":TestCommonMockFunctions", "test/bta_hf_client_test.cc", "test/bta_dm_cust_uuid_test.cc", "test/bta_dip_test.cc", Loading
system/bta/test/bta_dm_cust_uuid_test.cc +0 −11 Original line number Diff line number Diff line Loading @@ -24,17 +24,6 @@ using bluetooth::Uuid; // NOTE: // Local re-implementation of functions to avoid testing of // unrelated functions/features. tBTM_STATUS BTM_ReadLocalDeviceName(char** p_name) { return BTM_SUCCESS; } uint8_t BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, uint8_t** p, uint8_t max_num_uuid16, uint8_t* p_num_uuid16) { return HCI_EIR_FLAGS_TYPE; } tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff) { return BTM_SUCCESS; } class BtaCustUuid : public testing::Test { protected: void SetUp() override { bta_dm_cb = {}; } Loading