Searched refs:data_to_receive (Results 1 – 1 of 1) sorted by relevance
74 static BT_HDR *data_to_receive; variable215 if (data_to_receive->offset >= data_to_receive->len)218 buffer[i] = data_to_receive->data[data_to_receive->offset++];318 EXPECT_TRUE(buffer->len == data_to_receive->len);320 const uint8_t *expected_base = data_to_receive->data;628 data_to_receive = manufacture_packet(MSG_STACK_TO_HC_HCI_ACL, small_sample_data);635 osi_free(data_to_receive);666 data_to_receive = manufacture_packet(MSG_STACK_TO_HC_HCI_CMD, command_sample_data);667 hci->transmit_command(data_to_receive, NULL, NULL, NULL);677 data_to_receive = manufacture_command_complete(opcode);[all …]