Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc115 static alarm_t* command_response_timer; variable
222 command_response_timer = alarm_new("hci.command_response_timer"); in hci_module_start_up()
223 if (!command_response_timer) { in hci_module_start_up()
270 alarm_free(command_response_timer); in hci_module_shut_down()
271 command_response_timer = NULL; in hci_module_shut_down()
606 if (alarm_is_scheduled(command_response_timer)) { in handle_root_inflammation_event()
607 alarm_cancel(command_response_timer); in handle_root_inflammation_event()
611 alarm_free(command_response_timer); in handle_root_inflammation_event()
612 command_response_timer = NULL; in handle_root_inflammation_event()
779 if (command_response_timer == NULL) return; in update_command_response_timer()
[all …]