<?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 provisioning freezes after the key exchange</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38734/bluetooth-mesh-provisioning-freezes-after-the-key-exchange</link><description>Hi. Bluetooth mesh provisioning freezes. I tried to change gatt proxy for better compatibility with sdk 15. Mesh sdk: 2.2.0 
 I changed mesh_gatt.c file only: 
 Added: 
 
 Then I removed following code because sdk 15 already handle that events in the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Oct 2018 14:08:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38734/bluetooth-mesh-provisioning-freezes-after-the-key-exchange" /><item><title>RE: Bluetooth mesh provisioning freezes after the key exchange</title><link>https://devzone.nordicsemi.com/thread/154136?ContentTypeID=1</link><pubDate>Tue, 23 Oct 2018 14:08:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b515b583-77e0-47e6-836e-a82d82c3d17b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Vladimir,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;At least we don&amp;#39;t see an error with&amp;nbsp;sd_ble_gap_data_length_update() after your update.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can see in your log there is a timeout:&amp;nbsp;&amp;nbsp;0&amp;gt; &amp;lt;t:&amp;nbsp; &amp;nbsp; 3661792&amp;gt;, fsm.c,&amp;nbsp; 232, PB-GATT bearer: E: E_LINK_TIMEOUT&amp;nbsp; Most likely the connection is broken there.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We need to have &lt;a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF-Sniffer/"&gt;a sniffer trace &lt;/a&gt;to see what exactly happened.&amp;nbsp;After the publickey exchange , each peer would need to calculate the device key and the use that to encrypt the link (provide random and confirm) I don&amp;#39;t see that it reached that part yet.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My suggestion for you is to try to roll back to the original proxy example and try to modify&amp;nbsp;block by&amp;nbsp;block from there until you see the same issue.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh provisioning freezes after the key exchange</title><link>https://devzone.nordicsemi.com/thread/154036?ContentTypeID=1</link><pubDate>Tue, 23 Oct 2018 10:00:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:987ae658-1786-43fe-9dd2-8df2a504b5b1</guid><dc:creator>Vladimir</dc:creator><description>&lt;p&gt;I tried:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;i&amp;gt; Requested BLE GAP data length to be negotiated.

#ifndef NRF_SDH_BLE_GAP_DATA_LENGTH
#define NRF_SDH_BLE_GAP_DATA_LENGTH 27
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_PERIPHERAL_LINK_COUNT - Maximum number of peripheral links. 
#ifndef NRF_SDH_BLE_PERIPHERAL_LINK_COUNT
#define NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 2
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_CENTRAL_LINK_COUNT - Maximum number of central links. 
#ifndef NRF_SDH_BLE_CENTRAL_LINK_COUNT
#define NRF_SDH_BLE_CENTRAL_LINK_COUNT 2
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_TOTAL_LINK_COUNT - Total link count. 
// &amp;lt;i&amp;gt; Maximum number of total concurrent connections using the default configuration.

#ifndef NRF_SDH_BLE_TOTAL_LINK_COUNT
#define NRF_SDH_BLE_TOTAL_LINK_COUNT 4
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_GAP_EVENT_LENGTH - GAP event length. 
// &amp;lt;i&amp;gt; The time set aside for this connection on every connection interval in 1.25 ms units.

