Lines Matching defs:lll_conn
40 struct lll_conn { struct
41 struct lll_hdr hdr;
43 uint8_t access_addr[4];
44 uint8_t crc_init[3];
46 uint16_t tifs_tx_us;
47 uint16_t tifs_rx_us;
48 uint16_t tifs_hcto_us;
49 uint16_t tifs_cis_us;
51 uint16_t handle;
52 uint16_t interval;
54 uint16_t latency;
55 uint16_t latency_prepare;
56 uint16_t lazy_prepare;
57 uint16_t latency_event;
58 uint16_t event_counter;
60 uint8_t data_chan_map[PDU_CHANNEL_MAP_SIZE];
61 uint8_t data_chan_count:6;
62 uint8_t data_chan_sel:1;
63 uint8_t role:1;
65 union {
74 union {
105 struct {
114 } dle;
118 uint8_t phy_tx:3;
119 uint8_t phy_flags:1;
120 uint8_t phy_tx_time:3;
121 uint8_t phy_rx:3;
125 memq_link_t link_tx;
126 memq_link_t *link_tx_free;
127 uint8_t packet_tx_head_len;
128 uint8_t packet_tx_head_offset;
130 uint8_t sn:1;
131 uint8_t nesn:1;
132 uint8_t empty:1;
158 struct lll_conn_meta conn_meta; argument
175 void lll_conn_flush(uint16_t handle, struct lll_conn *lll); argument