Searched defs:ll_conn_iso_stream (Results 1 – 1 of 1) sorted by relevance
17 struct ll_conn_iso_stream { struct19 struct lll_conn_iso_stream lll; argument21 struct ll_conn_iso_group *group;23 uint16_t c_max_sdu:12; /* Maximum SDU size C_To_P */24 uint16_t p_max_sdu:12; /* Maximum SDU size P_To_C */25 uint8_t framed:1; /* 0: unframed, 1: framed */26 uint16_t established:1; /* 0 if CIS has not yet been established.30 uint16_t trx_performed:1; /* 1 if CIS had a transaction */31 uint16_t teardown:1; /* 1 if CIS teardown has been initiated */33 union {[all …]