Searched defs:hci_mock_rsp_buffer (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/ |
D | btm_iso_test.cc | 176 uint8_t hci_mock_rsp_buffer[3 + sizeof(uint16_t) * in InitIsoManager() local 547 uint8_t hci_mock_rsp_buffer[] = {0x00, 0x00}; in TEST_F() local 561 uint8_t hci_mock_rsp_buffer[] = {0x00, 0x00, 0x02, 0x01, 0x00}; in TEST_F() local 578 uint8_t hci_mock_rsp_buffer[] = {rsp_status, rsp_cig_id, rsp_cis_cnt}; in TEST_F() local 637 uint8_t hci_mock_rsp_buffer[3 + sizeof(uint16_t) * in TEST_F() local 670 uint8_t hci_mock_rsp_buffer[] = {0x00, 0x00}; in TEST_F() local 687 uint8_t hci_mock_rsp_buffer[] = {0x00, 0x00, 0x02, 0x01, 0x00}; in TEST_F() local 707 uint8_t hci_mock_rsp_buffer[] = {rsp_status, rsp_cig_id, rsp_cis_cnt}; in TEST_F() local 775 uint8_t hci_mock_rsp_buffer[3 + sizeof(uint16_t) * in TEST_F() local 813 uint8_t hci_mock_rsp_buffer[2]; in TEST_F() local [all …]
|