<?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: MKW41z BLE  not working after enabling random address and pairing. in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031706#M8898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;I do get my code working by just changing the sequence of characteristic.&lt;/P&gt;&lt;P&gt;gatt_db.h files show weird behaviour when everything starts working when I deleted the commented code from gatt_db notification again stops working.&lt;/P&gt;&lt;P&gt;Do you know anything about such restrictions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 May 2020 04:47:18 GMT</pubDate>
    <dc:creator>rahul_singh</dc:creator>
    <dc:date>2020-05-09T04:47:18Z</dc:date>
    <item>
      <title>MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031696#M8888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using MKW41Z with connectivity software.&lt;BR /&gt;I created a custom application based on the provided examples and able to run it successfully with a custom android application acting as a client.&lt;/P&gt;&lt;P&gt;But the issue I am facing is that when I set the address type as Random instead of the public and enable pairing my android application instantly disconnects after connecting.&lt;/P&gt;&lt;P&gt;Code snippet for the same:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;gapAdvertisingParameters_t gAdvParams = {&lt;BR /&gt; /* minInterval */ gGapAdvertisingIntervalRangeMinimum_c, &lt;BR /&gt; /* maxInterval */ gGapAdvertisingIntervalRangeMinimum_c, &lt;BR /&gt; /* advertisingType */ gAdvConnectableUndirected_c, &lt;BR /&gt; /* addressType */ gBleAddrTypeRandom_c,// gBleAddrTypeRandom_c, TODO&lt;BR /&gt; /* directedAddressType */ gBleAddrTypeRandom_c,&lt;BR /&gt; /* directedAddress */ {0, 0, 0, 0, 0, 0},&lt;BR /&gt; /* channelMap */ (gapAdvertisingChannelMapFlags_t) (gGapAdvertisingChannelMapDefault_c), &lt;BR /&gt; /* filterPolicy */ gProcessAll_c &lt;BR /&gt;};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;gapPairingParameters_t gPairingParameters = {&lt;BR /&gt; .withBonding = gAppUseBonding_d,&lt;BR /&gt; .securityModeAndLevel = gSecurityMode_1_Level_3_c,&lt;BR /&gt; .maxEncryptionKeySize = mcEncryptionKeySize_c,&lt;BR /&gt; .localIoCapabilities = gIoDisplayOnly_c,&lt;BR /&gt; .oobAvailable = FALSE,&lt;BR /&gt; .centralKeys = gIrk_c,&lt;BR /&gt; .peripheralKeys = (gapSmpKeyFlags_t)(gLtk_c | gIrk_c),&lt;BR /&gt; .leSecureConnectionSupported = TRUE,&lt;BR /&gt; .useKeypressNotifications = FALSE,&lt;BR /&gt;};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have enabled macros&amp;nbsp;&lt;STRONG&gt;gAppUsePairing_d&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;gAppUseBonding_d.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The same process works fine when I sat the structure for advertisement like this:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;gapAdvertisingParameters_t gAdvParams = {&lt;BR /&gt; /* minInterval */ gGapAdvertisingIntervalRangeMinimum_c, &lt;BR /&gt; /* maxInterval */ gGapAdvertisingIntervalRangeMinimum_c, &lt;BR /&gt; /* advertisingType */ gAdvConnectableUndirected_c, &lt;BR /&gt; /* addressType */ gBleAddrTypePublic_c,// gBleAddrTypeRandom_c, TODO&lt;BR /&gt; /* directedAddressType */ gBleAddrTypePublic_c,&lt;BR /&gt; /* directedAddress */ {0, 0, 0, 0, 0, 0},&lt;BR /&gt; /* channelMap */ (gapAdvertisingChannelMapFlags_t) (gGapAdvertisingChannelMapDefault_c), &lt;BR /&gt; /* filterPolicy */ gProcessAll_c &lt;BR /&gt;};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But I need to generate random mac addresses for different boards.&lt;/P&gt;&lt;P&gt;In short :&lt;/P&gt;&lt;P&gt;Random MAC address + Pairing = Not working&lt;/P&gt;&lt;P&gt;Public address + pairing = working&lt;/P&gt;&lt;P&gt;Can anyone help me to get around this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2020 16:05:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031696#M8888</guid>
      <dc:creator>rahul_singh</dc:creator>
      <dc:date>2020-03-28T16:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031697#M8889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the&amp;nbsp;"\KW41_SDK\docs\wireless\Bluetooth\BLE Application Developers Guide.pdf"&lt;/P&gt;&lt;P&gt;4.4 Enhanced privacy feature&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please enable the privacy feature?&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/*! Enable/disable use of privacy */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define gAppUsePrivacy_d  1&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 21:23:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031697#M8889</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-03-30T21:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031698#M8890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, Mario.&lt;/P&gt;&lt;P&gt;I have figured the issue, That is the privacy feature is supported by BLE 4.2 but my android device has 4.0.&lt;/P&gt;&lt;P&gt;The code is working on another android device with BLE4.2.&lt;/P&gt;&lt;P&gt;Though I have a different issue now some of my notifications are working, but some notifications throw the code "&lt;STRONG&gt;gDevDbCccdNotFound&lt;/STRONG&gt;" on "&lt;STRONG&gt;Gap_CheckNotificationStatus&lt;/STRONG&gt;" API despite the fact I have enabled cccd on every characteristic from android.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 07:05:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031698#M8890</guid>
      <dc:creator>rahul_singh</dc:creator>
      <dc:date>2020-03-31T07:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031699#M8891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any further questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ragards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 17:04:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031699#M8891</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-03-31T17:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031700#M8892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi Mario,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I have an issue&amp;nbsp;that my notifications are not working,&amp;nbsp;they are&amp;nbsp;throwing the code "&lt;/SPAN&gt;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;"&gt;gDevDbCccdNotFound&lt;/STRONG&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;" on the "&lt;/SPAN&gt;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;"&gt;Gap_CheckNotificationStatus&lt;/STRONG&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;" API despite the fact I have enabled cccd on every characteristic from android.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I cannot find the appropriate solution by myself or from the internet.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2020 03:44:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031700#M8892</guid>
      <dc:creator>rahul_singh</dc:creator>
      <dc:date>2020-05-05T03:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031701#M8893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how are you implementing the custom profile in your application.&lt;/P&gt;&lt;P&gt;Please look at Chapter 8 Creating a Custom Profile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the&amp;nbsp;7.1.4 Static GATT database definition examples that are showing an example about the Characteristic, however, you could take as reference the next community post.&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-332703"&gt;https://community.nxp.com/docs/DOC-332703&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2020 14:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031701#M8893</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-05-05T14:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031702#M8894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;Here is how I declared the custom UUID and respective gatt_db declarations.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;UUID128(uuid_service_ssf_sc_ctrl_stat, 0xE0, 0x1C, 0x4B, 0x5E, 0x1E, 0xEB, 0xA1, 0x5C, 0xEE, 0xF4, 0x5E, 0xBA, 0x05, 0x01, 0xFF, 0x01)&lt;BR /&gt; UUID128(uuid_char_stat_lock, 0xE0, 0x1C, 0x4B, 0x5E, 0x1E, 0xEB, 0xA1, 0x5C, 0xEE, 0xF4, 0x5E, 0xBA, 0x06, 0x01, 0xFF, 0x01)&lt;BR /&gt; UUID128(uuid_char_stat_pollu, 0xE0, 0x1C, 0x4B, 0x5E, 0x1E, 0xEB, 0xA1, 0x5C, 0xEE, 0xF4, 0x5E, 0xBA, 0x08, 0x01, 0xFF, 0x01)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;PRIMARY_SERVICE_UUID128(service_ssf_sc_ctrl_stat, uuid_service_ssf_sc_ctrl_stat)&lt;BR /&gt; CHARACTERISTIC_UUID128(char_stat_lock, uuid_char_stat_lock, (gGattCharPropNotify_c))&lt;BR /&gt; VALUE_UUID128(value_char_stat_lock, uuid_char_stat_lock, (gPermissionNone_c), 2, 0x22,0x22) // single int&lt;BR /&gt; CCCD(cccd_char_stat_lock)&lt;/P&gt;&lt;P&gt;CHARACTERISTIC_UUID128(char_stat_pollu, uuid_char_stat_pollu, (gGattCharPropNotify_c))&lt;BR /&gt; VALUE_UUID128(value_char_stat_pollu, uuid_char_stat_pollu, (gPermissionNone_c), 3, 0x00,0x00,0x00) // Int array of 3&lt;BR /&gt; CCCD(cccd_char_stat_pollu)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I do not find any issue with this when compared with the document you shared.&lt;/P&gt;&lt;P&gt;Though I do have all the system working fine previously then i accidentally deleted my gatt_db and gatt_uuid128 files. After making them again I'm getting this "&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;"&gt;gDevDbCccdNotFound&lt;/STRONG&gt;" error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2020 06:40:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031702#M8894</guid>
      <dc:creator>rahul_singh</dc:creator>
      <dc:date>2020-05-07T06:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031703#M8895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the battery service example, see how is implementing the notification&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;static&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;void&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Bas_SendNotifications&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;  uint16_t handle&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please look at the event&amp;nbsp;case gEvtCharacteristicCccdWritten_c that sets the notification timer depending on the profile that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 03:15:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031703#M8895</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-05-08T03:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031704#M8896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;Is there any size limit for the GattDb. I got to a point where if I add one more characteristic is stops working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 04:58:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031704#M8896</guid>
      <dc:creator>rahul_singh</dc:creator>
      <dc:date>2020-05-08T04:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031705#M8897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will depend on the memory that you are working on. But I think that you are not setting a lot of profiles.&lt;/P&gt;&lt;P&gt;Did you look at the&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-332703"&gt;Creating a custom profile using NXP BLE stack – Server&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 16:20:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031705#M8897</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-05-08T16:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031706#M8898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;I do get my code working by just changing the sequence of characteristic.&lt;/P&gt;&lt;P&gt;gatt_db.h files show weird behaviour when everything starts working when I deleted the commented code from gatt_db notification again stops working.&lt;/P&gt;&lt;P&gt;Do you know anything about such restrictions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2020 04:47:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031706#M8898</guid>
      <dc:creator>rahul_singh</dc:creator>
      <dc:date>2020-05-09T04:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: MKW41z BLE  not working after enabling random address and pairing.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031707#M8899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no restriction. I can not be sure if you modified something by mistake, I can recommend to try with a new project and try to add again the requirements that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 20:08:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/MKW41z-BLE-not-working-after-enabling-random-address-and-pairing/m-p/1031707#M8899</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-05-11T20:08:59Z</dc:date>
    </item>
  </channel>
</rss>

