Searched defs:hci_mock_rsp_buffer (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/stack/test/ |
H A D | btm_iso_test.cc | 151 uint8_t hci_mock_rsp_buffer in InitIsoManager() local 558 uint8_t hci_mock_rsp_buffer[] = {0x00, 0x00}; in TEST_F() local 573 uint8_t hci_mock_rsp_buffer[] = {0x00, 0x00, 0x02, 0x01, 0x00}; in TEST_F() local 591 uint8_t hci_mock_rsp_buffer[] = {rsp_status, rsp_cig_id, rsp_cis_cnt}; in TEST_F() local 659 uint8_t hci_mock_rsp_buffer[] = {0x00, 0x00}; in TEST_F() local 677 uint8_t hci_mock_rsp_buffer[] = {0x00, 0x00, 0x02, 0x01, 0x00}; in TEST_F() local 699 uint8_t hci_mock_rsp_buffer[] = {rsp_status, rsp_cig_id, rsp_cis_cnt}; in TEST_F() local 776 uint8_t hci_mock_rsp_buffer[2]; in TEST_F() local 800 uint8_t hci_mock_rsp_buffer[] = {0x00}; // status byte only in TEST_F() local 812 uint8_t hci_mock_rsp_buffer[] = {rsp_status, in TEST_F() local [all …]
|