Home
last modified time | relevance | path

Searched refs:array_field_index (Results 1 – 1 of 1) sorted by relevance

/btstack/src/
H A Dhci_cmd.c251 uint8_t array_field_index; in hci_cmd_create_from_template() local
252 … for (array_field_index = 0; array_field_index < array_num_fields ; array_field_index++){ in hci_cmd_create_from_template()
253 switch (array_format[array_field_index]){ in hci_cmd_create_from_template()
255 … hci_cmd_buffer[pos++] = ((const uint8_t *) array_data[array_field_index])[array_element_index]; in hci_cmd_create_from_template()
258 …endian_store_16(hci_cmd_buffer, pos, ((const uint16_t *) array_data[array_field_index])[array_elem… in hci_cmd_create_from_template()