Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.c157 static void command_timed_out(void *context);
200 …command_response_timer = non_repeating_timer_new(COMMAND_PENDING_TIMEOUT, command_timed_out, NULL); in start_up()
505 static void command_timed_out(UNUSED_ATTR void *context) { in command_timed_out() function