Home
last modified time | relevance | path

Searched refs:NAP (Results 1 – 4 of 4) sorted by relevance

/libbtbb/lib/src/
H A Dbluetooth_piconet.h54 uint16_t NAP; member
H A Dbluetooth_packet.h60 uint16_t NAP; /* non-significant address part */ member
H A Dbluetooth_piconet.c108 return pn->NAP; in btbb_piconet_get_nap()
113 return ((uint64_t) pn->NAP) << 32 | ((uint32_t) pn->UAP) << 24 | pn->LAP; in btbb_piconet_get_bdaddr()
H A Dbluetooth_packet.c337 return pkt->NAP; in btbb_packet_get_nap()