#ifndef NRF_SDH_BLE_GAP_EVENT_LENGTH
#define NRF_SDH_BLE_GAP_EVENT_LENGTH 6
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_GATT_MAX_MTU_SIZE - Static maximum MTU size. 
#ifndef NRF_SDH_BLE_GATT_MAX_MTU_SIZE
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 69
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE - Attribute Table size in bytes. The size must be a multiple of 4. 
#ifndef NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE
#define NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE 2048
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_VS_UUID_COUNT - The number of vendor-specific UUIDs. 
#ifndef NRF_SDH_BLE_VS_UUID_COUNT
#define NRF_SDH_BLE_VS_UUID_COUNT 2
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I have got the same fault with this configuration.&lt;/p&gt;
&lt;p&gt;log:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; 0&amp;gt; &amp;lt;t:        531&amp;gt;, nrf_mesh_dfu.c,  904, ERROR: No CMD handler!
 0&amp;gt; &amp;lt;t:      11733&amp;gt;, fsm.c,  222, PB-GATT bearer: init
 0&amp;gt; &amp;lt;t:      11743&amp;gt;, prov_bearer_adv.c,  381, PB-ADV: context at 0x200070DC added to bearer
 0&amp;gt; &amp;lt;t:      11747&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_LISTEN_START
 0&amp;gt; &amp;lt;t:      11750&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LISTEN_START
 0&amp;gt; &amp;lt;t:      11765&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_IDLE -&amp;gt; S_LISTENING
 0&amp;gt; &amp;lt;t:      11769&amp;gt;, r4s_mesh_init.c,   76, Device UUID : 005955BB000000008777D02A7520DC1E
 0&amp;gt; &amp;lt;t:    1331614&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_CONNECTED
 0&amp;gt; &amp;lt;t:    1331616&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LINK_OPEN
 0&amp;gt; &amp;lt;t:    1331620&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_LISTENING -&amp;gt; S_CONNECTED
 0&amp;gt; &amp;lt;t:    1386015&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_TX_READY
 0&amp;gt; &amp;lt;t:    1386017&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LINK_TIMER_START
 0&amp;gt; &amp;lt;t:    1386020&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_CONNECTED -&amp;gt; S_LINK_ACTIVE
 0&amp;gt; &amp;lt;t:    1662345&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_PDU_RX
 0&amp;gt; &amp;lt;t:    1662351&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_RX
 0&amp;gt; &amp;lt;t:    1662354&amp;gt;, prov_provisionee.c,  317, Provisionee: invite received!
 0&amp;gt; &amp;lt;t:    1662357&amp;gt;, prov_provisionee.c,  110, Provisionee: sending capabilities
 0&amp;gt; &amp;lt;t:    1662360&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_PDU_TX
 0&amp;gt; &amp;lt;t:    1662363&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_TX
 0&amp;gt; &amp;lt;t:    1665535&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_TX_COMPLETE
 0&amp;gt; &amp;lt;t:    1665541&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_ACK
 0&amp;gt; &amp;lt;t:    1694293&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_PDU_RX
 0&amp;gt; &amp;lt;t:    1694299&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_RX
 0&amp;gt; &amp;lt;t:    1694302&amp;gt;, prov_provisionee.c,  341, Provisionee: provisioning start message received!
 0&amp;gt; &amp;lt;t:    1695938&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_PDU_RX
 0&amp;gt; &amp;lt;t:    1695944&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_RX
 0&amp;gt; &amp;lt;t:    1695947&amp;gt;, prov_provisionee.c,  369, Provisionee: public key message received!
 0&amp;gt; &amp;lt;t:    1695951&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_PDU_TX
 0&amp;gt; &amp;lt;t:    1695953&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_TX
 0&amp;gt; &amp;lt;t:    1710261&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_TX_COMPLETE
 0&amp;gt; &amp;lt;t:    1710267&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_ACK
 0&amp;gt; &amp;lt;t:    3661792&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_LINK_TIMEOUT
 0&amp;gt; &amp;lt;t:    3661795&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LINK_CLOSE
 0&amp;gt; &amp;lt;t:    3661798&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_LINK_ACTIVE -&amp;gt; S_CONNECTED
 0&amp;gt; &amp;lt;t:    3663850&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_DISCONNECTED
 0&amp;gt; &amp;lt;t:    3663853&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LINK_CLOSE_NOTIFY
 0&amp;gt; &amp;lt;t:    3663857&amp;gt;, prov_bearer_adv.c,  381, PB-ADV: context at 0x200070DC added to bearer
 0&amp;gt; &amp;lt;t:    3663861&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_CONNECTED -&amp;gt; S_IDLE
 0&amp;gt; &amp;lt;t:    3663866&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_LISTEN_START
 0&amp;gt; &amp;lt;t:    3663869&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LISTEN_START
 0&amp;gt; &amp;lt;t:    3663884&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_IDLE -&amp;gt; S_LISTENING
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Did you check the code from my first message?&lt;/p&gt;
&lt;p&gt;Also, I made advertising not stoppable.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;void mesh_adv_data_set(uint16_t service_uuid, const uint8_t * p_service_data, uint8_t length) {
    ... code to set data for service uuid ...
}

void mesh_adv_stop(void)
{
    // do nothing
}

void mesh_adv_start(void)
{
    // do nothing
}

