Searched defs:lll_conn_iso_stream (Results 1 – 1 of 1) sorted by relevance
28 struct lll_conn_iso_stream { struct44 struct lll_conn_iso_stream_rxtx rx; /* RX parameters */ argument45 struct lll_conn_iso_stream_rxtx tx; /* TX parameters */ argument48 uint64_t event_count:39; /* cisEventCount */51 uint8_t sn:1; /* Sequence number */52 uint8_t nesn:1; /* Next expected sequence number */53 uint8_t cie:1; /* Close isochronous event */54 uint8_t npi:1; /* 1 if CIS LLL has Tx-ed Null PDU Indicator */55 uint8_t flush:2; /* See states LLL_CIS_FLUSH_XXX */56 uint8_t active:1; /* 1 if CIS LLL is active */[all …]