The parameter for set cig parameter complete event.
More...
#include <ble_iso.h>
|
| uint8_t | status |
| | 0x00: succeeded. More...
|
| |
| uint8_t | cig_id |
| | Used to identify a CIG, (Range: 0x00 to 0xEF). More...
|
| |
| uint8_t | cis_count |
| | Total number of CISs, (Range: 0x00 to 0x10). More...
|
| |
| uint16_t * | cis_hdl |
| | List of connection handles of CISs in the CIG, (Range: 0x0000 to 0x0EFF). More...
|
| |
The parameter for set cig parameter complete event.
Definition at line 589 of file ble_iso.h.
◆ cig_id
| uint8_t iso_set_cig_param_cmpl_evt_t::cig_id |
Used to identify a CIG, (Range: 0x00 to 0xEF).
Definition at line 592 of file ble_iso.h.
◆ cis_count
| uint8_t iso_set_cig_param_cmpl_evt_t::cis_count |
Total number of CISs, (Range: 0x00 to 0x10).
Definition at line 593 of file ble_iso.h.
◆ cis_hdl
| uint16_t* iso_set_cig_param_cmpl_evt_t::cis_hdl |
List of connection handles of CISs in the CIG, (Range: 0x0000 to 0x0EFF).
Definition at line 594 of file ble_iso.h.
◆ status
| uint8_t iso_set_cig_param_cmpl_evt_t::status |
0x00: succeeded.
0x01-0xFF: failed
Definition at line 591 of file ble_iso.h.
The documentation for this struct was generated from the following file: