<?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 use BLE without GATT?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19319/why-use-ble-without-gatt</link><description>I&amp;#39;ve come across a couple of products that shows up as both classic and BLE. But when connecting to these products via nRF Connect or inspecting the traffic, I can&amp;#39;t seem to find any GATT services. One example is the Bose QuietComfort 35 headphones, another</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 31 Jan 2017 15:44:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19319/why-use-ble-without-gatt" /><item><title>RE: Why use BLE without GATT?</title><link>https://devzone.nordicsemi.com/thread/74912?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 15:44:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1926576-b374-4d5b-aee5-def5c200ac1d</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;I have now tested with a Nexus 5X myself, and I see the same issue here. I was not even able to connect with the 5X (GATT error was returned), so the services will not be listed/discovered. A sensor reset is just resetting the QC-35, but this did unfortunately not solve the problem. On a Samsung S6 everything worked perfectly, so this is an issue with the Nexus 5X.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why use BLE without GATT?</title><link>https://devzone.nordicsemi.com/thread/74913?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 10:16:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2866f458-de36-49fb-8372-29e02cb427f9</guid><dc:creator>Per Thomas jahr</dc:creator><description>&lt;p&gt;Aha, this is not what I see. On my Nexus 5X running Android 7.1.1 there are no services shown in nRF-Connect. I&amp;#39;ve tried to reset the Bose QuietComfort 35 and also to remove the bonding, but still no services shown. I see in the release notes for nRF-Connect that &amp;quot;On Nexus 4 and 7 some problems may occur when connecting to devices, a specially bondable ones. Bluetooth sensor reset may be required to fix the problem.&amp;quot; Maybe this is true for Nexus 5X as well. Any idea about how to reset the Bluetooth sensor?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why use BLE without GATT?</title><link>https://devzone.nordicsemi.com/thread/74910?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 10:07:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d22cb94b-da13-48f4-8261-d31657f681c8</guid><dc:creator>Per Thomas jahr</dc:creator><description>&lt;p&gt;Good point about using a custom protocol above the link layer. But as you write I think the products that I have looked into must use the APIs available on Android and iOS since they have their own apps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why use BLE without GATT?</title><link>https://devzone.nordicsemi.com/thread/74911?ContentTypeID=1</link><pubDate>Mon, 30 Jan 2017 15:55:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63d799ab-30fb-488c-a565-56929b0261e9</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi Per,&lt;/p&gt;
&lt;p&gt;When I connect to a  Bose QuietComfort 35 with nRF-Connect I see 4 services (Generic attribute, Generic Access, Device information and a Vendor specific one (shown as unknown in nRF-Connect)). The Vendor specific have 3 different characteristics.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/BoseQC35.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why use BLE without GATT?</title><link>https://devzone.nordicsemi.com/thread/74909?ContentTypeID=1</link><pubDate>Mon, 30 Jan 2017 11:10:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f187544-bb9a-46ab-81f2-f867b4a4554f</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Hi Per,&lt;/p&gt;
&lt;p&gt;The main advantage of using BT LE GATT layer is interoperability and application interworking: it allows you to easily define mutliple use cases/functions/applications living together on one device. It is also the only way to use some mutli-applicational devices and APIs like Android and iOS phones.&lt;/p&gt;
&lt;p&gt;However if you don&amp;#39;t build interoperable solution, you own both ends of wireless link (= HW and SW) and you want to use BT LE (for some reason) then why to bother with higher layers then Link Layer? You can define your own protocol directly on top of generic PDU structure and the same for advertising/scanning phase (just CONNECT_REQ will be standard). Resulting solution will probably be more efficient then to bother with L2CAP/ATT/GATT overhead and procedures (not speaking about notoriously mulfunctioning security manager layer - unless you use latest asymmetric scheme based on ECC). So products such as headphones/headsets or similar things which rely on dongle/custom HW on host (PC) side and built-in BT radio inside the product can easily use BT LE for some specific signalling but not with usual &amp;quot;interoperable&amp;quot; framework of GATT and GAP. Also they usually use some proprietary radio PHY and/or higher layer protocols, because BT LE is handy only if your device must interwork with other type of HW/SW or if you can gain some development advantage by reusing some layers...&lt;/p&gt;
&lt;p&gt;Not a complete insider but this is my personal explanation.&lt;/p&gt;
&lt;p&gt;Cheers Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>