HomeSort by relevance Sort by last modified time
    Searched refs:nb_hcis (Results 1 - 2 of 2) sorted by null

  /external/qemu/
vl-android.c 684 static int nb_hcis; variable
729 if (cur_hci == nb_hcis)
770 if (nb_hcis >= MAX_NICS) {
784 bdaddr.b[5] = 0x56 + nb_hcis;
787 hci_table[nb_hcis++] = hci;
    [all...]
vl.c 488 static int nb_hcis; variable
533 if (cur_hci == nb_hcis)
574 if (nb_hcis >= MAX_NICS) {
588 bdaddr.b[5] = 0x56 + nb_hcis;
591 hci_table[nb_hcis++] = hci;
    [all...]

Completed in 164 milliseconds