<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: QN908x limit on GATT Read/Write Notifications? in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/QN908x-limit-on-GATT-Read-Write-Notifications/m-p/858597#M5872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found where the array limit is set.&amp;nbsp; ble_config.h:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/*! Maximum number of handles that can be registered for write notifications. */&lt;BR /&gt;#ifndef gMaxWriteNotificationHandles_c&lt;BR /&gt;#define gMaxWriteNotificationHandles_c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*! Maximum number of handles that can be registered for read notifications. */&lt;BR /&gt;#ifndef gMaxReadNotificationHandles_c&lt;BR /&gt;#define gMaxReadNotificationHandles_c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2019 17:35:58 GMT</pubDate>
    <dc:creator>joseraffucci</dc:creator>
    <dc:date>2019-01-08T17:35:58Z</dc:date>
    <item>
      <title>QN908x limit on GATT Read/Write Notifications?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN908x-limit-on-GATT-Read-Write-Notifications/m-p/858596#M5871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try to register for callbacks for either read or write notifications to my GATT database, I get a failure if I have more than 10 items in either notification list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This returns a gBleInvalidParameter_c result:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;bleResult_t result = GattServer_RegisterHandlesForWriteNotifications (11, gattWriteNotificationHandles);&lt;/BLOCKQUOTE&gt;&lt;P&gt;and this gGattDbSuccessSuccess:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;bleResult_t result = GattServer_RegisterHandlesForWriteNotifications (10, gattWriteNotificationHandles);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I can't find anyplace in the documentation that mentioned this limit.&amp;nbsp; Attribute array has plenty of entries and the contents do not appear to affect the behavior.&amp;nbsp; SDK 2.2&amp;nbsp; BLE 1.5.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way around this or am I limited to just 10 handles total for read/write notifications?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 01:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN908x-limit-on-GATT-Read-Write-Notifications/m-p/858596#M5871</guid>
      <dc:creator>joseraffucci</dc:creator>
      <dc:date>2019-01-08T01:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: QN908x limit on GATT Read/Write Notifications?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN908x-limit-on-GATT-Read-Write-Notifications/m-p/858597#M5872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found where the array limit is set.&amp;nbsp; ble_config.h:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/*! Maximum number of handles that can be registered for write notifications. */&lt;BR /&gt;#ifndef gMaxWriteNotificationHandles_c&lt;BR /&gt;#define gMaxWriteNotificationHandles_c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*! Maximum number of handles that can be registered for read notifications. */&lt;BR /&gt;#ifndef gMaxReadNotificationHandles_c&lt;BR /&gt;#define gMaxReadNotificationHandles_c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 17:35:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN908x-limit-on-GATT-Read-Write-Notifications/m-p/858597#M5872</guid>
      <dc:creator>joseraffucci</dc:creator>
      <dc:date>2019-01-08T17:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: QN908x limit on GATT Read/Write Notifications?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN908x-limit-on-GATT-Read-Write-Notifications/m-p/858598#M5873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try modifying it?&amp;nbsp;Did you have troubles while doing so? Please consider that you will need t take care of the memory in case you decide to modify it as it will store more values in memory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2019 18:37:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN908x-limit-on-GATT-Read-Write-Notifications/m-p/858598#M5873</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-01-10T18:37:20Z</dc:date>
    </item>
  </channel>
</rss>

