commit | 5a11a19713a059f90fc7f56af1831b295f61a4c8 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Thu Sep 16 15:48:29 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Sep 28 20:07:32 2021 -0400 |
tree | 2c896f20581d5376240f66988a92879ae2c397fd | |
parent | c5634f1b08ec6680f793df4c32962c3f213103a1 [diff] |
Bluetooth: Iso: Add BT_ISO_SDU_BUF_SIZE macro Add the BT_ISO_SDU_BUF_SIZE which can be used to declare the TX buffers for ISO, similar to the BT_L2CAP_SDU_BUF_SIZE macro for L2CAP. This also updates the ISO samples to use this as well updating the SDU check to use CONFIG_BT_ISO_TX_MTU/CONFIG_BT_ISO_RX_MTU without subtracting the BT_ISO_CHAN_SEND_RESERVE to make the API more clear. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>