Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci_cmd.c105 uint8_t array_num_elements = INVALID_ARRAY_LEN; in hci_cmd_create_from_template() local
211 btstack_assert(array_num_elements == INVALID_ARRAY_LEN); in hci_cmd_create_from_template()
214 array_num_elements = word & 0xffu; in hci_cmd_create_from_template()
217 btstack_assert(array_num_elements == INVALID_ARRAY_LEN); in hci_cmd_create_from_template()
220 array_num_elements = count_set_bits_uint32(word & 0xffu); in hci_cmd_create_from_template()
223 btstack_assert(array_num_elements != INVALID_ARRAY_LEN); in hci_cmd_create_from_template()
250 … for (array_element_index = 0; array_element_index < array_num_elements ; array_element_index++){ in hci_cmd_create_from_template()