Lines Matching defs:btbb_piconet
32 struct btbb_piconet { struct
34 uint32_t refcount;
36 uint32_t flags;
39 int aliased;
42 uint8_t afh_map[10];
45 uint8_t used_channels;
48 uint32_t LAP;
51 uint8_t UAP;
54 uint16_t NAP;
57 uint32_t *clock_candidates;
60 int b, e;
64 int a1, c1, d1;
67 int bank[BT_NUM_CHANNELS];
70 char *sequence;
73 int num_candidates;
76 int packets_observed;
79 int total_packets_observed;
82 int winnowed;
108 void precalc(btbb_piconet *pnet); argument