Searched refs:vendor_rsp_buf (Results 1 – 1 of 1) sorted by relevance
36 uint8_t vendor_rsp_buf[512]{}; in TEST_F() local41 memset(vendor_rsp_buf, 0, sizeof(vendor_rsp_buf)); in TEST_F()42 vendor_rsp_buf[0] = AVRC_PDU_GET_ELEMENT_ATTR; in TEST_F()43 uint8_t* p = &vendor_rsp_buf[2]; in TEST_F()49 msg.vendor.p_vendor_data = vendor_rsp_buf; in TEST_F()