HomeSort by relevance Sort by last modified time
    Searched full:sample_data3 (Results 1 - 2 of 2) sorted by null

  /system/bt/hci/test/
hci_hal_h4_test.cpp 48 static char sample_data3[100] = "The ends of a line are points."; variable
114 EXPECT_EQ(sample_data3[reentry_i], byte);
117 if (reentry_i == (int)strlen(sample_data3)) {
216 hal->transmit_data(DATA_TYPE_SCO, (uint8_t *)(sample_data3 + 1), strlen(sample_data3 + 1));
217 expect_socket_data(sockfd[1], DATA_TYPE_SCO, sample_data3 + 1);
238 write_packet_reentry(sockfd[1], DATA_TYPE_ACL, sample_data3);
hci_hal_mct_test.cpp 47 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);

Completed in 405 milliseconds