void mesh_adv_params_set(uint32_t timeout_ms, uint32_t interval_units)
{
    // do nothing
}
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I start advertising at startup and change the advertisement data when&amp;nbsp;mesh_adv_data_set called. If&amp;nbsp;mesh_adv_stop is&amp;nbsp;called I don&amp;#39;t reset the service data. Can it be depended with the fault?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh provisioning freezes after the key exchange</title><link>https://devzone.nordicsemi.com/thread/153822?ContentTypeID=1</link><pubDate>Mon, 22 Oct 2018 13:02:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9085219-e123-40ac-9c59-7eefaa281e06</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Vladimir,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We need to have a look back at your first log. You received 0x02 error code when calling&amp;nbsp;sd_ble_gap_data_length_update() meaning the connection event length is too short for what you want to have with the data length. Note that by default the max event length in Mesh configured to&amp;nbsp;NRF_SDH_BLE_GAP_EVENT_LENGTH = 6. In normal application it&amp;#39;s configured to 320.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think it&amp;#39;s the main difference of the configuration between the mesh application and normal SDK application. And when you merge them you use the&amp;nbsp;&lt;span&gt;sd_ble_gap_data_length_update() handler without changing the configuration for Event length .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also note that&amp;nbsp;NRF_SDH_BLE_GAP_DATA_LENGTH in mesh application is configured to 27 when in normal sdk it&amp;#39;s 251.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The reason we reconfigure a smaller value on Mesh application is that we don&amp;#39;t want BLE connection occupies too much bandwidth making mesh operation limited.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You would need to modify the configuration on your sdk_config.h to avoid this. Coudl you check where you have the value of 178 octets configured ?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh provisioning freezes after the key exchange</title><link>https://devzone.nordicsemi.com/thread/153673?ContentTypeID=1</link><pubDate>Fri, 19 Oct 2018 14:24:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6ea732d-4b48-4cf2-9061-f6aaf3806fee</guid><dc:creator>Vladimir</dc:creator><description>&lt;p&gt;Is it possible that problem occurs because of Keil compiler?&lt;/p&gt;
&lt;p&gt;I set MTU size 69 and provisioning freezes. sdk_config.h:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#ifndef NRF_SDH_BLE_GATT_MAX_MTU_SIZE
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 69
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But if I define&amp;nbsp;NRF_SDH_BLE_GATT_MAX_MTU_SIZE equals 23 - everything is ok.&lt;/p&gt;
&lt;p&gt;Yes, our plan is to use BLE and Mesh together.&lt;/p&gt;
&lt;p&gt;Log from SEGGER RTT:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# SEGGER J-Link RTT Viewer V5.12f Terminal Log File
# Compiled: 16:04:47 on May 17 2016
# Logging started @ 19 Oct 2018 17:14:38
 0&amp;gt; &amp;lt;t:      11731&amp;gt;, fsm.c,  222, PB-GATT bearer: init
 0&amp;gt; &amp;lt;t:      11741&amp;gt;, prov_bearer_adv.c,  381, PB-ADV: context at 0x20007038 added to bearer
 0&amp;gt; &amp;lt;t:      11746&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_LISTEN_START
 0&amp;gt; &amp;lt;t:      11749&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LISTEN_START
 0&amp;gt; &amp;lt;t:      11764&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_IDLE -&amp;gt; S_LISTENING
 0&amp;gt; &amp;lt;t:    1651099&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_CONNECTED
 0&amp;gt; &amp;lt;t:    1651102&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LINK_OPEN
 0&amp;gt; &amp;lt;t:    1651105&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_LISTENING -&amp;gt; S_CONNECTED
 0&amp;gt; &amp;lt;t:    1751084&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_TX_READY
 0&amp;gt; &amp;lt;t:    1751087&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LINK_TIMER_START
 0&amp;gt; &amp;lt;t:    1751090&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_CONNECTED -&amp;gt; S_LINK_ACTIVE
 0&amp;gt; &amp;lt;t:    1792612&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_PDU_RX
 0&amp;gt; &amp;lt;t:    1792615&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_RX
 0&amp;gt; &amp;lt;t:    1792618&amp;gt;, prov_provisionee.c,  317, Provisionee: invite received!
 0&amp;gt; &amp;lt;t:    1792621&amp;gt;, prov_provisionee.c,  110, Provisionee: sending capabilities
 0&amp;gt; &amp;lt;t:    1792624&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_PDU_TX
 0&amp;gt; &amp;lt;t:    1792627&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_TX
 0&amp;gt; &amp;lt;t:    1795809&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_TX_COMPLETE
 0&amp;gt; &amp;lt;t:    1795812&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_ACK
 0&amp;gt; &amp;lt;t:    1795818&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_PDU_RX
 0&amp;gt; &amp;lt;t:    1795820&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_RX
 0&amp;gt; &amp;lt;t:    1795823&amp;gt;, prov_provisionee.c,  341, Provisionee: provisioning start message received!
 0&amp;gt; &amp;lt;t:    1799048&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_PDU_RX
 0&amp;gt; &amp;lt;t:    1799052&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_RX
 0&amp;gt; &amp;lt;t:    1799055&amp;gt;, prov_provisionee.c,  369, Provisionee: public key message received!
 0&amp;gt; &amp;lt;t:    1799058&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_PDU_TX
 0&amp;gt; &amp;lt;t:    1799061&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_TX
 0&amp;gt; &amp;lt;t:    1814973&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_TX_COMPLETE
 0&amp;gt; &amp;lt;t:    1814976&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_PDU_ACK
 0&amp;gt; &amp;lt;t:    3764959&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_LINK_TIMEOUT
 0&amp;gt; &amp;lt;t:    3764962&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LINK_CLOSE
 0&amp;gt; &amp;lt;t:    3764965&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_LINK_ACTIVE -&amp;gt; S_CONNECTED
 0&amp;gt; &amp;lt;t:    3766885&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_DISCONNECTED
 0&amp;gt; &amp;lt;t:    3766888&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LINK_CLOSE_NOTIFY
 0&amp;gt; &amp;lt;t:    3766892&amp;gt;, prov_bearer_adv.c,  381, PB-ADV: context at 0x20007038 added to bearer
 0&amp;gt; &amp;lt;t:    3766896&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_CONNECTED -&amp;gt; S_IDLE
 0&amp;gt; &amp;lt;t:    3766901&amp;gt;, fsm.c,  232, PB-GATT bearer: E: E_LISTEN_START
 0&amp;gt; &amp;lt;t:    3766904&amp;gt;, fsm.c,  185, PB-GATT bearer: A: A_LISTEN_START
 0&amp;gt; &amp;lt;t:    3766919&amp;gt;, fsm.c,  199, PB-GATT bearer: state S_IDLE -&amp;gt; S_LISTENING&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh provisioning freezes after the key exchange</title><link>https://devzone.nordicsemi.com/thread/151491?ContentTypeID=1</link><pubDate>Wed, 03 Oct 2018 13:51:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98130547-d17b-402b-964c-9c120d8e4bd7</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Vladimir,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry for the late response. I just got the case from Bjørn and will try to assist you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you clarify which MTU size you set to 23 that make the provisioning worked ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In our proxy provisioning example we support upto 69byte MTU, I don&amp;#39;t see any problem when doing provisioning with that MTU.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I assume your plan is to have a merged application of normal BLE app and a proxy + mesh app together ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s important to see when the provisioning crashed, turn on Logging (at debug level ) would give some more information about the provisioning and what went&amp;nbsp;wrong.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh provisioning freezes after the key exchange</title><link>https://devzone.nordicsemi.com/thread/150473?ContentTypeID=1</link><pubDate>Wed, 26 Sep 2018 12:15:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a5bb0d0-ae45-471d-9ac0-d8c9bfe37881</guid><dc:creator>Vladimir</dc:creator><description>&lt;p&gt;Thank you for the reply.&lt;/p&gt;
