<?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 allocate TX context.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78772/unable-to-allocate-tx-context</link><description>I made a custom model under ncs1.6.0 to publish uart data. When the data I want to publish exceeds 85 bytes, an error occurs in debug: 
 &amp;lt;err&amp;gt; bt_conn: Unable to allocate TX context 
 
 model publish function, at this time datalen is 87: 
 
 The specific</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Aug 2021 08:49:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78772/unable-to-allocate-tx-context" /><item><title>RE: Unable to allocate TX context.</title><link>https://devzone.nordicsemi.com/thread/326130?ContentTypeID=1</link><pubDate>Mon, 23 Aug 2021 08:49:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:862f19ff-9548-4296-8d29-91118587e699</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please check the value of these settings in &lt;code&gt;prj.conf&lt;/code&gt; : `CONFIG_BT_MESH_TX_SEG_MAX` (on the transmitter side) and `CONFIG_BT_MESH_RX_SEG_MAX` on the receiver side. These should be set to &lt;code&gt;32&lt;/code&gt; to support the maximum length of an access message.&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>