<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unable to Increase ACL Packet Size in HCI_USB Sample in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117044/unable-to-increase-acl-packet-size-in-hci_usb-sample-in-nrf-connect-sdk</link><description>Hello, 
 I am using the hci_usb sample from Zephyr and running BlueZ 5.53 on Ubuntu 20.04. I am trying to increase the ACL packet size from the default value of 27 bytes and 3 packets using hcitool , but I am unable to achieve this change. 
 I have tried</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Dec 2024 15:44:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117044/unable-to-increase-acl-packet-size-in-hci_usb-sample-in-nrf-connect-sdk" /><item><title>RE: Unable to Increase ACL Packet Size in HCI_USB Sample in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/514327?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2024 15:44:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c6ae41d-871f-4af0-9d78-17eba34f91c2</guid><dc:creator>Sigurd</dc:creator><description>[quote user="AhmedPs19"]I am using nRF Connect SDK 2.6 and it is not recognizing CONFIG_BT_ATT_TX_COUNT[/quote]
&lt;p&gt;It was changed in later releases.&lt;/p&gt;
&lt;p&gt;In 2.6 it&amp;#39;s called&amp;nbsp;&lt;span&gt;CONFIG_BT_L2CAP_TX_BUF_COUNT.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If it&amp;#39;s still not working, could you provide a sniffer trace for the ATT MTU exchange ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to Increase ACL Packet Size in HCI_USB Sample in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/514266?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2024 13:35:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ab4747e-5ab9-4d96-8ecc-b0737358235a</guid><dc:creator>AhmedPs19</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;br /&gt;&lt;br /&gt;I am using nRF Connect SDK 2.6 and it is not recognizing CONFIG_BT_ATT_TX_COUNT as a valid configuration parameter. Apart from this one , I have added other configurations and it has increased the ACL.&lt;br /&gt;&lt;br /&gt;Can you suggest what is the maximum stable MTU size for this sample ? &lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Ahmed &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to Increase ACL Packet Size in HCI_USB Sample in nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/513818?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 12:38:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11e3af07-9906-476d-95ce-50fae1cd33c7</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Try&amp;nbsp;adding this in prj.conf:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_BT_BUF_ACL_RX_SIZE=502
CONFIG_BT_ATT_PREPARE_COUNT=2
CONFIG_BT_ATT_TX_COUNT=10
CONFIG_BT_L2CAP_TX_MTU=498
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
CONFIG_BT_CONN_TX_MAX=10
CONFIG_BT_BUF_ACL_TX_COUNT=10
CONFIG_BT_BUF_ACL_TX_SIZE=502

CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
CONFIG_BT_USER_DATA_LEN_UPDATE=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Also, if you have issues with hci_usb, then you could try&amp;nbsp;compiling hci_uart with the CDC uart driver and use that instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>