bluetooth: tester: Enable BT_CTLR_ISOAL_PSN_IGNORE
Temporarily ignore the Tx ISO Data Packet Sequence Number use as the tester app does not have yet a synchronization mechanism for the sequence number and it constantly fails to send ISO data on time. Signed-off-by: Magdalena Kasenberg <magdalena.kasenberg@codecoup.pl>
This commit is contained in:
parent
5aff88ab93
commit
62809d7581
|
@ -3,3 +3,4 @@ CONFIG_BT_CTLR_CONN_ISO_LOW_LATENCY_POLICY=y
|
|||
CONFIG_BT_CTLR_DATA_LENGTH_MAX=100
|
||||
CONFIG_BT_BUF_ACL_RX_SIZE=100
|
||||
CONFIG_BT_CTLR_PERIPHERAL_ISO_EARLY_CIG_START=y
|
||||
CONFIG_BT_CTLR_ISOAL_PSN_IGNORE=y
|
||||
|
|
Loading…
Reference in New Issue