<?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>Why does L2CAP exist in BLE stack?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20011/why-does-l2cap-exist-in-ble-stack</link><description>I&amp;#39;ve found out that softdevice S130 cannot handle the length longer than default MTU(23). 
 But I know L2CAP is responsible for assembling and disassembling packet. 
 So why does L2CAP exist in BEL stack, If softdevice cannot handle this? 
 Is this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Mar 2017 08:35:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20011/why-does-l2cap-exist-in-ble-stack" /><item><title>RE: Why does L2CAP exist in BLE stack?</title><link>https://devzone.nordicsemi.com/thread/77865?ContentTypeID=1</link><pubDate>Thu, 02 Mar 2017 08:35:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ec82c5b-f7cd-4596-ab29-a2e51982efa1</guid><dc:creator>JoonDong</dc:creator><description>&lt;p&gt;yes it is..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why does L2CAP exist in BLE stack?</title><link>https://devzone.nordicsemi.com/thread/77869?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2017 10:16:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3243ac18-e147-4d1b-b74b-426c64a368fe</guid><dc:creator>JoonDong</dc:creator><description>&lt;p&gt;thank you. It&amp;#39;s very helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why does L2CAP exist in BLE stack?</title><link>https://devzone.nordicsemi.com/thread/77868?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2017 10:01:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9f211ed-d5d1-45bc-85cd-de97c2954c68</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;And also note that L2CAP does assembly/disassembly on PDU level, ATT_MTU lives on higher layer then L2CAP so it has nothing to do with it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why does L2CAP exist in BLE stack?</title><link>https://devzone.nordicsemi.com/thread/77867?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2017 09:20:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92223dfa-6a07-4f80-910f-1255e2e8ede3</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Yes. Have you read the BT SIG Core specification or at least some training slides like &lt;a href="https://github.com/Szarp/WolfsHeart/blob/master/Documents/Low%20Energy%20Training.pdf"&gt;these&lt;/a&gt;? I highly recommend it, might be useful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why does L2CAP exist in BLE stack?</title><link>https://devzone.nordicsemi.com/thread/77870?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 09:56:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6699718-24a0-4ab8-9e83-09095978e61d</guid><dc:creator>JoonDong</dc:creator><description>&lt;p&gt;So does the answer means that L2CAP provide some(logical channel) of original features in BLE stack e.g. except for assembly and disassembly features?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why does L2CAP exist in BLE stack?</title><link>https://devzone.nordicsemi.com/thread/77864?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 09:40:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:833f70f3-a1c6-4b97-a9b0-c1d98ac8146b</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;You mean, &amp;quot;&lt;strong&gt;BLE&lt;/strong&gt;&amp;quot; = &lt;strong&gt;B&lt;/strong&gt;luetooth &lt;strong&gt;L&lt;/strong&gt;ow &lt;strong&gt;E&lt;/strong&gt;nergy ?!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why does L2CAP exist in BLE stack?</title><link>https://devzone.nordicsemi.com/thread/77866?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 07:56:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41133cd1-d2ff-4d64-b5c6-77fd240ce9ad</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;L2CAP role is to provide &amp;quot;logical channels&amp;quot; so you could run multiple protocols on top of BT LE link at the same time. However today you have basically only &amp;quot;ATT&amp;quot; and &amp;quot;Security Manager&amp;quot; messaging defined in the specification (the latter means methods used to establish and manage Secure connection, otherwise all &amp;quot;meaningful&amp;quot; communication should happen on top of &amp;quot;ATT&amp;quot;. There are &amp;quot;free&amp;quot; channel IDs (CIDs) which can be dynamically assigned to other protocols but that would mean something proprietary (at least according to BT SIG v4.0/4.1) and I&amp;#39;ve never seen it. So practically L2CAP is here mainly to be able to manage Security Manager layer (and not mix it with ATTribute and higher layers).&lt;/p&gt;
&lt;p&gt;Cheers Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>