Home
last modified time | relevance | path

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

/libbtbb/lib/src/
H A Dbluetooth_piconet.c184 pn->bank[j++] = chan; in precalc()
189 pn->bank[i] = ((i * 2) % BT_NUM_CHANNELS); in precalc()
342 pn->sequence[index] = pn->bank[(perm_out + pn->e + f_dash) % pn->used_channels]; in gen_hops()
344 pn->sequence[index] = pn->bank[(perm_out + pn->e + f) % BT_NUM_CHANNELS]; in gen_hops()
349 pn->sequence[index + 1] = pn->bank[(perm_out + pn->e + f_dash + 32) % pn->used_channels]; in gen_hops()
351 pn->sequence[index + 1] = pn->bank[(perm_out + pn->e + f + 32) % BT_NUM_CHANNELS]; in gen_hops()
436 next_channel = pn->bank[(perm + pn->e + f_dash + y2) % pn->used_channels]; in single_hop()
438 next_channel = pn->bank[(perm + pn->e + f + y2) % BT_NUM_CHANNELS]; in single_hop()
H A Dbluetooth_piconet.h67 int bank[BT_NUM_CHANNELS]; member