![]() |
nrfxlib API 3.3.99
|
LE CIS Request. More...
#include <sdc_hci_cmd_le.h>
Data Fields | |
| uint16_t | acl_conn_handle |
| uint16_t | cis_conn_handle |
| uint8_t | cig_id |
| uint8_t | cis_id |
LE CIS Request.
The description below is extracted from Core_v6.3, Vol 4, Part E, Section 7.7.65.26
This event indicates that a Controller has received a request to establish a CIS. If the Controller receives such a request while the HCI_LE_CIS_Request event is masked away, it shall reject it. Otherwise the Controller shall assign a connection handle for the requested CIS and send the handle in the CIS_Connection_Handle parameter of the event.
When the Host receives this event it shall respond with either an HCI_LE_Accept_CIS_Request command or an HCI_LE_Reject_CIS_Request command before the timer Connection_Accept_Timeout expires. If it does not, the Controller shall reject the request and generate an HCI_LE_CIS_Established event with the status Connection Accept Timeout Exceeded (0x10).
The ACL_Connection_Handle is the connection handle of the ACL connection that is associated with the requested CIS.
The CIG_ID parameter contains the identifier of the CIG that contains the requested CIS. This parameter is sent by the Central in the request to establish the CIS.
The CIS_ID parameter contains the identifier of the requested CIS. This parameter is sent by the Central in the request to establish the CIS.