Searched refs:commands_pending_response (Results 1 – 1 of 1) sorted by relevance
107 static list_t* commands_pending_response; variable225 commands_pending_response = list_new(NULL); in hci_module_start_up()226 if (!commands_pending_response) { in hci_module_start_up()279 list_free(commands_pending_response); in hci_module_shut_down()280 commands_pending_response = NULL; in hci_module_shut_down()395 list_append(commands_pending_response, wait_entry); in event_command_ready()451 for (const list_node_t* node = list_begin(commands_pending_response); in command_timed_out()452 node != list_end(commands_pending_response); node = list_next(node)) { in command_timed_out()640 for (const list_node_t* node = list_begin(commands_pending_response); in get_waiting_command()641 node != list_end(commands_pending_response); node = list_next(node)) { in get_waiting_command()[all …]