Bluetooth: controller: Implements ISO Test Mode HCI commands
Implements the flollowing HCI commands: - HCI_LE_ISO_Transmit_Test - HCI_LE_ISO_Receive_Test - HCI_LE_ISO_Read_Test_Counters - HCI_LE_ISO_Test_End Signed-off-by: Morten Priess <mtpr@oticon.com>
This commit is contained in:
parent
2a9b06b7c6
commit
da402c0830
12 changed files with 650 additions and 29 deletions
|
@ -6387,9 +6387,6 @@ static uint8_t cis_req_recv(struct ll_conn *conn, memq_link_t *link,
|
|||
void *node;
|
||||
|
||||
conn->llcp_cis.cig_id = req->cig_id;
|
||||
conn->llcp_cis.c_max_sdu = (uint16_t)(req->c_max_sdu_packed[1] & 0x0F) << 8 |
|
||||
req->c_max_sdu_packed[0];
|
||||
conn->llcp_cis.p_max_sdu = (uint16_t)(req->p_max_sdu[1] & 0x0F) << 8 | req->p_max_sdu[0];
|
||||
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 = sys_le16_to_cpu(req->conn_event_count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue