- ISO TX data path for HCI and support for vendor path - ISO-AL segmentation of framed PDUs - Insertion of segment headers - Reconstruction and storing of CIG reference point in ULL - Calculation and insertion of of Time-Offset - Exit error spooling in ISO-AL on detecting start - ISO-AL TX unframed fragmentation Signed-off-by: Nirosharn Amarasinghe <niag@demant.com> Signed-off-by: Morten Priess <mtpr@oticon.com>
12 lines
316 B
C
12 lines
316 B
C
/*
|
|
* Copyright (c) 2020-2021 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
int ull_iso_init(void);
|
|
int ull_iso_reset(void);
|
|
void ull_iso_datapath_release(struct ll_iso_datapath *dp);
|
|
void ll_iso_rx_put(memq_link_t *link, void *rx);
|
|
void *ll_iso_rx_get(void);
|
|
void ll_iso_rx_dequeue(void);
|