Searched refs:parameter_total_length (Results 1 – 1 of 1) sorted by relevance
186 HciPacket make_sample_hci_cmd_pkt(uint8_t parameter_total_length) { in make_sample_hci_cmd_pkt() argument188 pkt.assign(2 + 1 + parameter_total_length, 0x01); in make_sample_hci_cmd_pkt()189 pkt[2] = parameter_total_length; in make_sample_hci_cmd_pkt()207 H4Packet make_sample_h4_evt_pkt(uint8_t parameter_total_length) { in make_sample_h4_evt_pkt() argument209 pkt.assign(1 + 1 + 1 + parameter_total_length, 0x01); in make_sample_h4_evt_pkt()211 pkt[2] = parameter_total_length; in make_sample_h4_evt_pkt()