Searched refs:parameter_total_length (Results 1 – 1 of 1) sorted by relevance
185 HciPacket make_sample_hci_cmd_pkt(uint8_t parameter_total_length) { in make_sample_hci_cmd_pkt() argument187 pkt.assign(2 + 1 + parameter_total_length, 0x01); in make_sample_hci_cmd_pkt()188 pkt[2] = parameter_total_length; in make_sample_hci_cmd_pkt()206 H4Packet make_sample_h4_evt_pkt(uint8_t parameter_total_length) { in make_sample_h4_evt_pkt() argument208 pkt.assign(1 + 1 + 1 + parameter_total_length, 0x01); in make_sample_h4_evt_pkt()210 pkt[2] = parameter_total_length; in make_sample_h4_evt_pkt()