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.cc106 static alarm_t* command_response_timer; variable
210 command_response_timer = alarm_new("hci.command_response_timer"); in hci_module_start_up()
211 if (!command_response_timer) { in hci_module_start_up()
257 alarm_free(command_response_timer); in hci_module_shut_down()
258 command_response_timer = NULL; in hci_module_shut_down()
663 if (command_response_timer == NULL) return; in update_command_response_timer()
665 alarm_cancel(command_response_timer); in update_command_response_timer()
667 alarm_set(command_response_timer, COMMAND_PENDING_TIMEOUT_MS, in update_command_response_timer()