Searched defs:btbb_packet (Results 1 – 2 of 2) sorted by relevance
52 struct btbb_packet { struct54 uint32_t refcount;56 uint32_t flags;58 uint8_t channel; /* Bluetooth channel (0-79) */59 uint8_t UAP; /* upper address part */60 uint16_t NAP; /* non-significant address part */61 uint32_t LAP; /* lower address part found in access code */63 uint8_t modulation;64 uint8_t transport;65 uint8_t packet_type;[all …]
63 typedef struct btbb_packet btbb_packet; typedef