Home
last modified time | relevance | path

Searched refs:sample_data3 (Results 1 – 2 of 2) sorted by relevance

/system/bt/hci/test/
Dhci_hal_h4_test.cpp51 static char sample_data3[100] = "The ends of a line are points."; variable
120 EXPECT_EQ(sample_data3[reentry_i], byte);
123 if (reentry_i == (int)strlen(sample_data3)) {
222 hal->transmit_data(DATA_TYPE_SCO, (uint8_t *)(sample_data3 + 1), strlen(sample_data3 + 1));
223 expect_socket_data(sockfd[1], DATA_TYPE_SCO, sample_data3 + 1);
245 write_packet_reentry(sockfd[1], DATA_TYPE_ACL, sample_data3);
Dhci_hal_mct_test.cpp47 static char sample_data3[100] = "The ends of a line are points."; variable
113 EXPECT_EQ(sample_data3[reentry_i], byte);
116 if (reentry_i == (int)strlen(sample_data3)) {
240 write_packet_reentry(acl_in_sockfd[1], sample_data3);