Bluetooth: controller: Moved sdu_interval field members
Moved sdu_interval struct members from llcp_cis to cis group, to match spec and enable access by ULL Signed-off-by: Asger Munk Nielsen <asmk@oticon.com>
This commit is contained in:
parent
c313474cb0
commit
19650299fb
4 changed files with 5 additions and 5 deletions
|
@ -5468,8 +5468,6 @@ static uint8_t cis_req_recv(struct ll_conn *conn, memq_link_t *link,
|
|||
conn->llcp_cis.framed = req->framed;
|
||||
conn->llcp_cis.c_max_sdu = sys_le16_to_cpu(req->c_max_sdu);
|
||||
conn->llcp_cis.p_max_sdu = sys_le16_to_cpu(req->p_max_sdu);
|
||||
conn->llcp_cis.c_sdu_interval = sys_get_le24(req->c_sdu_interval);
|
||||
conn->llcp_cis.p_sdu_interval = sys_get_le24(req->p_sdu_interval);
|
||||
conn->llcp_cis.cis_offset_min = sys_get_le24(req->cis_offset_min);
|
||||
conn->llcp_cis.cis_offset_max = sys_get_le24(req->cis_offset_max);
|
||||
conn->llcp_cis.conn_event_count =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue