Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Diso.c158 static struct net_buf *iso_data_pull(struct bt_conn *conn, size_t amount, size_t *length);
181 iso->tx_data_pull = iso_data_pull; in iso_new()
727 static struct net_buf *iso_data_pull(struct bt_conn *conn, size_t amount, size_t *length) in iso_data_pull() function