Home
last modified time | relevance | path

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

/libbtbb/lib/src/
H A Dbluetooth_piconet.h73 int num_candidates; member
H A Dbluetooth_piconet.c490 pn->num_candidates = init_candidates(pn->pattern_channels[0], clock, pn); in btbb_init_hop_reversal()
496 printf("%d initial CLK1-27 candidates\n", pn->num_candidates); in btbb_init_hop_reversal()
498 return pn->num_candidates; in btbb_init_hop_reversal()
582 for (i = 0; i < pn->num_candidates; i++) { in channel_winnow()
594 pn->num_candidates = new_count; in channel_winnow()
615 int new_count = pn->num_candidates; in btbb_winnow()