Lines Matching refs:command_response_timer
117 static alarm_t* command_response_timer; variable
224 command_response_timer = alarm_new("hci.command_response_timer"); in hci_module_start_up()
225 if (!command_response_timer) { in hci_module_start_up()
272 alarm_free(command_response_timer); in hci_module_shut_down()
273 command_response_timer = NULL; in hci_module_shut_down()
621 if (alarm_is_scheduled(command_response_timer)) { in handle_root_inflammation_event()
622 alarm_cancel(command_response_timer); in handle_root_inflammation_event()
626 alarm_free(command_response_timer); in handle_root_inflammation_event()
627 command_response_timer = NULL; in handle_root_inflammation_event()
800 if (command_response_timer == NULL) return; in update_command_response_timer()
802 alarm_cancel(command_response_timer); in update_command_response_timer()
804 alarm_set(command_response_timer, COMMAND_PENDING_TIMEOUT_MS, in update_command_response_timer()