&lt;p&gt;BLE_GATTS_EVT_SYS_ATTR_MISSING is handled in the gatt_cache_manager.&lt;/p&gt;
&lt;p&gt;BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST is handled in the nrf_ble_gatt&lt;/p&gt;
&lt;p&gt;BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST is handled in the &lt;span&gt;nrf_ble_gatt&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;BLE_GAP_EVT_SEC_PARAMS_REQUEST - security dispatcher&lt;/p&gt;
&lt;p&gt;BLE_GAP_EVT_PHY_UPDATE_REQUEST - is handled by my code&lt;/p&gt;
&lt;p&gt;I merged the mesh functionality with my project based on examples with own ble services.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh provisioning freezes after the key exchange</title><link>https://devzone.nordicsemi.com/thread/150431?ContentTypeID=1</link><pubDate>Wed, 26 Sep 2018 09:35:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:470756a3-bea9-4558-b75e-ee04a57e77c0</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Sorry for the delayed response. Could you please explain why you have gotten rid of the code? Where in sdk 15 is this being handled otherwise? Have you merged the mesh functionality with an sdk example?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh provisioning freezes after the key exchange</title><link>https://devzone.nordicsemi.com/thread/149656?ContentTypeID=1</link><pubDate>Thu, 20 Sep 2018 13:25:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:968c77bd-25c0-47c3-b053-20d3ddce1f1a</guid><dc:creator>Vladimir</dc:creator><description>&lt;p&gt;I found that if I change MTU size to 23 provisioning will be completed&amp;nbsp;successfully. Is it possible to set MTU size more than 23? Why this behavior occurs?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh provisioning freezes after the key exchange</title><link>https://devzone.nordicsemi.com/thread/149640?ContentTypeID=1</link><pubDate>Thu, 20 Sep 2018 12:51:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77da3ffe-16e5-41fd-8131-d06e29e0e8f8</guid><dc:creator>Vladimir</dc:creator><description>&lt;p&gt;I checked the provisioning state (using breakpoint at request_authentication function). The state is&amp;nbsp;NRF_MESH_PROV_STATE_WAIT_CONFIRMATION. Because oob&amp;nbsp;method is&amp;nbsp;NRF_MESH_PROV_OOB_METHOD_NONE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>