<?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>provision  problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47126/provision-problem</link><description>I&amp;#39;m using nrf_MESH app to provision proxy client in nrf_mesh SDK2.20. 
 There are some questions about provision process. 
 1).Before provision we know that the device should beacon the device information.Is it use PB_ADV to advertising the UUID?If not</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Jul 2019 12:09:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47126/provision-problem" /><item><title>RE: provision  problem</title><link>https://devzone.nordicsemi.com/thread/197121?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2019 12:09:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e1e2165-8bce-4231-b754-502655befb0d</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Check the rx_handle() function, in addition to the other functions in the switch case (i.e. network_packet_in(), net_beacon_packet_in() &amp;amp; config_packet_in()).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: provision  problem</title><link>https://devzone.nordicsemi.com/thread/195781?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2019 03:04:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40a26728-1ef5-4480-9e70-fbb6483227da</guid><dc:creator>zhengrui</dc:creator><description>&lt;p&gt;Sorry to reply for a long time.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve gotten it.But for qustion(4),I don&amp;#39;t find any call or interface in&amp;nbsp;&lt;span&gt;gatt_evt_handler&lt;/span&gt; &amp;nbsp;to connect to the information about&amp;nbsp;&lt;span&gt;setting the publish/subscribe information &amp;amp; the app key in mesh network.So I don&amp;#39;t know how to configure them.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: provision  problem</title><link>https://devzone.nordicsemi.com/thread/186382?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 11:05:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2912e74e-cc43-4093-9c33-96114a111c60</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;1) You advertise both a non-connectable (PB-ADV) &amp;amp; a connectable (PB-GATT) beacon. The connectable beacon also includes the mesh provisioning service UUID.&lt;/p&gt;
&lt;p&gt;2) The device sends data via the proxy.c file using the proxy service. This can be seen by looking at the proxy light switch example device log (e.g. debugging using Segger Embedded Studio). One can see that the&amp;nbsp;MESH_GATT_EVT_TYPE_TX_READY &amp;amp;&amp;nbsp;MESH_GATT_EVT_TYPE_TX_COMPLETE events in gatt_evt_handler get called a few times.&lt;/p&gt;
&lt;p&gt;3) The rx_handle function in proxy.c is used to handle incoming packets from the nRF Mesh mobile app (e.g. see&amp;nbsp;MESH_GATT_EVT_TYPE_RX).&lt;/p&gt;
&lt;p&gt;4) You set the publish/subscribe information &amp;amp; the app key via the nRF Mesh app.&amp;nbsp;The same gatt_evt_handler is used to receive the incoming appkey bind &amp;amp; publish/subscribe address messages. Are you wondering where the appkey &amp;amp; the publish/subscribe messages get stored in the device itself?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>