Home
last modified time | relevance | path

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

/libbtbb/lib/src/
H A Dbluetooth_piconet.c92 pn->UAP = uap; in btbb_piconet_set_uap()
98 return pn->UAP; in btbb_piconet_get_uap()
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()
503 uint8_t filter_uap = pn->UAP; in try_hop()
529 if (filter_uap == pn->UAP) { in try_hop()
541 pn->UAP = filter_uap; in try_hop()
650 uint8_t UAP; in btbb_uap_from_header() local
682 UAP = try_clock(clock, pkt); in btbb_uap_from_header()
[all …]
H A Dbluetooth_packet.c326 pkt->UAP = uap; in btbb_packet_set_uap()
332 return pkt->UAP; in btbb_packet_get_uap()
671 static uint16_t crcgen(char *payload, int length, int UAP) in crcgen() argument
676 reg = (reverse(UAP) << 8) & 0xff00; in crcgen()
777 crc = crcgen(pkt->payload, (pkt->payload_length - 2) * 8, pkt->UAP); in payload_crc()
1191 pkt->UAP = uap_from_hec(hdr_data, hec); in try_clock()
1194 return pkt->UAP; in try_clock()
1204 uint8_t UAP; in btbb_decode_header() local
1210 UAP = uap_from_hec(hdr_data, hec); in btbb_decode_header()
1211 if (UAP == pkt->UAP) { in btbb_decode_header()
H A Dbluetooth_piconet.h51 uint8_t UAP; member
H A Dbluetooth_packet.h59 uint8_t UAP; /* upper address part */ member
/libbtbb/tests/
H A Dtest_header.c70 UAP Data HE in test_gen_packet_header()