Home
last modified time | relevance | path

Searched refs:cig_handle (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_peripheral_iso.c391 uint8_t cig_handle; in ull_peripheral_iso_update_peer_sca() local
394 for (cig_handle = 0; cig_handle < CONFIG_BT_CTLR_CONN_ISO_GROUPS; cig_handle++) { in ull_peripheral_iso_update_peer_sca()
399 cig = ll_conn_iso_group_get(cig_handle); in ull_peripheral_iso_update_peer_sca()
Dull_conn_iso.c200 uint8_t cig_handle; in ll_conn_iso_stream_get_by_acl() local
203 for (cig_handle = 0; cig_handle < CONFIG_BT_CTLR_CONN_ISO_GROUPS; cig_handle++) { in ll_conn_iso_stream_get_by_acl()
209 cig = ll_conn_iso_group_get(cig_handle); in ll_conn_iso_stream_get_by_acl()