Searched refs:command_sample_data (Results 1 – 1 of 1) sorted by relevance
/system/bt/hci/test/ |
D | hci_layer_test.cpp | 59 static const char *command_sample_data = "that thou art not used to this business of adventures; th… variable 205 expect_packet(MSG_STACK_TO_HC_HCI_CMD, 1021, data, length, command_sample_data); 301 …et(MSG_STACK_TO_HC_HCI_CMD, 1021, buffer->data + buffer->offset, buffer->len, command_sample_data); 666 data_to_receive = manufacture_packet(MSG_STACK_TO_HC_HCI_CMD, command_sample_data); 676 command_opcode_t opcode = *((uint16_t *)command_sample_data); 689 data_to_receive = manufacture_packet(MSG_STACK_TO_HC_HCI_CMD, command_sample_data); 698 command_opcode_t opcode = *((uint16_t *)command_sample_data); 714 data_to_receive = manufacture_packet(MSG_STACK_TO_HC_HCI_CMD, command_sample_data); 723 command_opcode_t opcode = *((uint16_t *)command_sample_data);
|