Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso_types.h82 uint32_t tx_flushed_packets; member
Dull_iso.c1019 uint32_t *tx_flushed_packets, in ll_read_iso_link_quality() argument
1029 *tx_flushed_packets = 0; in ll_read_iso_link_quality()
1049 *tx_flushed_packets = cis->hdr.link_quality.tx_flushed_packets; in ll_read_iso_link_quality()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h184 uint32_t *tx_flushed_packets,
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2309 uint32_t tx_flushed_packets; in le_read_iso_link_quality() local
2319 &tx_flushed_packets, in le_read_iso_link_quality()
2330 rp->tx_flushed_packets = sys_cpu_to_le32(tx_flushed_packets); in le_read_iso_link_quality()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2371 uint32_t tx_flushed_packets; member