Home
last modified time | relevance | path

Searched defs:lll_conn_iso_group (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn_iso.h80 struct lll_conn_iso_group { struct
81 struct lll_hdr hdr;
83 uint16_t handle; /* CIG handle (internal) */
86 uint16_t resume_cis; /* CIS handle to schedule at resume */
89 uint32_t num_cis:5; /* Number of CISes in this CIG */
90 uint32_t role:1; /* 0: CENTRAL, 1: PERIPHERAL*/
91 uint32_t paused:1; /* 1: CIG is paused */
92 uint32_t rfu0:1;
97 uint32_t iso_interval_us:22;
98 uint32_t rfu1:2;
[all …]