Searched refs:txFlushedPackets (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_iso_api.h | 38 uint32_t txFlushedPackets, uint32_t txLastSubeventPackets,
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine.h | 97 uint8_t conn_handle, uint32_t txUnackedPackets, uint32_t txFlushedPackets,
|
D | mock_state_machine.h | 103 uint32_t txFlushedPackets, uint32_t txLastSubeventPackets,
|
D | client.cc | 5476 uint32_t txFlushedPackets, uint32_t txLastSubeventPackets, in IsoLinkQualityReadCb() argument 5491 group, leAudioDevice, conn_handle, txUnackedPackets, txFlushedPackets, in IsoLinkQualityReadCb() 6152 uint32_t txFlushedPackets, uint32_t txLastSubeventPackets, in OnIsoLinkQualityRead() argument 6157 txFlushedPackets, txLastSubeventPackets, in OnIsoLinkQualityRead()
|
D | state_machine.cc | 728 uint8_t conn_handle, uint32_t txUnackedPackets, uint32_t txFlushedPackets, in ProcessHciNotifIsoLinkQualityRead() argument 737 conn_handle, txUnackedPackets, txFlushedPackets, txLastSubeventPackets, in ProcessHciNotifIsoLinkQualityRead()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso_impl.h | 460 uint32_t txFlushedPackets; in on_iso_link_quality_read() local 491 STREAM_TO_UINT32(txFlushedPackets, stream); in on_iso_link_quality_read() 500 conn_handle, iso->cig_id, txUnackedPackets, txFlushedPackets, in on_iso_link_quality_read()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | btm_iso_test.cc | 114 uint32_t txFlushedPackets, uint32_t txLastSubeventPackets,
|