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

  /system/bt/hci/test/
packet_fragmenter_test.cpp 58 static const char *small_sample_data = "\"What giants?\" said Sancho Panza."; variable
203 expect_packet_fragmented(MSG_STACK_TO_HC_HCI_ACL, 42, packet, small_sample_data, send_complete);
213 expect_packet_fragmented(MSG_STACK_TO_HC_HCI_ACL, 42, packet, small_sample_data, send_complete);
232 expect_packet_reassembled(MSG_HC_TO_STACK_HCI_ACL, packet, small_sample_data);
313 BT_HDR *packet = manufacture_packet_for_fragmentation(MSG_STACK_TO_HC_HCI_ACL, small_sample_data);
316 EXPECT_EQ(strlen(small_sample_data), data_size_sum);
330 BT_HDR *packet = manufacture_packet_for_fragmentation(MSG_STACK_TO_HC_HCI_ACL, small_sample_data);
334 EXPECT_EQ(strlen(small_sample_data), data_size_sum);
358 manufacture_packet_and_then_reassemble(MSG_HC_TO_STACK_HCI_ACL, 1337, small_sample_data);
360 EXPECT_EQ(strlen(small_sample_data), data_size_sum)
    [all...]
hci_layer_test.cpp 58 static const char *small_sample_data = "\"It is easy to see,\" replied Don Quixote"; variable
195 expect_packet(MSG_STACK_TO_HC_HCI_ACL, 1021, data, length, small_sample_data);
288 expect_packet(MSG_STACK_TO_HC_HCI_ACL, 1021, buffer->data + buffer->offset, buffer->len, small_sample_data);
616 BT_HDR *packet = manufacture_packet(MSG_STACK_TO_HC_HCI_ACL, small_sample_data);
628 data_to_receive = manufacture_packet(MSG_STACK_TO_HC_HCI_ACL, small_sample_data);

Completed in 2226 milliseconds