Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c37 static uint32_t cis_sn_last; variable
100 cis_sn_last = 0U; in iso_connected()
573 cis_sn_last = get_next_sn(cis_sn_last, &cis_sn_last_updated_ticks, in cmd_send()
586 shell_info(sh, "send: %d bytes of data with PSN %u", len, cis_sn_last); in cmd_send()
587 ret = bt_iso_chan_send(&iso_chan, buf, cis_sn_last); in cmd_send()