Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc116 static list_t* commands_pending_response; variable
238 commands_pending_response = list_new(NULL); in hci_module_start_up()
239 if (!commands_pending_response) { in hci_module_start_up()
284 list_free(commands_pending_response); in hci_module_shut_down()
285 commands_pending_response = NULL; in hci_module_shut_down()
414 list_append(commands_pending_response, wait_entry); in event_command_ready()
488 for (const list_node_t* node = list_begin(commands_pending_response); in command_timed_out_log_info()
489 node != list_end(commands_pending_response); node = list_next(node)) { in command_timed_out_log_info()
754 for (const list_node_t* node = list_begin(commands_pending_response); in get_waiting_command()
755 node != list_end(commands_pending_response); node = list_next(node)) { in get_waiting_command()
[all …]