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

  /system/bt/hci/test/
hci_hal_h4_test.cpp 51 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)) {
223 hal->transmit_data(DATA_TYPE_SCO, (uint8_t *)(sample_data3 + 1), strlen(sample_data3 + 1));
224 expect_socket_data(sockfd[1], DATA_TYPE_SCO, sample_data3 + 1);
247 write_packet_reentry(sockfd[1], DATA_TYPE_ACL, sample_data3,
248 strlen(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 6135 milliseconds