Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc110 static int command_credits = 1; variable
204 command_credits = 1; in hci_module_start_up()
395 if (command_credits > 0) { in enqueue_command()
402 command_credits--; in enqueue_command()
578 command_credits = credits - get_num_waiting_commands(); in process_command_credits()
580 while (command_credits > 0 && !command_queue.empty()) { in process_command_credits()
585 command_credits--; in process_command_credits()