Create CIS pending. More...
#include <lctr_int_cis_master.h>
Data Fields | |
uint8_t | numCis |
uint16_t | cisHandle [LL_MAX_CIS] |
uint16_t | aclHandle [LL_MAX_CIS] |
uint8_t | isCreateCisDone [LL_MAX_CIS] |
Create CIS pending.
Definition at line 62 of file lctr_int_cis_master.h.
uint16_t aclHandle[LL_MAX_CIS] |
ACL handle array.
Definition at line 66 of file lctr_int_cis_master.h.
uint16_t cisHandle[LL_MAX_CIS] |
CIS handle array.
Definition at line 65 of file lctr_int_cis_master.h.
uint8_t isCreateCisDone[LL_MAX_CIS] |
TRUE if create CIS is done, either succeed or fail.
Definition at line 67 of file lctr_int_cis_master.h.
uint8_t numCis |
Number of CISs to create.
Definition at line 64 of file lctr_int_cis_master.h.