Home
last modified time | relevance | path

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

/libbtbb/lib/src/
H A Dbluetooth_piconet.h48 uint32_t LAP; member
H A Dbluetooth_packet.h61 uint32_t LAP; /* lower address part found in access code */ member
H A Dbluetooth_piconet.c72 pn->LAP = lap; in btbb_init_piconet()
103 return pn->LAP; in btbb_piconet_get_lap()
113 return ((uint64_t) pn->NAP) << 32 | ((uint32_t) pn->UAP) << 24 | pn->LAP; in btbb_piconet_get_bdaddr()
372 address_precalc(((pn->UAP<<24) | pn->LAP) & 0xfffffff, pn); in gen_hop_pattern()
395 key = (key<<39) | ((uint64_t)pn->used_channels<<32) | ((uint32_t)pn->UAP<<24) | pn->LAP; in get_hop_pattern()
H A Dbluetooth_packet.c188 uint64_t btbb_gen_syncword(const int LAP) in btbb_gen_syncword() argument
195 if (LAP & (0x800000 >> i)) in btbb_gen_syncword()
203 pkt->LAP = lap; in init_packet()
321 return pkt->LAP; in btbb_packet_get_lap()
H A Dbtbb.h139 uint64_t btbb_gen_syncword(const int LAP);