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.h79 struct lll_conn_iso_group { struct
80 struct lll_hdr hdr;
82 uint16_t handle; /* CIG handle (internal) */
85 uint16_t resume_cis; /* CIS handle to schedule at resume */
88 uint32_t num_cis:5; /* Number of CISes in this CIG */
89 uint32_t role:1; /* 0: CENTRAL, 1: PERIPHERAL*/
90 uint32_t paused:1; /* 1: CIG is paused */
91 uint32_t rfu0:1;
96 uint32_t iso_interval_us:22;
97 uint32_t rfu1:2;
[all …]