Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc101 static int command_credits = 1; variable
192 command_credits = 1; in hci_module_start_up()
376 if (command_credits > 0) { in enqueue_command()
385 command_credits--; in enqueue_command()
521 command_credits = credits - get_num_waiting_commands(); in process_command_credits()
523 while (command_credits > 0 && command_queue.size() > 0) { in process_command_credits()
527 command_credits--; in process_command_credits()