Lines Matching refs:hal
51 static const hci_hal_t *hal; variable
65 EXPECT_EQ((size_t)1, hal->read_data(type, &byte, 1, true)); in expect_packet_synchronous()
69 hal->packet_finished(type); in expect_packet_synchronous()
112 while ((bytes_read = hal->read_data(type, &byte, 1, false)) != 0) {
117 hal->packet_finished(type);
138 hal = hci_hal_mct_get_test_interface(&vendor);
155 EXPECT_TRUE(hal->init(&callbacks, thread));
158 EXPECT_TRUE(hal->open());
164 hal->close();
214 hal->transmit_data(DATA_TYPE_COMMAND, (uint8_t *)(sample_data1), strlen(sample_data1));
218 hal->transmit_data(DATA_TYPE_ACL, (uint8_t *)(sample_data2), strlen(sample_data2));