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.c1017 uint32_t *tx_flushed_packets, in ll_read_iso_link_quality() argument
1027 *tx_flushed_packets = 0; in ll_read_iso_link_quality()
1047 *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.c2344 uint32_t tx_flushed_packets; in le_read_iso_link_quality() local
2354 &tx_flushed_packets, in le_read_iso_link_quality()
2365 rp->tx_flushed_packets = sys_cpu_to_le32(tx_flushed_packets); in le_read_iso_link_quality()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2419 uint32_t tx_flushed_packets; member