<?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>Bluetooth mesh using prov bearer gatt and gatt proxy</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39989/bluetooth-mesh-using-prov-bearer-gatt-and-gatt-proxy</link><description>Hello. 
 When I try to initialize provisioning bearer gatt with turned on the proxy, provisioning bearer is reconfigure the mesh_gatt which it will not work with proxy anymore. 
 mesh_gatt.c - initialisation function: 
 
 After the provisioning bearer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Nov 2018 15:05:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39989/bluetooth-mesh-using-prov-bearer-gatt-and-gatt-proxy" /><item><title>RE: Bluetooth mesh using prov bearer gatt and gatt proxy</title><link>https://devzone.nordicsemi.com/thread/156352?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 15:05:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc4aecf3-68a4-4c18-bb5d-7f4d1f65f0a0</guid><dc:creator>Vladimir</dc:creator><description>&lt;p&gt;Thanks for your reply. I am using mesh_provisionee, because smartphone app is provisioner. A device is not provisioner. My code based on light_switch_proxy_server example. That example starts provisionee if device is unprovisioned. My modification is - start listening on button press.&lt;/p&gt;
&lt;p&gt;I tried to trace a fault and found mesh_gatt_init call inside call nrf_mesh_prov_bearer_gatt_init. Inside proxy_init the same function is called (mesh_gatt_init). mesh_gatt module has static structure m_gatt which contains the char handles. The second call of mesh_gatt_init rewrites the char handles. In the result, the gatt prov bearer char handles replace char handles of proxy in the m_gatt structure. Because of this, I don&amp;#39;t have access to the proxy.&lt;/p&gt;
&lt;p&gt;Is it a bug or I&amp;nbsp;am using features in the wrong way?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh using prov bearer gatt and gatt proxy</title><link>https://devzone.nordicsemi.com/thread/156341?ContentTypeID=1</link><pubDate>Wed, 07 Nov 2018 14:28:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:adbf881b-a203-42f7-9749-d2bc82d43a4c</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;The provisioner example in our SDK does start the provisioning process on a button press already. Did you take a look at that?&lt;/p&gt;
&lt;p&gt;From the light switch examples README (sdk_root/examples/light_switch/README.md):&lt;br /&gt;&lt;em&gt;After a reset, press Button 1 on the provisioner to start the provisioning and configuration of the devices. The provisioner first provisions and configures the client and then moves on to provision and configure the servers, one by one.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh using prov bearer gatt and gatt proxy</title><link>https://devzone.nordicsemi.com/thread/155490?ContentTypeID=1</link><pubDate>Thu, 01 Nov 2018 08:26:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4eab9cf5-b1c2-4e96-98ac-2a4df93d0125</guid><dc:creator>Vladimir</dc:creator><description>&lt;p&gt;My application is based on the gatt proxy example. I tried to rewrite the example so that the provisioning began at the&amp;nbsp;button press. After I moved the provisionee bearer initialization, that it inits when the application starts, the proxy stopped working.&lt;/p&gt;
&lt;p&gt;The function&amp;nbsp;mesh_provisionee_prov_start in my application has only call nrf_mesh_prov_listen.&lt;/p&gt;
&lt;p&gt;The functions calls&amp;nbsp;nrf_mesh_prov_generate_keys,&amp;nbsp;nrf_mesh_prov_init,&amp;nbsp;nrf_mesh_prov_bearer_gatt_init,&amp;nbsp;nrf_mesh_prov_bearer_add moved to init function which I call at startup.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh using prov bearer gatt and gatt proxy</title><link>https://devzone.nordicsemi.com/thread/155398?ContentTypeID=1</link><pubDate>Wed, 31 Oct 2018 15:35:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5b87af3-0ee0-4f27-8571-4d590ded6078</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;What is it that you are trying to do here?&lt;/p&gt;
&lt;p&gt;Are you using our Mesh SDK, trying to merge the provisioning example with one of our proxy examples?&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>