Bluetooth LE Stack
le_audio_cig_t
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
le_audio_cig_t
le_audio_cig_t struct
Syntax
Show:
Summary
Declaration
from
gap.h:309
typedef
struct
{
btstack_linked_item_t
item
;
uint8_t
cig_id
;
le_audio_cig_params_t
*
params
;
le_audio_cig_state_t
state
;
union
{
uint8_t
next_cis
;
uint8_t
status
;
}
state_vars
;
uint8_t
num_cis
;
hci_con_handle_t
cis_con_handles
[
MAX_NR_CIS
]
;
hci_con_handle_t
acl_con_handles
[
MAX_NR_CIS
]
;
bool
cis_setup_active
[
MAX_NR_CIS
]
;
bool
cis_established
[
MAX_NR_CIS
]
;
bool
can_send_now_requested
;
}
le_audio_cig_t
;
Fields
Field
Declared as
le_audio_cig_t::item
btstack_linked_item_t
le_audio_cig_t::cig_id
uint8_t
le_audio_cig_t::params
le_audio_cig_params_t
*
le_audio_cig_t::state
le_audio_cig_state_t
le_audio_cig_t::state_vars
union
{
uint8_t
next_cis
;
uint8_t
status
;
}
le_audio_cig_t::num_cis
uint8_t
le_audio_cig_t::cis_con_handles
hci_con_handle_t
[
MAX_NR_CIS
]
le_audio_cig_t::acl_con_handles
hci_con_handle_t
[
MAX_NR_CIS
]
le_audio_cig_t::cis_setup_active
bool
[
MAX_NR_CIS
]
le_audio_cig_t::cis_established
bool
[
MAX_NR_CIS
]
le_audio_cig_t::can_send_now_requested
bool
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out