We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fe487 commit 52db790Copy full SHA for 52db790
tests/bluetooth/ctrl_isoal/src/isoal_test_common.h
@@ -51,6 +51,10 @@
51
#define COLLATED_RX_SDU_INFO(_non_buf, _buf) (_non_buf)
52
#endif /* ISOAL_CONFIG_BUFFER_RX_SDUS_ENABLE */
53
54
+/* Maximum PDU payload for given number of PDUs */
55
+#define MAX_FRAMED_PDU_PAYLOAD(_pdus) \
56
+ (TEST_TX_PDU_PAYLOAD_MAX * _pdus) - \
57
+ ((PDU_ISO_SEG_HDR_SIZE * _pdus) + PDU_ISO_SEG_TIMEOFFSET_SIZE)
58
59
struct rx_pdu_meta_buffer {
60
struct isoal_pdu_rx pdu_meta;
0 commit comments