• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2020 The Android Open Source Project
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 #include <base/logging.h>
18 #include <gtest/gtest.h>
19 #include <stdio.h>
20 #include <cstdint>
21 
22 #include "bta/include/bta_av_api.h"
23 #include "btif/include/btif_common.h"
24 #include "device/include/interop.h"
25 #include "include/hardware/bt_rc.h"
26 #include "osi/test/AllocationTestHarness.h"
27 #include "stack/include/btm_api_types.h"
28 #include "types/raw_address.h"
29 #undef LOG_TAG
30 #include "btif/src/btif_rc.cc"
31 
32 extern void allocation_tracker_uninit(void);
33 
34 namespace {
35 int AVRC_BldResponse_ = 0;
36 }  // namespace
37 
38 uint8_t appl_trace_level = BT_TRACE_LEVEL_WARNING;
39 uint8_t btif_trace_level = BT_TRACE_LEVEL_WARNING;
40 
AVRC_BldCommand(tAVRC_COMMAND * p_cmd,BT_HDR ** pp_pkt)41 tAVRC_STS AVRC_BldCommand(tAVRC_COMMAND* p_cmd, BT_HDR** pp_pkt) { return 0; }
AVRC_BldResponse(uint8_t handle,tAVRC_RESPONSE * p_rsp,BT_HDR ** pp_pkt)42 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp,
43                            BT_HDR** pp_pkt) {
44   AVRC_BldResponse_++;
45   return 0;
46 }
AVRC_Ctrl_ParsCommand(tAVRC_MSG * p_msg,tAVRC_COMMAND * p_result)47 tAVRC_STS AVRC_Ctrl_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result) {
48   return 0;
49 }
AVRC_Ctrl_ParsResponse(tAVRC_MSG * p_msg,tAVRC_RESPONSE * p_result,uint8_t * p_buf,uint16_t * buf_len)50 tAVRC_STS AVRC_Ctrl_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result,
51                                  uint8_t* p_buf, uint16_t* buf_len) {
52   return 0;
53 }
AVRC_ParsCommand(tAVRC_MSG * p_msg,tAVRC_COMMAND * p_result,uint8_t * p_buf,uint16_t buf_len)54 tAVRC_STS AVRC_ParsCommand(tAVRC_MSG* p_msg, tAVRC_COMMAND* p_result,
55                            uint8_t* p_buf, uint16_t buf_len) {
56   return 0;
57 }
AVRC_ParsResponse(tAVRC_MSG * p_msg,tAVRC_RESPONSE * p_result,UNUSED_ATTR uint8_t * p_buf,UNUSED_ATTR uint16_t buf_len)58 tAVRC_STS AVRC_ParsResponse(tAVRC_MSG* p_msg, tAVRC_RESPONSE* p_result,
59                             UNUSED_ATTR uint8_t* p_buf,
60                             UNUSED_ATTR uint16_t buf_len) {
61   return 0;
62 }
BTA_AvCloseRc(uint8_t rc_handle)63 void BTA_AvCloseRc(uint8_t rc_handle) {}
BTA_AvMetaCmd(uint8_t rc_handle,uint8_t label,tBTA_AV_CMD cmd_code,BT_HDR * p_pkt)64 void BTA_AvMetaCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CMD cmd_code,
65                    BT_HDR* p_pkt) {}
BTA_AvMetaRsp(uint8_t rc_handle,uint8_t label,tBTA_AV_CODE rsp_code,BT_HDR * p_pkt)66 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
67                    BT_HDR* p_pkt) {}
BTA_AvRemoteCmd(uint8_t rc_handle,uint8_t label,tBTA_AV_RC rc_id,tBTA_AV_STATE key_state)68 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id,
69                      tBTA_AV_STATE key_state) {}
BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle,uint8_t label,tBTA_AV_STATE key_state,uint8_t * p_msg,uint8_t buf_len)70 void BTA_AvRemoteVendorUniqueCmd(uint8_t rc_handle, uint8_t label,
71                                  tBTA_AV_STATE key_state, uint8_t* p_msg,
72                                  uint8_t buf_len) {}
BTA_AvVendorCmd(uint8_t rc_handle,uint8_t label,tBTA_AV_CODE cmd_code,uint8_t * p_data,uint16_t len)73 void BTA_AvVendorCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE cmd_code,
74                      uint8_t* p_data, uint16_t len) {}
BTA_AvVendorRsp(uint8_t rc_handle,uint8_t label,tBTA_AV_CODE rsp_code,uint8_t * p_data,uint16_t len,uint32_t company_id)75 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
76                      uint8_t* p_data, uint16_t len, uint32_t company_id) {}
btif_av_clear_remote_suspend_flag(void)77 void btif_av_clear_remote_suspend_flag(void) {}
btif_av_is_connected(void)78 bool btif_av_is_connected(void) { return false; }
btif_av_is_sink_enabled(void)79 bool btif_av_is_sink_enabled(void) { return false; }
btif_av_sink_active_peer(void)80 RawAddress btif_av_sink_active_peer(void) { return RawAddress(); }
btif_av_source_active_peer(void)81 RawAddress btif_av_source_active_peer(void) { return RawAddress(); }
btif_av_stream_started_ready(void)82 bool btif_av_stream_started_ready(void) { return false; }
btif_transfer_context(tBTIF_CBACK * p_cback,uint16_t event,char * p_params,int param_len,tBTIF_COPY_CBACK * p_copy_cback)83 bt_status_t btif_transfer_context(tBTIF_CBACK* p_cback, uint16_t event,
84                                   char* p_params, int param_len,
85                                   tBTIF_COPY_CBACK* p_copy_cback) {
86   return BT_STATUS_SUCCESS;
87 }
dump_rc_event(uint8_t event)88 const char* dump_rc_event(uint8_t event) { return nullptr; }
dump_rc_notification_event_id(uint8_t event_id)89 const char* dump_rc_notification_event_id(uint8_t event_id) { return nullptr; }
dump_rc_pdu(uint8_t pdu)90 const char* dump_rc_pdu(uint8_t pdu) { return nullptr; }
do_in_jni_thread(const base::Location & from_here,base::OnceClosure task)91 bt_status_t do_in_jni_thread(const base::Location& from_here,
92                              base::OnceClosure task) {
93   return BT_STATUS_SUCCESS;
94 }
get_main_message_loop()95 base::MessageLoop* get_main_message_loop() { return nullptr; }
interop_match_addr(const interop_feature_t feature,const RawAddress * addr)96 bool interop_match_addr(const interop_feature_t feature,
97                         const RawAddress* addr) {
98   return false;
99 }
LogMsg(uint32_t trace_set_mask,const char * fmt_str,...)100 void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) {}
101 
102 /**
103  * Test class to test selected functionality in hci/src/hci_layer.cc
104  */
105 class BtifRcTest : public AllocationTestHarness {
106  protected:
SetUp()107   void SetUp() override {
108     AllocationTestHarness::SetUp();
109     // Disable our allocation tracker to allow ASAN full range
110     allocation_tracker_uninit();
111   }
112 
TearDown()113   void TearDown() override { AllocationTestHarness::TearDown(); }
114 };
115 
TEST_F(BtifRcTest,get_element_attr_rsp)116 TEST_F(BtifRcTest, get_element_attr_rsp) {
117   RawAddress bd_addr;
118 
119   btif_rc_cb.rc_multi_cb[0].rc_addr = bd_addr;
120   btif_rc_cb.rc_multi_cb[0].rc_connected = true;
121   btif_rc_cb.rc_multi_cb[0]
122       .rc_pdu_info[IDX_GET_ELEMENT_ATTR_RSP]
123       .is_rsp_pending = true;
124   btif_rc_cb.rc_multi_cb[0].rc_state = BTRC_CONNECTION_STATE_CONNECTED;
125 
126   btrc_element_attr_val_t p_attrs[BTRC_MAX_ELEM_ATTR_SIZE];
127   uint8_t num_attr = BTRC_MAX_ELEM_ATTR_SIZE + 1;
128 
129   CHECK(get_element_attr_rsp(bd_addr, num_attr, p_attrs) == BT_STATUS_SUCCESS);
130   CHECK(AVRC_BldResponse_ == 1);
131 }
132